rinputd

Differences between revisions 9 and 10
Revision 9 as of 2009-11-11 03:33:08
Size: 1740
Editor: cpe-75-180-27-10
Comment:
Revision 10 as of 2009-11-11 22:05:33
Size: 2076
Editor: cpe-75-180-27-10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

<<TableOfContents(2)>>
Line 40: Line 42:

== Support ==
If you encounter a bug in rinputd, please file a report in the [[https://bugs.launchpad.net/rinput|Remote Input bug tracker]].

If you have a question about rinputd, please browse other questions or ask a new one in the [[https://answers.launchpad.net/rinput|Remote Input answer tracker]].

rinputd is the short name of the Remote Input server program. It listens for remote input clients and handles input events.

Installation

Ubuntu

You can install the rinputd package from the rinputd ppa.

Other Linux

You will need to build and install the rinputd server from the source code. The latest the latest source code release can be found at the rinputd download page.

Mac OS X

Download the OS X installation package from the rinputd download page. Open the package to install the remote input server.

Configuration

Linux

After installing the package add users for rinputd:

$ sudo saslpasswd2 -c -u rinput <username>

Mac OS X

No configuration is necessary. Use the username and password of the currently logged in user to control the computer.

Advanced Usage

rinputd supports the following arguments:

Short Switch Long Switch Argument Description Default
-r --realm string Realm to authenticate clients against rinput
-c --cert certificate file path SSL certificate file /etc/rinput/rinput.crt
-k --key private key file path SSL private key file /etc/rinput/rinput.key
-p --port number between 0 and 65535 Port to listen for clients on, set to 0 to listen on any available port 8771
-n --no-broadcast none Do not advertise rinput service through mDNS
-v --verbose none Verbose output
-q --quiet none Quiet output

In Linux, the arguments supplied to rinputd when run by the init script can be modified in the file /etc/default/rinputd.

Support

If you encounter a bug in rinputd, please file a report in the Remote Input bug tracker.

If you have a question about rinputd, please browse other questions or ask a new one in the Remote Input answer tracker.

RemoteInput/rinputd (last edited 2012-04-04 02:13:54 by c-67-170-185-42)