Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 885 Bytes

README.pod

File metadata and controls

34 lines (21 loc) · 885 Bytes

Perl + VNC + WebSockets

This is a cool visualization of what WebSockets can and will do in the nearest future. To run this script you only need Perl.

SYNOPSYS

$ perl showmethedesktop
Usage: showmethedesktop --password <password>

Other options:

    --address   Default is 'localhost'
    --port      Default is '5900'

    --width     Default is server's width
    --height    Default is server's height

$ perl showmethedesktop --address 192.168.0.1 --port 5901 \
    --password bad --width 500 --height 400
Listening on localhost:3000

Now open in your browser where-you-cloned-the-repo/public/index.html and enjoy VNC!

DEMO

http://vimeo.com/16459612

SEE ALSO

http://github.com/vti/protocol-rfb.git for VNC protocol parsing module

http://github.com/vti/reanimator.git for Perl WebSocket server