Question about f1 data & mini sectors #150
Answered
by
slowlydev
SyntaxSnipes
asked this question in
Q&A
-
Hi, where do you get the mini-sector data from? And how do you get them live?? |
Beta Was this translation helpful? Give feedback.
Answered by
slowlydev
Sep 5, 2024
Replies: 1 comment 2 replies
-
From the f1 realtime api. And the mini-sectors are one of the topics we can subscribe to and get updates about their state (fastest, slower, pits, pb). Edit: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
slowlydev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the f1 realtime api. And the mini-sectors are one of the topics we can subscribe to and get updates about their state (fastest, slower, pits, pb).
Edit:
Here we connect: https://github.com/slowlydev/f1-dash/blob/main/crates/client/src/client.rs
Here we have the topics and urls: https://github.com/slowlydev/f1-dash/blob/main/crates/client/src/consts.rs