Skip to content

fso42/PyWebrms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 49.8%
  • HTML 47.1%
  • CSS 3.1%