antosdk-apps/RemoteDesktop
2023-01-01 01:54:04 +01:00
..
assets improve UI handling 2022-08-18 21:35:37 +02:00
build Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
coffees Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
javascript RemoteDesktop: support 16 bits color space 2022-08-17 22:23:09 +02:00
build.json RemoteDesktop: use asm decoder, remove dependencies on libjpg, improvement rendering perf 2022-08-16 21:30:08 +02:00
package.json Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
project.json update remoteDesktop 2020-12-29 19:36:35 +00:00
README.md Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
screenshot.jpg add screenshot 2020-12-29 21:16:38 +00:00

WVNC remote desktop

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.

Further information on wvnc: https://blog.lxsang.me/post/id/23

Change logs

  • v0.1.13 - support AntOS v2.0.x
  • 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
  • v0.1.9 - improve stability
  • v0.1.7-8 - remove package dependencies, use web assembly for jpeg decoding, improve rendering performance and connection stability
  • v0.1.6 - Change category
  • v0.1.5 - add package dependencies and use the new libwvnc
  • v0.1.0 - adapt to the new AntOS API