]> git.proxmox.com Git - mirror_novnc.git/blob - docs/links
Rename HTML5-VNC to noVNC.
[mirror_novnc.git] / docs / links
1 Canvas Browser Compatibility:
2 http://philip.html5.org/tests/canvas/suite/tests/results.html
3
4 WebSockets API standard:
5 http://dev.w3.org/html5/websockets/
6
7 Browser Keyboard Events detailed:
8 http://unixpapa.com/js/key.html
9
10 ActionScript (Flash) WebSocket implementation:
11 http://github.com/gimite/web-socket-js
12
13 ActionScript (Flash) crypto/TLS library:
14 http://code.google.com/p/as3crypto
15 http://github.com/lyokato/as3crypto_patched
16
17 TLS Protocol:
18 http://en.wikipedia.org/wiki/Transport_Layer_Security
19
20 Generate self-signed certificate:
21 http://docs.python.org/dev/library/ssl.html#certificates
22
23
24 Related projects:
25
26 guacamole: http://guacamole.sourceforge.net/
27
28 - Web client, but Java servlet does pre-processing
29
30 jsvnc: http://code.google.com/p/jsvnc/
31
32 - No releases
33
34 webvnc: http://code.google.com/p/webvnc/
35
36 - Jetty web server gateway, no updates since April 2008.
37
38 RealVNC Java applet: http://www.realvnc.com/support/javavncviewer.html
39
40 - Java applet
41
42 Flashlight-VNC: http://www.wizhelp.com/flashlight-vnc/
43
44 - Adobe Flash implementation
45
46 FVNC: http://osflash.org/fvnc
47
48 - Adbove Flash implementation
49
50 CanVNC: http://canvnc.sourceforge.net/
51
52 - HTML client with REST to VNC python proxy. Mostly vapor.