fso42 / PyWebrms

Fork of webrms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyWebrms is a python based slotcar race management system with a browser frontend.

Orignial code was forked from https://github.com/tim3233/webrms.

Features:

  • Displays last lap, number of laps and fastest lap
  • Fuel display
  • Configurable driver names
  • Reset all or individual drivers
  • Simulation mode so no racetrack is required to develop this code

Requirements:

pip install tornado

pip install pyserial

frontend and server done with tornado (no apache/... needed)

set the serial address of your data connection in webpy_logger

set simulation flag to true or false in webpy_tornado

to start webserver: python webrms_tornado.py

then point your browser to the given address (usually localhost:8888)

About

Fork of webrms

License:Other


Languages

Language:Python 49.8%Language:HTML 47.1%Language:CSS 3.1%