A Status Board for the Small Size League, optimized to show the current game state on a large screen.
If you would like to see your teams logo on the status-board, add it to frontend/src/assets/logos and include it in frontend/src/teamLogoUrl.js. The team name must match the one configured in the ssl-game-controller in all lowercase.
If you just want to use this app, simply download the latest release binary. The binary is self-contained. No dependencies are required.
You can also use pre-build docker images:
docker pull robocupssl/ssl-status-board
docker run -p 8082:8082 robocupssl/ssl-status-board
By default, the UI is available at http://localhost:8082
A configuration file will be generated to config/board-config.yaml
and can be tweaked.
- No software dependencies (except for development, see below)
- 64bit Linux, Windows, OSX (build your 32bit binaries yourself...)
- A reasonable Web-Browser (mostly tested on Chrome)
You need to install following dependencies first:
- Go
- Node
See .circleci/config.yml for compatible versions.
Build and install all binaries:
make install
Build and run main binary:
make run