links 1.88 KB
Newer Older
1 2 3 4
New tight PNG protocol:
    http://wiki.qemu.org/VNC_Tight_PNG
    http://xf.iksaif.net/blog/index.php?post/2010/06/14/QEMU:-Tight-PNG-and-some-profiling

5 6 7
RFB protocol and extensions:
    http://tigervnc.org/cgi-bin/rfbproto

8 9 10 11
Canvas Browser Compatibility:
    http://philip.html5.org/tests/canvas/suite/tests/results.html

WebSockets API standard:
Joel Martin's avatar
Joel Martin committed
12
    http://www.whatwg.org/specs/web-apps/current-work/complete.html#websocket
13
    http://dev.w3.org/html5/websockets/
Joel Martin's avatar
Joel Martin committed
14
    http://www.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-00.txt
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Browser Keyboard Events detailed:
    http://unixpapa.com/js/key.html

ActionScript (Flash) WebSocket implementation:
    http://github.com/gimite/web-socket-js

ActionScript (Flash) crypto/TLS library:
    http://code.google.com/p/as3crypto
    http://github.com/lyokato/as3crypto_patched

TLS Protocol:
    http://en.wikipedia.org/wiki/Transport_Layer_Security

Generate self-signed certificate:
    http://docs.python.org/dev/library/ssl.html#certificates
31

32 33 34 35 36
Cursor appearance/style (for Cursor pseudo-encoding):
    http://en.wikipedia.org/wiki/ICO_(file_format)
    http://www.daubnet.com/en/file-format-cur
    https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property

37 38 39 40 41

Related projects:
    
    guacamole: http://guacamole.sourceforge.net/

Joel Martin's avatar
Joel Martin committed
42
        - Web client, but Java servlet does pre-processing
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66

    jsvnc: http://code.google.com/p/jsvnc/

        - No releases

    webvnc: http://code.google.com/p/webvnc/

        - Jetty web server gateway, no updates since April 2008.

    RealVNC Java applet: http://www.realvnc.com/support/javavncviewer.html

        - Java applet

    Flashlight-VNC: http://www.wizhelp.com/flashlight-vnc/

        - Adobe Flash implementation

    FVNC: http://osflash.org/fvnc

        - Adbove Flash implementation

    CanVNC: http://canvnc.sourceforge.net/

        - HTML client with REST to VNC python proxy. Mostly vapor.