Skip to content

vti/showmethedesktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Perl + VNC + WebSockets + HTML5 Canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published