fso42 / PyWebrms

Fork of webrms
Other
3 stars 0 forks source link

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

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

Features:

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)