Skip to content
bdferris edited this page Feb 23, 2012 · 11 revisions

The onebusaway-gtfs-realtime-exporter module provides a number of methods to assist you in producing and sharing a GTFS-realtime real-time transit data feed.

Quick Start

The onebusaway-gtfs-realtime-exporter module is provided as a Maven module in the OneBusAway Maven Repository. To include it as a dependency to your Maven project, add the following to the <dependencies/> section of your project's pom.xml file:

<dependency>
  <groupId>org.onebusaway</groupId>
  <artifactId>onebusaway-gtfs-realtime-exporter</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>     
Clone this wiki locally