Create a data interface which sends data on certain events to a configurable URI endpoint.
Events could be:
- Event start/end (race/qualifying)
- Lap
- Sector Time
- Weather Change
- VSC
- ...
Create a data interface which sends data on certain events to a configurable URI endpoint.
Events could be:
(I will send this via email as well as it doesn't format very well in this page.)I'll be interested to see what you come up with! From a variable standpoint I would find it useful to see current pitstop durations / average pit times. In terms of the data interface I'd love to be able to poll the app for this data in some way, likely in Python but possibly via PHP/Javascript if my hair doesn't fall out over it :) I think I could do something with even just a text file that had each line contain a variable followed by a colon, and following the colon had the value associated with that variable. Example:Current_Lap_Time: 4.51Fastest_Lap_Time: 4.02Sector_1_Time: 1:02Sector_2_Time: 2:46The key thing for me to know would probably be what polling rate to use on that file. Though I suppose if I overdid it the app would freeze and I would make the proper conclusion to reduce the rate...I can't guarantee that I can do what I want to put together off your idea, but usually once I can visualize it I can build it. Thank you for taking at look at this Marc!
@smartrace
06.03.2023, 21:27
Idea
Open
normal
SmartRace
Are you sure you want to delete this entry?
You need to be logged in to add a comment.