Skip to content

proffalken/openrail

 
 

Repository files navigation

openrail
========


A suite of programmes to collect and analyse open rail data.

cifdb - Fetch timetable / timetable updates and record in database.
vstpdb - Collect VSTP timetable updates and record in database.
trustdb - Collect train movement reports and record in database.
liverail - Web display.

A configuration file is required with the following format:

db_password: <password for database>
db_server:   <server with openrail database>
db_username: <database username>
db_name:     <database name>
nr_user:     <amqp/stomp user>
nr_pass:     <amqp/stomp password>
debug:       <should debug be enabled (true/false)>

For more information see the GIT Wiki.

About

Open Rail Data Processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.5%
  • JavaScript 1.2%
  • Other 2.3%