This server is for Digipool, a physical and virtual pool game. It reads in tags from an Impinj Revolution reader and sends them to a client.
It must be on the same network as the Impinj reader to connect to it.
It can be run as a console app through Visual Studio for debugging or installed as a service by running the following command on the administrator command line: Digipool.exe install The machine should then be restarted for it to take effect.
To connect to the reader, an entry must be made in your C:/Windows/System32/drivers/etc/hosts file with the following contents like below: IPAddress Reader Addesss
Example Entry: 169.254.1.1 SpeedwayR-12-4D-B5.local
The default ip address for the reader is 169.254.1.1
Reader Address is the address of the Impinj Reader. Signal Variance denotes the variance in signal strength allowed before a tag updates. i.e. If the tag is not moving, it won't update. Time Between Updates is the amount of time in microseconds before a tag is allowed to send updates.
If connecting to an already connected table, it will replace it.