GTFS-Realtime is a an efficient means for interchange of large amounts of data on the state of a public transport network. The combination of its efficiency and implementation result in a product that is difficult to understand for newcomers. This is made even worse by the fact that the documentation is intermixed with code.
This repository presents the same information (along with several extensions) as hypertext, which may be easier to understand. See that documentation here.
There are other extensions out there. Submit a Pull Request if you would like them included.
This documentation was generated with Doxygen. To regenerate, add or modify the .proto files in the root directory and run
doxygen doxyfile
This would not have been possible without:
- Google, who shared the master .proto file under the Apache license
- OVAPI, who shared their extension under the CC-BY-3.0 license
- Doxygen
- Doxygen-Bootstrapped