aboutsummaryrefslogtreecommitdiff
path: root/tracktrain.cabal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* better module namesstuebinm2022-07-021-1/+1
|
* more or less functional servicealerts for gtfs rtstuebinm2022-07-021-2/+3
| | | | (kinda barebones, but the important things should be there)
* gtfs realtime proof of conceptstuebinm2022-07-021-0/+48
| | | | | | | | this adds a package for protobuf stuff, generated via hprotoc. Seems to work kinda fine? (the generated API is horrible though, will have to write some wrappers for that)
* handle GTFS shapes (& send them out along trips)stuebinm2022-06-191-0/+1
| | | | | unfortunately, this makes some responses pretty large. Let's see if it works this way or if i have to find some way to break them up instead.
* make connstring configurable at runtimestuebinm2022-06-181-0/+95