Newer
Older
# remotekit
Remotekit is lightweight service which can be easily installed and used.
All you need is a Linux environment you want to control with your Android
phone.
## remotekit-server
The Remotekit-Server is a Node.js applicaiton which delivers a powerfull
REST service which is used by the Android applicaiton.
### Requirements
* node.js >= 0.10.5
* npm >= 1.2.18
* wmiface (KDE wm-control, http://kde-apps.org/content/show.php?content=40425) >= 2.1
* pm-utils >= 1.4.1
* alsa-utils >= 1.0.27
### Installation
git clone git://gitorious.hermann-mayer.net/remotekit/remotekit-server.git
cd remotekit-server
npm install
### Usage
Start the server in debug/development mode:
./bin/start -d
Start the server in production mode:
./bin/start