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?
API token The API token serves as a secure key that authenticates and directs your data to RACEMAP. Without a valid token, your submitted data will be rejected. Generate your API token in the settings of your RACEMAP account https://racemap.com/admin/account.

How 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 + Return
to 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
Expert
Go to github.com/mylaps-to-racemap-forwarder and start developing.
Last updated