race-timer
Informal Race Timer using NFC wristbands
Now August 2022 with flutter/dart stopwatch app, multilingual messages and python server! YMMV.
Python race-timer using NFC wristbands for informal running. Uses sqlite3 and pyscard. Three main scripts:
- register_runner.py to setup the NFC wristbands
- race_timing.py for race timing, will output a simple webpage when exiting
- utilities/create_results_matrix.py which creates a spreadsheet style html page for a data range of results.
Multilingual interface in v1 and code tree, small...