Conspy - remote control of Linux virtual consoles

Conspy allows a (possibly remote) user to see what is displayed on a Linux virtual console, and send keystrokes to it. It only works with Linux, as far as I know.

It is rather like VNC, but where VNC takes control of a GUI conspy takes control of a text mode virtual console. Unlike VNC, conspy does not require a server to be installed prior to being used.

Documentation

Sparse. There is a man page, and a ChangeLog.

Frequently asked question

Q: Can conspy look at other types of terminals, such as a normal serial terminal, or a pty such as a telnet session?

A: No. Nor will it ever be able to do so. Conspy does not intercept the character stream being sent to the virtual console. If it did that it would have to interpret all the ANSI escape sequences understood by the Linux virtual console exactly the same way Linux does. That would be tedious, and would break each time Linux changes the escape sequences. Instead conspy asks the Linux kernel for the virtual console's frame buffer. That is, it gets an image of what is displayed on the screen and makes your terminal look the same. There is no way to do that for other tty's. If conspy was to work with them it would have to interpret the character stream as it passes through the tty. This is well neigh impossible because there are many different types of terminal out there and they all use different escape sequences. If all you all to do it look at the raw character stream as it passes through the tty look up ttysnoop on Freshmeat.

Copyright and License

Conspy is copyright © 2005,2006 Russell Stuart.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Downloading

Conspy is available in the following formats:

conspy-1.4.tar.bz2 conspy-1.4-1ras.i386.rpm conspy-1.4-1ras.src.rpm
Source code as a tar ball   
Debian Packages    Conspy is in unstable. A backport of the latest version to stable can be found here.
RPM binary package   
RPM source package   

The Red Hat binary may not work for you. If not download the source rpm and rebuild it with:
    rpmbuild --rebuild conspy-X.YY.src.rpm
and installing the resulting binary.

 


Russell Stuart, 2006-Jan-09. Email: russell-conspy@stuart.id.au