RemoteControl Documentation


Version

This is RemoteControl, version 1.1
RemoteControl is freeware.


Overview

RemoteControl is an application that allows the user to control a remote PC as if he was seating in front of it. It can be useful if you have a PC with no screen, keyboard or mouse connected, or simply if it is too far away.


How does it work ?

RemoteControl is composed of two parts: a server that is running on the target, and the client that the user interacts with. Once the connection established, the image of the screen is sent to the client that shows it to the user, and the events from the local keyboard and mouse are sent back to the target.


Installation

On the target, you have to run the server (the file RCServer). You call it in the UserBootscript or Netscript, for instance. You also have to put the files RCInputDevice and RCInputFilter in the folders:
/boot/home/config/add-ons/input_server/devices/
/boot/home/config/add-ons/input_server/filters/

Just drop them on the provided links. You will also have to restart the input server for the changes to take effect:
/boot/beos/system/servers/input_server -q
The first file allows the server to send the events from the user, and the second is there to filter the input from the remote keyboard and mouse.


How to use it ?

Once the server is installed and running, launch the client from the terminal with the command:
RCClient hostname
Where hostname is the name or the IP address of the target. Then, a window should open where you can see the remote screen.


Features


History

Version 1.1

03/07/2001

Version 1.0

11/17/2000