antosdk-apps/RemoteDesktop/build/debug/README.md

12 lines
503 B
Markdown
Raw Normal View History

# WVNC remote desktop
![](https://os.lxsang.me/repo/RemoteDesktop/RemoteDesktop.png)
2018-10-01 16:39:17 +02:00
A web based VNC client allowing to control remote VNC desktop from browser. The application is based on **wvnc**, a protocol and API that uses web socket to communicate with remote VNC server.
2018-10-01 16:39:17 +02:00
Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blog.lxsang.me/post/id/23)
2018-10-01 16:39:17 +02:00
2020-07-10 16:09:23 +02:00
## Change logs
2020-12-29 20:36:35 +01:00
* v0.1.5 - add package dependencies and use the new **libwvnc**
2020-07-10 16:09:23 +02:00
* v0.1.0 - adapt to the new AntOS API