phihag / bts

Badminton Tournament Software – use the badminton umpire panel at a tournament

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bts - Badminton Tournament Software

Use bup at tournaments.

Docker installation

Install docker and run

docker run -p 4000:4000 phihag/bts

Manual installation

To install, type

make

To start, type

make run  # Production mode
make dev  # Development mode

Usage

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

Helper scripts

  • ./fetch-btp.js - Fetch data from BTP via TPNetwork protocol
  • div/decode.js - Decode VisualReality hex format

About

Badminton Tournament Software – use the badminton umpire panel at a tournament


Languages

Language:JavaScript 93.2%Language:CSS 2.9%Language:HTML 2.4%Language:Makefile 1.0%Language:Mustache 0.3%Language:Dockerfile 0.1%Language:Shell 0.1%