Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superfell/iracing-telem
A Rust port of the iRacing SDK.
https://github.com/superfell/iracing-telem
iracing rust
Last synced: about 1 month ago
JSON representation
A Rust port of the iRacing SDK.
- Host: GitHub
- URL: https://github.com/superfell/iracing-telem
- Owner: superfell
- License: bsd-3-clause
- Created: 2022-02-25T17:56:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T23:43:05.000Z (5 months ago)
- Last Synced: 2024-11-13T03:51:57.554Z (about 2 months ago)
- Topics: iracing, rust
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# iracing-telem
This is a Rust port of the iRacing SDK for accessing telementry from a running instance of iRacing.
It allows for access to telemetetry data from a running instance of the iRacing simulator
as well as the ability to send certain control messages to the simulator (e.g to change Pitstop settings)docs:
crate:
The iRacing data is exposed through a memory mapped file. Because of this, and the potential issue
for the data to not be in the expected locations almost all methods are marked as unsafe.Details of the c++ SDK are available on the iRacing forums.
Note you will need an active iRacing subsription to access these.