Fixing ip finding error. Also putting mouse events back in.
[profile/ivi/remotecontrol.git] / README
1 This is a python daemon providing websocket api to various web apps.
2
3 To install and run on Tizen:
4 zypper install remotecontrol
5
6 This will pull all the dependencies and you can then start the server by:
7 sudo start-remoteserver
8
9
10
11 On Ubuntu 12.04:
12 apt-get install python-twisted python-setuptools python-simplejson python-netifaces
13
14 In addition, you'll need to build and install AutobahnPython websocket library and also install the following python libraries, since they are not packaged for Ubuntu.
15
16 Install the AutobahnPython from source
17
18 git clone git://github.com/tavendo/AutobahnPython.git
19 cd AutobahnPython
20 git checkout v0.5.0
21 cd autobahn
22 sudo python setup.py install
23
24 Download and install the remote control server:
25 git clone git@github.com:otcshare/remotecontrol.git
26 cd remotecontrol
27 sudo python setup.py install
28
29 To start the server:
30 sudo start-remoteserver
31