A tool for simracers created by simracers
PitManager is an open source application for managing realtime telemetry data and sharing them with your team members.NOTE: The development of this application is discontinued for now. Listed features might not work as expected or are not fully implemented yet.
In endurance races, the driver has to adjust the pit stop for the following driver during the drive. This might distract the driver and is annoying for every participant. There are already tools to tackle this kind of problem but they work poorly. With the power of the open source, my goal is to create an application that allows team members to manage pitstops, collect real-time telemetry data, and share them with your team members.
NOTE: There might be features listed but won't be implemented later on.
Complete:
- UDP Listener - Connecting to ACC's UDP Broadcast API and parse the data
- Shared Memory - Getting data from ACC's shared memory to read telemetry data in realtime
In progress:
- Data Visualization: - Visualizing the data that we get from the Broadcast API and shared memory.
- Refactoring: - The current state of this application is designed poorly. A refactor of the Rust backend is neccessary.
Planned Features:
- Realtime Data Transfer: - To make data available for your team mates there will be a possibilty to create sessions inside the application.
- Realtime Data on the web: If you like to monitor your teammates telemetry data outside of the application, there will we a website for you.
- Race Engineer: - Wrong tyre pressure? Overheating brakes? Our Race Engineer will help you to adjust these settings.
PitManager uses Rust, Tauri (with React) and TypeScript currently.
- The Rust Programming language will be used for the application (with Tauri) and the server that makes sessions possible.
- Tauri reduces the application size and reduces the memory size compared to Electron.
You want to contribute? Check out the contributing guide to get instruction on how to setup the environment and making pull requests.