SimDataGrabber
SimDataGrabber is a library for racing simulators, allowing an easy access to a wide range of information. It is free of charge as long as you only use it in non-commercial projects.
The list below shows – without a claim to be complete – available data:
- driver-related data like
- name of the team/driver/car etc.
- timing data (laptimes, sector times etc.)
- telemetry data (speed, gear, tyretemperatures, rpm etc.)
- session-related data like
- current session
- number of drivers in the session
- elapsed time
- best sector times
- etc.
Currently supported racing simulators:
- GTR 2
- GT Legends
- Race07
Support for more simulators will follow soon, while the support for rFactor is nearly complete.
The library can be easily integrated into existing projects; due to the fact, that its impact on the simulator shall be as little as possible, it’s written in C++ allowing to keep the cpu load < 0.5% while grabbing all the data listed above at an interval of 10ms. An interface class for C# will be available as well, once I’ve released the first version of the library.
SimDataGrabber is currently used by the following applications:
- SimRaceTV
- two other projects I am currently working on
Leave a comment if you’d like to be informed about the latest news reagarding this project! ( enter a valid email-address in the corresponding field, the address will not be displayed, only I can see it
)