Skip to content

A tool for Microsoft Windows that displays real-time telemetry data from the TrackMania racing game.

License

Notifications You must be signed in to change notification settings

Electron-x/TMTelemetry

Repository files navigation

TrackMania Telemetry Monitor

TrackMania Telemetry Monitor (TM²) is a tool for Microsoft Windows that displays real-time telemetry data from the TrackMania racing game.

The application lists the sector and/or checkpoint times of a race in a table, supplemented by a few statistics. In addition, a selection of live data is displayed in the status bar:

Screenshot of TM²

The application does not log any data or perform any analyses. Also no gauges or line graphs are displayed.

The source code is provided as an example and should show how to access the game data via the telemetry interface of Maniaplanet 4, Trackmania or Trackmania Turbo.

This is a generic C/C++ Win32 desktop project created with Visual Studio 2022. Since no external libraries are used, the project should be built without problems. An older VS2005 project file (.vcproj) and two Visual Studio Installer projects for x86 and x64 are also included.