Statistics
| Branch: | Revision:

gazetk / DesktopConnector / DeviceServer_SMI_REDm / README.md @ master

History | View | Annotate | Download (954 Bytes)

1
DeviceServer_REDm
2
=================
3

    
4
[Download](https://opensource.cit-ec.de/projects/gazetk/repository/gazetk)
5

    
6
License
7
-------
8
DeviceServer_REDm is free and open source software distributed under the terms of the [GNU General Public License](http://www.gnu.org/licenses/).
9

    
10
Description
11
-----------
12
Welcome to DeviceServer_REDm!
13

    
14
This python-based server connects your SMI REDm eye tracking device with the GazeTk DesktopConnector. 
15

    
16
Requirements
17
------------
18
- Python 2.7 32bit
19
- Python module websocket
20

    
21
Installation
22
------------
23
1. Install Python 2.7 32bit
24
2. Install websocket-client by running the following script from PYTHONDIR/Scripts:
25

    
26
$ pip install websocket-client
27

    
28
Starting DeviceServer_REDm
29
--------------------------
30
1. Start the REDm application provided with the device.
31
2. Make sure you have the iViewXAPI.dlls on your PATH, they come with the REDm installation package.
32
3. Start the DeviceServer_REDm:
33

    
34
$ python DeviceServer_REDm.py
35

    
36