#16359 Data Interface

Open Created by @smartrace - 3 comments

From @smartrace 06.03.2023, 21:27

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
  • ...
@dirtydogracing and 2 others support this. Log in if you'd like to support this, too.
#1 From @dirtydogracing 07.03.2023, 09:54

VSC / caution?

@smartrace updated the description 07.03.2023, 09:58
#2 From @smartrace 07.03.2023, 09:58 Owner

Thanks, added.

#3 From @billroyle 11.03.2023, 05:31

(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!

You need to be logged in to add a comment.