Exporter
Last updated
Last updated
Exporters need to be created when you want to have IDCamPro react upon the arrival of new passings triggered by new raw data instead of .
In order to receive raw data passings and IDCamPro can act upon them , RR12 exchange needs to define an exporter to send data to us.
Our RemoteRedirect webservice provides a bridge between RR12 working online that can only access public web servers and IDCamPro running locally.
The following exporter need to be configured in RR12 (Timing - Exporters & Tracking - Exporters):
HTTP(S) Post
https://raceresult.remoteredirect.com/api/raceresult/exporter
Custom
[Event.ID] & ";" & [RD_TimingPoint] & ";"&[Bib] & ";" & [RD_Time]
When working offline (e.g. checking out the event and using the local race result Web Server, IDCamPro acts a REST API server to receive exporter data.
HTTP(S) Post
http://localhost:8182/api/raceresult/exporter
Custom
[Event.ID] & ";" & [RD_TimingPoint] &";"& [Bib] & ";" & [RD_Time]
RRexchange and IDCamPro use different local ports in order to be able to run side-by-side on the same computer.
Name can be defined as you like, e.g. RRExchange. Timing Point/Split and Filter can be set to whatever you need, however you can always filter in RRExchange as well - so best is to leave it on All.