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