Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more or less functional servicealerts for gtfs rt | stuebinm | 2022-07-02 | 1 | -2/+3 |
| | | | | (kinda barebones, but the important things should be there) | ||||
* | gtfs realtime proof of concept | stuebinm | 2022-07-02 | 1 | -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) | stuebinm | 2022-06-19 | 1 | -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 runtime | stuebinm | 2022-06-18 | 1 | -0/+95 |