Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Eye-Tracking Classroom
/
gaze-server.cs
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
1
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
a3cc0c2edee1fc2c49b0e998b704282114e1582a
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
May
17
Oct
14
10
7
2
1
30
Sep
29
Aug
27
20
Added debugFlag usage.
f_msiSetup master
f_msiSetup master
Configured project for x86. Added missing tobii dlls to the Product.wxs.
Added WiX Project and basic install configuration.
Fixed memory leak.
f_architectureR…
f_architectureRefactoring f_resampling
Refactored. Timer task memory leaks are to be fixed.
Simplified event structure.
Adapted project to work with Tracker.
Added Fake Tracker Class. re-implemented Gaze decimator.
Tried to fix performance issue with fixed length decimator. Decimator still does not work properly, likely because processing is still slower than 1,7 ms (1/600).
Finished prototype of gaze decimator.
Improved mock gaze input via mouse.
fix_reconnection
fix_reconnection
Could not reproduce reconnection bug, most likely the architectural changes fixed it already. Reconnections work fine now.
Added server-side gaze simulation via mouse input.
Changed architecture to reflect separation between web socket server and eye tracker.
Added filtering to GazeDataProcessor.
f_filtering
f_filtering
Added new default value for TrackerSerialNumber. Changed the App.config for debugging on Neil. Added Tobii timestamps to message. Activated KeepClean feature of WebSocketServer.
Added logic to provide configuration parameters in app.config-file. From now on the application only continues if the defined serial number matches the number of the connected tracker.
Fixed problem where behavior was not correctly instantiated. Added null checking for sessions.
Intermediate version. Added functionality to broadcast gaze data to all connected sessions.
Projektdateien hinzufügen.
GITIGNORE und GITATTRIBUTES hinzufügen.