antosdk-apps/RemoteDesktop/README.md

22 lines
1.2 KiB
Markdown
Raw Normal View History

# WVNC remote desktop
2020-12-29 22:17:50 +01:00
![](https://raw.githubusercontent.com/lxsang/antosdk-apps/master/RemoteDesktop/screenshot.jpg)
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
* v0.1.16 - Allow to enable/disable mouse capture in remote desktop, remove some unused toolbar buttons
* v0.1.15 - Only send ACK command when finish rendering the received frame, this allows to vastly improve performance and bandwidth
* v0.1.14 - Add toolbar for canvas size control
* v0.1.13 - support AntOS v2.0.x
2022-08-18 21:35:37 +02:00
* v0.1.12 - improve UI handling
* v0.1.11 - Support 16 bits per pixel
* v0.1.10 - Allow to sync clipboard between local and remote machine, CTRL+SHIF+V to paste text from local to remote machine
2022-08-17 18:04:04 +02:00
* v0.1.9 - improve stability
2022-08-17 00:44:36 +02:00
* v0.1.7-8 - remove package dependencies, use web assembly for jpeg decoding, improve rendering performance and connection stability
2021-03-31 23:09:40 +02:00
* v0.1.6 - Change category
2020-12-29 20:36:35 +01:00
* v0.1.5 - add package dependencies and use the new **libwvnc**
2020-12-29 22:17:50 +01:00
* v0.1.0 - adapt to the new AntOS API