Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace protocol-buffers with proto-lens | stuebinm | 2024-04-17 | 31 | -3295/+0 |
| | | | | | | I do not really like either option, but at least the second one seems more likely to be maintained (and a little less clunky to use, too, for what it's worth). | ||||
* | gtfs-rt: don't remove SCHEDULED from schedule_relationship | stuebinm | 2022-10-16 | 1 | -2/+2 |
| | | | | | (since it's the default value it's not serialised; but best practices say to have it there explicitly) | ||||
* | gtfs realtime proof of concept | stuebinm | 2022-07-02 | 31 | -0/+3295 |
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) |