Statistics
| Branch: | Revision:

gazetk / DesktopConnector / DeviceServer_MyGaze / README.md @ b8e587a8

History | View | Annotate | Download (971 Bytes)

1
DeviceServer_MyGaze
2
===================
3

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

    
6
License
7
-------
8
DeviceServer_MyGaze 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_MyGaze!
13

    
14
This python-based server connects your MyGaze 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_MyGaze
29
----------------------------
30
1. Start the myGaze application provided with the device.
31
2. Make sure you have the myGazeAPI.dll on your PATH, they come with the MyGaze installation package.
32
3. Start the DeviceServer_MyGaze:
33

    
34
$ python DeviceServer_MyGaze.py
35

    
36