]> git.proxmox.com Git - mirror_novnc.git/blob - docs/links
README: add companies/projects using noVNC.
[mirror_novnc.git] / docs / links
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
5 RFB protocol and extensions:
6 http://tigervnc.org/cgi-bin/rfbproto
7
8 Canvas Browser Compatibility:
9 http://philip.html5.org/tests/canvas/suite/tests/results.html
10
11 WebSockets API standard:
12 http://www.whatwg.org/specs/web-apps/current-work/complete.html#websocket
13 http://dev.w3.org/html5/websockets/
14 http://www.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-00.txt
15
16 Browser Keyboard Events detailed:
17 http://unixpapa.com/js/key.html
18
19 ActionScript (Flash) WebSocket implementation:
20 http://github.com/gimite/web-socket-js
21
22 ActionScript (Flash) crypto/TLS library:
23 http://code.google.com/p/as3crypto
24 http://github.com/lyokato/as3crypto_patched
25
26 TLS Protocol:
27 http://en.wikipedia.org/wiki/Transport_Layer_Security
28
29 Generate self-signed certificate:
30 http://docs.python.org/dev/library/ssl.html#certificates
31
32 Cursor appearance/style (for Cursor pseudo-encoding):
33 http://en.wikipedia.org/wiki/ICO_(file_format)
34 http://www.daubnet.com/en/file-format-cur
35 https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property
36
37
38 RDP Protocol specification:
39 http://msdn.microsoft.com/en-us/library/cc240445(v=PROT.10).aspx
40
41
42 Related projects:
43
44 guacamole: http://guacamole.sourceforge.net/
45
46 - Web client, but Java servlet does pre-processing
47
48 jsvnc: http://code.google.com/p/jsvnc/
49
50 - No releases
51
52 webvnc: http://code.google.com/p/webvnc/
53
54 - Jetty web server gateway, no updates since April 2008.
55
56 RealVNC Java applet: http://www.realvnc.com/support/javavncviewer.html
57
58 - Java applet
59
60 Flashlight-VNC: http://www.wizhelp.com/flashlight-vnc/
61
62 - Adobe Flash implementation
63
64 FVNC: http://osflash.org/fvnc
65
66 - Adbove Flash implementation
67
68 CanVNC: http://canvnc.sourceforge.net/
69
70 - HTML client with REST to VNC python proxy. Mostly vapor.