Transitime / core

Transitime 0.1 (beta) is an open source project created and managed by Swiftly, Inc. to help transit agencies generate more accurate and reliable real-time arrival information for passengers. This version of the code is an early beta release and should not be used for production implementations. Please reach out to Swiftly at contact@goswift.ly for the most up-to-date software.
https://goswift.ly/transitime
GNU General Public License v3.0
62 stars 77 forks source link

Use Google GTFS-realtime bindings rather than local copy #3

Closed kurtraschke closed 9 years ago

kurtraschke commented 9 years ago

Google provides pre-built bindings for GTFS-realtime, which can be included as a Maven dependency—thus removing the need to include them locally. This way, when the GTFS-realtime specification is updated, all that is required to get the latest bindings is to bump the version of the Maven dependency.