RemoteInput

Differences between revisions 2 and 3
Revision 2 as of 2009-09-03 00:12:21
Size: 1200
Editor: cpe-98-31-46-159
Comment: page was renamed from rinput
Revision 3 as of 2009-09-03 00:14:38
Size: 1210
Editor: cpe-98-31-46-159
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Security is an important facet of remote input. Only authorized users should be able to control your Linux devices, and no one should be able to peek at your input events. The [[rinput/RemoteInputProtocol|remote input protocol]] is designed so that all communication is encrypted using standard SSL, and username and password authentication guarantees only the right people can control your Linux device. Security is an important facet of remote input. Only authorized users should be able to control your Linux devices, and no one should be able to peek at your input events. The [[RemoteInput/RemoteInputProtocol|remote input protocol]] is designed so that all communication is encrypted using standard SSL, and username and password authentication guarantees only the right people can control your Linux device.
Line 13: Line 13:
A server daemon that listens for rinput clients has been developed. See [[rinput/rinputd|rinputd]] for more information. A server daemon that listens for rinput clients has been developed. See [[RemoteInput/rinputd|rinputd]] for more information.

Remote Input

Remote input is a method of sending input events to the Linux kernel from a remote device through the network. For example, if you have a touch screen phone with an rinput client you could use your phone's screen as a mouse trackpad for a computer connected to a television. The goal is to enable a linux device to be controlled by a diverse array of input peripherals, whether they are physically connected to the device or not.

Security is an important facet of remote input. Only authorized users should be able to control your Linux devices, and no one should be able to peek at your input events. The remote input protocol is designed so that all communication is encrypted using standard SSL, and username and password authentication guarantees only the right people can control your Linux device.

Software

A server daemon that listens for rinput clients has been developed. See rinputd for more information.

An iPhone rinput client is also under development. It will be released sometime before the end of 2009. Stay tuned for more details.

RemoteInput (last edited 2010-06-08 15:19:14 by cpe-75-180-27-10)