links 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. New tight PNG protocol:
  2. http://wiki.qemu.org/VNC_Tight_PNG
  3. http://xf.iksaif.net/blog/index.php?post/2010/06/14/QEMU:-Tight-PNG-and-some-profiling
  4. RFB protocol and extensions:
  5. http://tigervnc.org/cgi-bin/rfbproto
  6. Canvas Browser Compatibility:
  7. http://philip.html5.org/tests/canvas/suite/tests/results.html
  8. WebSockets API standard:
  9. http://www.whatwg.org/specs/web-apps/current-work/complete.html#websocket
  10. http://dev.w3.org/html5/websockets/
  11. http://www.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-00.txt
  12. Browser Keyboard Events detailed:
  13. http://unixpapa.com/js/key.html
  14. ActionScript (Flash) WebSocket implementation:
  15. http://github.com/gimite/web-socket-js
  16. ActionScript (Flash) crypto/TLS library:
  17. http://code.google.com/p/as3crypto
  18. http://github.com/lyokato/as3crypto_patched
  19. TLS Protocol:
  20. http://en.wikipedia.org/wiki/Transport_Layer_Security
  21. Generate self-signed certificate:
  22. http://docs.python.org/dev/library/ssl.html#certificates
  23. Cursor appearance/style (for Cursor pseudo-encoding):
  24. http://en.wikipedia.org/wiki/ICO_(file_format)
  25. http://www.daubnet.com/en/file-format-cur
  26. https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property
  27. Related projects:
  28. guacamole: http://guacamole.sourceforge.net/
  29. - Web client, but Java servlet does pre-processing
  30. jsvnc: http://code.google.com/p/jsvnc/
  31. - No releases
  32. webvnc: http://code.google.com/p/webvnc/
  33. - Jetty web server gateway, no updates since April 2008.
  34. RealVNC Java applet: http://www.realvnc.com/support/javavncviewer.html
  35. - Java applet
  36. Flashlight-VNC: http://www.wizhelp.com/flashlight-vnc/
  37. - Adobe Flash implementation
  38. FVNC: http://osflash.org/fvnc
  39. - Adbove Flash implementation
  40. CanVNC: http://canvnc.sourceforge.net/
  41. - HTML client with REST to VNC python proxy. Mostly vapor.