Use bup at tournaments.
Install docker and run
docker run -p 4000:4000 phihag/bts
This will run bts on http://localhost:4000/ .
To run it in the background, and store the data permanently, run something like
docker run -d --name bts -v "$PWD/btsdata:/bts/data" --restart=always -p 4000:4000 phihag/btsTo install, type
make
To start, type
make run # Production mode
make dev # Development mode
To start a display, go to http://IP:4000/d2 , where 2 is the court number (alternatively, just /d).
To start an umpire panel, go to http://IP:4000/u2 , where 2 is the court number (alternatively, just /u).
./fetch-btp.js- Fetch data from BTP via TPNetwork protocoldiv/decode.js- Decode VisualReality hex format