Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-20 | restructure: have "tickets" independent of gtfs | stuebinm | 2 | -3/+6 | |
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-26 | expose sequence length of trip to onboard unit | stuebinm | 3 | -23/+40 | |
2023-05-20 | onboard-tools: fix https | stuebinm | 2 | -3/+3 | |
2023-03-11 | simple on-board tools | stuebinm | 6 | -0/+263 | |
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.) |