-
Notifications
You must be signed in to change notification settings - Fork 73
Features
OneBusAway is a collection of open-source tools and libraries designed with one goal in mind:
Making public transit easier to use.
Rider information can be anything from maps and schedules to real-time arrivals and service alerts. Our tools are sometimes designed to be used directly by riders, but some are also be used by transit agencies and developers to build tools of their own for sharing real-time public transit information. Below, we describe the various pieces that make up OneBusAway.
The OneBusAway application suite's primary function is to share real-time public transit information with riders across a variety of interfaces:
- [http://developer.onebusaway.org/modules/onebusaway-application-modules/current-SNAPSHOT/features/web.html OneBusAway Web] - A variety of web interfaces to transit data
- A standard web interface to transit data, including maps and stop pages with real-time info
- A mobile-optimized version of the web interface for mobile browsers
- A text-only version of the web interface for more-basic mobile browsers
- [http://developer.onebusaway.org/modules/onebusaway-application-modules/current-SNAPSHOT/api/where/index.html OneBusAway REST API] - A RESTful web-service that can be used to quickly write applications built on top of transit data. This API powers:
- The [MobileApp_iPhone OneBusAway iPhone application]
- The [https://code.google.com/p/seattle-bus-bot/ OneBusAway Android application]
- The [https://onebusawaywp7.codeplex.com/ OneBusAway Windows Phone 7 application]
- [http://developer.onebusaway.org/modules/onebusaway-application-modules/current-SNAPSHOT/features/phone-and-sms.html OneBusAway Phone] - A Interactive Voice Response (IVR) phone application for accessing real-time transit information
- [http://developer.onebusaway.org/modules/onebusaway-application-modules/current-SNAPSHOT/features/phone-and-sms.html OneBusAway SMS] - An SMS service for accessing real-time transit information
- [http://developer.onebusaway.org/modules/onebusaway-application-modules/current-SNAPSHOT/features/sign-mode.html OneBusAway Sign Mode] - A interface mode optimized for large public displays
These interfaces are powered by a transit-data back-end module that combines raw transit data (GTFS, GTFS-realtime, etc) into an optimized data-bundle appropriate for application development.
- Check out the onebusaway-application-modules project for more info.
- If you are looking to quickly deploy a simple OneBusAway instance to see how it might work for you, check out our Quickstart Guide.
We provide a Java-based library for reading, writing, and transforming GTFS data, including database support.
- Check out the onebusaway-gtfs-modules project for more info.
We provide a number of libraries and tools for working with working with GTFS-realtime data:
- onebusaway-gtfs-realtime-api provides a Java library for working with GTFS-realtime data.
- onebusaway-gtfs-realtime-from-siri-cli provides a command-line tool for converting [http://siri.org.uk/ SIRI] real-time data into GTFS-realtime.
- onebusaway-gtfs-realtime-from-nextbus-cli provide a command-line tool for converting NextBus API real-time data into GTFS-realtime.
- onebusaway-gtfs-realtime-munin-plugin provides a Munin plugin for logging information about a GTFS-realtime feed.
- onebusaway-gtfs-realtime-nagios-plugin provides a Nagios plugin for monitoring a GTFS-realtime feed:
We provide a number of libraries and tools for working with SIRI real-time data, including support for implementing both SIRI producers and consumers, a simple command-line utility for querying SIRI endpoints, and finally a SIRI repeater application for aggregating, filtering, and rebroadcasting SIRI data.
- Check out onebusaway-siri for more information.
- onebusaway - Common parent Maven POM that defines a number of common project settings, like project license, distribution management, and artifact signing
- onebusaway-collections - Common collection and utilities classes used by a number of modules.
- onebusaway-csv-entities - A Java library for reading and writing entities from comma-separated-values files.
- onebusaway-service-alerts - Application for producing and managing service alerts on the transit agency side.
- onebusaway-probablecalls - a library for writing touch-tone phone IVR applications using the XWork library.
- onebusaway-resources - common OneBusAway resources, including images and icons.
- onebusaway-wiki-integration - Allow embedding of content from a wiki / CMS / other source in your webapp.