Skip to content
/ bts Public
forked from phihag/bts

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

Notifications You must be signed in to change notification settings

tlehr/bts

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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