It is a Qt Application capable of displaying real time racing sim telemetry data.
If you are someone like me , who got really into sim racing during the lockdown then you must be familar the pain of not being able to put out consistent lap times. This tool is aimed to solve that problem. By being able to visualize your braking zones and speed in crucial sectors, you will become more consistent and a better driver overall. This is very much a work in progress, and any feedback will be greatly appreciated!
Under windows, make sure microsoft visual studio 2019 is installed. Then, using the x86_64 terminal type
qmake && nmake clean && nmake
To run this application, in the root project run
cd release && assettoCorsaCompanion.exe
Currently support braking pressure, rpm, speed and gear data
While the telemetry app is running, start up assetto corsa and start driving. You will see the data points being displayed accordingly.
Data recorded using DataDog tracing agent. Running on AMD Ryzen 5 3600 CPU and GTX 1660 GPU