aboutsummaryrefslogtreecommitdiff
path: root/tools/obu-guess-trip (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-20restructure: have "tickets" independent of gtfsstuebinm1-2/+5
this is mostly meant to guard against the gtfs changing under tracktrain, and not yet complete (e.g. a ticket does not yet save its expected stops, which it probably should).
2023-05-26expose sequence length of trip to onboard unitstuebinm1-1/+4
2023-05-20onboard-tools: fix httpsstuebinm1-1/+1
2023-03-11simple on-board toolsstuebinm1-0/+75
these are just enough to send train positions to tracktrain with the current API, but are somewhat brittle (e.g. will fail if not restarted between trips, etc.)