MyLaps forwarder (deprecated)
The forwarder is a program that runs locally to send reads from MyLaps timing systems to RACEMAP. You use the forwarder through command line, no UI.
You can download the software for Windows and Linux from github.com
How does the forwarder work?
Opens a port, on your local machine: 3097
Listens on localhost IP: 127.0.0.1
Waits for TCP/IP connections from MyLaps Timing Software
Processes passings/reads send by the MyLaps Timing Software
Uses RACEMAPs API token to forward data to RACEMAP
How to get a token?
AuthenticationHow to operate the forwarder?
Basic
Download the latest binary for Windows or for Linux and run it with below commands.
Download the forwarder here: mylaps-to-racemap-forwarder-linux-x64-v1.0.2.exe
Press Windows Key
Press
CMD + Returnto open the command line window.Navigate to the download folder of the forwarder.
Set your API token. Replace
[APItoken]with the unique API token of your RACEMAP account.start the forwarder from here:
mylaps-to-racemap-forwarder.exe + Return.
set RACEMAP_API_TOKEN=[APItoken]
mylaps-to-racemap-forwarder.exe
Watch the shell output. Looking for the line: API Token is valid
Download the forwarder here: mylaps-to-racemap-forwarder-linux-x64-v1.0.2
In a shell use the following commands to configure and start the forwarder.
export RACEMAP_API_TOKEN=[APItoken]
./chronotrack-to-racemap-forwarder Replace [APItoken] with the unique API token of your RACEMAP account.
Expert
Go to github.com/mylaps-to-racemap-forwarder and start developing.
Last updated
