Skip to content

A Status Board of a currently running match, best shown on a large screen in fullscreen mode

License

Notifications You must be signed in to change notification settings

nerdfire01/ssl-status-board

 
 

Repository files navigation

CircleCI Go Report Card Go Doc Release Coverage

SSL Status Board

A Status Board for the Small Size League, optimized to show the current game state on a large screen.

Usage

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.

Runtime Requirements

  • 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)

Development

Requirements

You need to install following dependencies first:

  • Go >= 1.13
  • Node
  • Yarn

Prepare

Download and install to GOPATH:

go get -u github.com/RoboCup-SSL/ssl-status-board/...

Switch to project root directory

cd $GOPATH/src/github.com/RoboCup-SSL/ssl-status-board/

Download dependencies for frontend

yarn install

Run the backend

go run cmd/ssl-status-board/main.go

Run the UI

# compile and hot-reload
yarn serve

Build self-contained release binary

./install.sh

Rebuild Protobuf code

yarn run genProto

About

A Status Board of a currently running match, best shown on a large screen in fullscreen mode

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.6%
  • Vue 2.5%
  • Go 1.3%
  • Shell 0.4%
  • Dockerfile 0.1%
  • HTML 0.1%