Notifications
Clear all
Topic starter
02/01/2024 12:01 pm
Hello,
Here is my baby. It is a virtual pitwall system that uses SimHub as telemetry source. The goal is, when racing as a team, display car status, and race informations to the one not driving.
It is made of 2 components :
- An acquisition plugin in SimHub, https://github.com/macreiben-dev/pit-wall-acquisition
- An API that feeds a database with the metrics, https://github.com/macreiben-dev/pit-wall-api
The API is hosted in a docker container like the database and grafana that allows you to create any dashboard you want.
To use the project you need to have knowledge in hosting docker container.
Thank you for reading about my project !
Regards,