Working on an F1 Dashboard App in Flutter, NodeJS & Express, Some Advice Needed #229
shreyas-kamat
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm working on a F1 Dashboard App, I have figured out how to get a response with Web Sockets and I'm getting live data feed but I'm having trouble understanding the structure of the returned json object it looks like this:
Question-1: How do I get more stats like intervals, Pit Stops, Tyres, Lap Duration, etc (Need to know the structure of the object and what else it returns other than Sectors and Segments)
Question-2: Is there any documentation with regard to this?
Question-3: There are two fields "CarData.z" & "PositionData.z" and their data returned looks compressed or encrypted somehow. How do I use that data
Beta Was this translation helpful? Give feedback.
All reactions