forked from kaspergrubbe/ruby-vnc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (17 loc) · 859 Bytes
/
Copy pathREADME
File metadata and controls
26 lines (17 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
= Introduction
The ruby-vnc library provides for simple rfb-protocol based control of a
VNC server. This can be used, eg, to automate applications (sometimes there
is no better way), or script some sort of interaction.
Being VNC based gives it the advantage of being able to be run against
servers on any platform.
The primary documentation is for the Net::VNC class.
= Thanks
Code borrows a lot from Tim Waugh's excellent rfbplaymacro. So far all it
really offers on top of that is access to the host clipboard, and the ease
with which it can be scripted, ie taking conditional actions based on the
contents thereof.
= TODO
* Having the ability to take and analyse screen dumps would be useful.
* Finish the specs.
* Fix issues with the way we use a background thread to handle the clipboard
etc chatter from the server.