summaryrefslogtreecommitdiff
path: root/vdv-protocol.cabal (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-09VDV 452 example datasetHEADmainstuebinm1-0/+1
I'm not at all sure if this is correct or complies with the standard — it looks like it conceivably does, but the standard is rather vague in places, and I don't know for sure what some of the terms in it mean.
2022-12-09VDV 452 fixes & utilitiesstuebinm1-0/+1
2022-11-20VDV 452 type definitionsstuebinm1-0/+1
this implements all the database table schemas defined in VDV 452, except for the ones which are very obviously not useful for talking about train timetable data. Note that I don't really understand what all of these values are supposed to be yet, so a lot of them are probably unnessary.
2022-11-20VDV 451 encodingstuebinm1-0/+3
this implements the file format specified in VDV 451, which essentially appears to be a needlessly complicated version of CSV with a couple extra features which in theory /could/ be very useful but are all either explicitely not used or made redundant by how the rest of the standards work.
2022-11-09some more hackingstuebinm1-2/+17
includes a message queue, more correct implementation of how the routs work (why do they work like THAT though???), and other fun stuff. uh also turns out you can't do schema validation with xml-types easily. ah well. "be liberal in what you accept" and all that …