GithubHelp home page GithubHelp logo

ubc-thunderbots / ssl-status-board Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robocup-ssl/ssl-status-board

0.0 0.0 0.0 2.99 MB

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

License: GNU General Public License v3.0

JavaScript 96.09% HTML 0.08% Vue 2.44% CSS 0.04% Go 1.22% Shell 0.02% Dockerfile 0.10%

ssl-status-board's Introduction

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

ssl-status-board's People

Contributors

aganjali avatar dependabot[bot] avatar g3force avatar mame98 avatar phibabin avatar spellcheckerextraordinaire avatar takatohorii avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.