Tobii Web Socket Server is a Web Socket Server that wraps the Tobii EyeX SDK and transmits the data through web sockets. It is primarily used for EyeNav although you may use it in your application.
You can download an executable if you don't want to compile the project by yourself. To do that, simply download the Release Folder to a location of your choice.
In order to run the server, open the terminal, navigate to the location where the Release folder is located, and run TobiiSocketServer.exe
, which will start the server on the default port (8887). You can optionally pass a custom port number like TobiiSocketServer.exe 8886
. Note that the Tobii EyeX Server must be running before using the Tobii Web Socket Server.
If you wish, you could also build the project by yourself. For my convenience I just uploaded the whole Visual Studio project, so you can just open it in Visual Studio and build the project.
This project is under the MIT Licence