Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radadi - Race Data Display

This is a tool to display start lists and result lists publicly in real time during orienteering events. It is written in PHP and JavaScript/jQuery.

Supported data sources

Currently the only supported data source is a CSV export from the OE2010 event software.

Support for IOF XML format is planned in order to automatically import event and stage names. We also plan to support "speaker intermediate results" (with radio control data) in the future.

Supported devices

The lists can be displayed on big TV screens using cheap hardware, such as Banana Pi single-board computers. No software other than a web browser is required on these devices.

Support for mobile devices is planned for a future release.

How to use

  1. Install a webserver with PHP on a Windows PC running OE2010 (xampp is recommended).
  2. Clone the repository into the "htdocs" folder of the webserver (or simply download as ZIP and extract it there).
  3. Set the IP address of the PC to 192.168.1.5. If you use a different address, adapt js/radadi.js accordingly.
  4. Open server.php in a text editor to configure the list of classes that each client should display, and set the event name and current stage.
  5. Export a start list by classes from OE2010 into startlist.csv, and/or set up an automatic export of a preliminary result (by classes) into resultlist.csv, at a regular interval (1-2 minutes is recommended). Make sure to enable the "Excel time format" tick!
  6. Point client devices to http://192.168.1.5/radadi to display the list. They will automatically paginate the data and update it at the end of each display cycle.

Hopefully there will soon be a GUI to configure client settings.

Acknowledgement

This software is a work in progress. It has been successfully used at one international orienteering event so far (Velikden Cup 2016 in Bulgaria), showing information on four TV screens.

Author

Martin Zoller

Email: radadi at spam dot zoller dot tv

About

Real-time start and result list display for orienteering events

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages