Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

sradevski/tobii-eyex-websocket-server

Repository files navigation

Synopsis

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.

Usage

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.

License

This project is under the MIT Licence

About

Tobii EyeX SDK Web Socket Server, developed for EyeNav (https://github.com/sradevski/eyenav).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published