Due to increasing spam attacks, forum registrations are currently paused to keep our community safe and spam-free. Come hang out and stay connected with us on the SimHub Discord: https://discord.com/invite/nBBMuX7!
Catch you on Discord — and thanks for understanding!
Catch you on Discord — and thanks for understanding!
Notifications
Clear all
Topic starter
02/01/2024 1: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,