blob: 7f73a8df92e678a88aba3bcea5b0b0e1fd4eec1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Virtual Network Computing (VNC) is a desktop sharing system which uses
the RFB (Remote FrameBuffer) protocol to remotely control another
computer. This module acts as a VNC client and communicates to a VNC
server using the RFB protocol, allowing you to capture the screen of
the remote computer.
This module dies upon connection errors (with a timeout of 15 seconds)
and protocol errors.
This implementation is based largely on the RFB Protocol Specification,
http://www.realvnc.com/docs/rfbproto.pdf. That document has an error
in the DES encryption description, which is clarified via
http://www.vidarholen.net/contents/junk/vnc.html.
WWW: https://metacpan.org/release/Net-VNC
|