OpenF1.Data
1.0.12
See the version list below for details.
dotnet add package OpenF1.Data --version 1.0.12
NuGet\Install-Package OpenF1.Data -Version 1.0.12
<PackageReference Include="OpenF1.Data" Version="1.0.12" />
paket add OpenF1.Data --version 1.0.12
#r "nuget: OpenF1.Data, 1.0.12"
// Install OpenF1.Data as a Cake Addin #addin nuget:?package=OpenF1.Data&version=1.0.12 // Install OpenF1.Data as a Cake Tool #tool nuget:?package=OpenF1.Data&version=1.0.12
open-f1
open-f1 is a open source Live Timing client which integrates with the F1 Live Timing data stream. The client allows you to receive live data during F1 sessions. This data can be streamed in to a file for later processing, or processed live to show in live timing clients.
The OpenF1.Data
library is provided to facilitate connectivity with the F1 Live Timing data stream, and handle all the processing of the incoming data. It also allows for "simulated" streams, where previously recorded data streams can be played back to allow for easy development/testing.
openf1-console
is a TUI application which uses OpenF1.Data
to show a basic Live Timing screen during sessions.
- open-f1
Inspiration
This project is heavily inspired by the FastF1 project by theOehrly. They did a lot of the work understanding the SignalR stream coming from the F1 Live Timing service. Visit their project if you'd like to do any sort of data analysis on past F1 events, or gather live timing data using their module.
Getting Started with openf1-console
Installation
Install and run as a dotnet tool
openf1-console
is available as a dotnet
tool from NuGet, which means it can be installed system-wide simply by running:
# Install globally using the -g flag
dotnet tool install -g openf1-console
# Assuming the dotnet tools directory is on your path, simply execute openf1-console
openf1-console
This method is recommended as it is easy to keep the app updated using dotnet tool update -g openf1-console
.
Run directly from Source
# Checkout the git repository
git clone git@github.com:BrownKnight/open-f1.git
# Run the console project with `dotnet run`
dotnet run --project OpenF1.Console/OpenF1.Console.csproj
Start Timing for a Live Session
- Start
openf1-console
as described above - Navigate to the
[S] Session
Screen - Start a Live Session with the
[L] Start Live Session
action. - Press
[Esc]
to return to the main screen - Switch to the Timing Tower screen with the
[O] Timing Tower
action
Start Timing for a Pre-recorded Session
- Start
openf1-console
as described above - Navigate to the
[S] Session
Screen - Start a Simulated Session with the
[F] Start Simulation
action. - Select the session to start using the Up/Down arrows, then pressing
[Enter]
- Press
[Esc]
to return to the main screen - Switch to the Timing Tower screen with the
[O] Timing Tower
action
During the Session
Managing Delay
All session data, whether live or pre-recorded, is sent to a Channel
that acts as a delayed-queue. After a short delay, data points are pulled from the queue and processed, leading to updates on the timing screens. The amount of this delay can be changed with the [►] Delay+
and [◄] Delay-
actions whilst on the timing screens. When using openf1-console
during a live session, you may wish to increase this delay to around ~50 seconds (actual number may vary) to match with the broadcast delay and avoid being spoiled about upcoming action.
Simulated session start with a calculated delay equal to the amount of time between the start of the actual session and now. This means you can decrease the delay with the [◄] Delay-
action to fast-forward through the session.
Using the Cursor
There is a global cursor that is controlled with the [▼] Down (1)
and [▲] Up
actions. What this cursor does depends on the screen, for example is can be used in the Timing Tower screen to scroll through Race Control Messages, or to select a driver on the Tower to see comparative intervals.
Configuration
OpenF1 can be configured using a simple config.json
file, or using environment variables. JSON configuration will be loaded from ~/open-f1/config.json
.
Name | JSON Path | Environment Variable | Description |
---|---|---|---|
Data Directory | dataDirectory |
OPENF1_DATADIRECTORY |
The directory in which JSON timing data is read or written from |
Live Timing Data Source
F1 live timing is streamed using SignalR
(the old ASP.NET version, not the newer ASP.NETCore protocol) at https://livetiming.formula1.com/signalr. The OpenF1.Data
simply connects to this endpoint, subscribes to the "Streaming" Hub
, and listens for messages. It subscribes to the following "topics":
Heartbeat
ExtrapolatedClock
TopThree
TimingStats
TimingAppData
WeatherData
TrackStatus
DriverList
RaceControlMessages
SessionInfo
SessionData
LapCount
TimingData
The following topics are also available but currently not subscribed to:
CarData.z
Position.z
Data Recording and Replay
All events received by the live timing client will be written to the configured Data Directory
, see see Configuration for details. Files will be written to a subdirectory named using the current sessions name, e.g. ~/open-f1/data/Jeddah_Race/
. In this directory, two files will be written:
subscribe.txt
contains the data received at subscription time (i.e. when the live timing client connected to the stream)live.txt
contains an append-log of every message received in the stream
Both of these files are required for future simulations/replays. The IJsonTimingClient
supports loading these files and processing them in the same way live data would be. Data points will be replayed in real time, using a calculated delay.
OpenF1 Console in Action
Timing Tower during a Race
LAP 12/56 Gap Interval Best Lap Last Lap S1 S2 S3 Pits Tyre Compare
1 1 VER LAP 12 LAP 12 1:40.103 1:41.401 27.121 M 11
2 11 PER +8.755 +8.755 1:40.881 1:41.767 27.442 M 11
3 4 NOR +11.491 +2.761 1:41.267 1:41.828 27.266 M 11
4 16 LEC +18.104 +6.620 1:41.812 1:42.128 27.066 31.372 43.690 M 11
5 81 PIA +18.982 +0.951 1:41.607 1:43.456 27.320 31.332 44.804 M 11
6 55 SAI +22.176 +3.194 1:41.979 1:43.299 27.380 31.597 44.322 M 11
7 3 RIC +33.950 +12.123 1:42.976 1:43.487 27.366 31.505 44.616 M 11
8 20 MAG +37.469 1:43.179 1:43.549 27.633 31.297 44.619 H 10
9 14 ALO +16.891 1:40.988 1:48.048 27.510 31.228 49.310 IN PITS M 11
10 63 RUS +20.875 1:41.696 1:48.016 27.595 31.267 49.154 IN PITS M 11
11 10 GAS +32.431 1:43.012 1:48.722 27.727 31.204 49.791 IN PITS M 10
12 2 SAR +39.150 +1.060 1:43.236 1:43.575 27.649 31.394 44.532 S 10
13 18 STR +45.140 +6.098 1:42.305 1:59.726 26.844 30.546 1 M 1
14 27 HUL +47.386 +2.328 1:41.429 1:41.429 26.861 30.684 1 H 2
15 77 BOT +48.706 +1.338 1:42.548 2:01.016 27.030 30.426 1 H 1
16 31 OCO +50.911 +2.205 1:42.807 2:00.652 26.867 30.508 1 H 1
17 22 TSU +52.707 +1.796 1:42.171 1:42.171 27.019 30.593 1 M 2
18 44 HAM +53.340 +0.959 1:42.906 1:58.909 26.848 30.842 1 M 1
19 23 ALB +53.984 +0.644 1:42.975 2:01.494 27.044 31.735 1 M 1
20 24 ZHO +57.777 +3.793 1:41.765 1:41.765 27.344 30.560 1 H 2
┌─Status──────────┐┌─Race Control Messages────────────────────────────────────────────────────────┐
│ 1 AllClear ││ 07:19:12 CAR 2 (SAR) TIME 1:44.213 DELETED - TRACK LIMITS AT TURN 6 LAP │
│ Delayed By ││ 8 15:16:26 │
│ 8.06:30:04 ││ 07:19:07 FIA STEWARDS: TURN 14 INCIDENT INVOLVING CARS 23 (ALB) AND 10 │
└─────────────────┘└──────────────────────────────────────────────────────────────────────────────┘
[▼] Down (0) [►] Delay+ [◄] Delay- [R] Race Control [H] Timing by Lap [Esc] Return
Using a Cursor to Display Relative Interval for a Specific Driver
Use the cursor controlled by the [▼] Down (1)
and [▲] Up
actions in the [O] Timing Tower
screen to select a specific driver (in this case Norris) to see the relative interval between that driver and all other. This is useful for determining where a driver will fall to after a pit stop, or looking at pit windows during under cuts.
LAP 7/56 Gap Interval Best Lap Last Lap S1 S2 S3 Pits Tyre Compare
1 1 VER LAP 7 LAP 7 1:40.103 1:41.147 27.164 M 6
2 11 PER +5.999 +5.999 1:40.881 1:41.656 27.096 M 6 -2.673
3 14 ALO +8.156 +2.157 1:40.988 1:42.363 27.371 M 6 -0.516
4 4 NOR +8.672 +0.516 1:41.267 1:42.009 27.022 M 6 -------
5 81 PIA +11.238 +2.704 1:41.607 1:42.608 27.431 M 6 +2.566
6 63 RUS +12.118 +0.880 1:41.696 1:42.597 27.340 M 6 +3.446
7 16 LEC +12.595 +0.477 1:41.812 1:42.322 27.201 M 6 +3.923
8 55 SAI +13.657 +1.062 1:41.979 1:42.409 27.351 M 6 +4.985
9 18 STR +16.821 +3.154 1:42.305 1:43.277 27.390 S 6 +8.149
10 27 HUL +18.437 +1.616 1:42.347 1:43.384 27.553 M 6 +9.765
11 77 BOT +19.035 +0.598 1:42.548 1:43.151 27.557 M 6 +10.363
12 31 OCO +19.907 +0.872 1:42.807 1:43.212 27.503 M 6 +11.235
13 23 ALB +20.999 +1.383 1:42.975 1:43.353 27.681 M 6 +12.327
14 10 GAS +21.585 +0.586 1:43.012 1:43.494 27.528 M 6 +12.913
15 3 RIC +22.582 +0.997 1:42.976 1:43.613 27.670 M 6 +13.910
16 22 TSU +23.594 +1.012 1:43.095 1:43.669 27.667 S 6 +14.922
17 44 HAM +24.186 +0.592 1:42.906 1:43.467 27.593 S 6 +15.514
18 20 MAG +25.745 +1.559 1:43.179 1:43.899 27.684 H 6 +17.073
19 24 ZHO +26.337 +0.592 1:43.484 1:44.212 27.488 M 6 +17.665
20 2 SAR +27.095 +0.752 1:43.516 1:43.726 27.432 31.588 44.706 S 6 +18.423
┌─Status──────────┐┌─Race Control Messages────────────────────────────────────────────────────────┐
│ 1 AllClear ││ 07:05:29 DRS ENABLED │
│ Delayed By ││ 07:03:37 GREEN LIGHT - PIT EXIT OPEN │
│ 8.06:33:14 ││ 06:57:10 DRS DISABLED │
└─────────────────┘└──────────────────────────────────────────────────────────────────────────────┘
[▼] Down (4) [▲] Up [►] Delay+ [◄] Delay- [R] Race Control [H] Timing by Lap [Esc] Return
Race Control Screen
The [R] Race Control
screen shows all Race Control Messages for the session, along with other session data such as the Weather.
┌─Race Control Messages────────────────────────────────────────────────────┐┌─Status──────────────┐
│ 07:12:30 CAR 10 (GAS) TIME 1:42.847 DELETED - TRACK LIMITS AT TURN ││ LAP 8/56 │
│ 14 LAP 4 15:10:25 ││ 1 AllClear │
│ 07:11:59 TURN 14 INCIDENT INVOLVING CARS 23 (ALB) AND 10 (GAS) NOTED │└─────────────────────┘
│ - FORCING ANOTHER DRIVER OFF THE TRACK │┌─Clock───────────────┐
│ 07:08:12 CAR 27 (HUL) TIME 1:43.687 DELETED - TRACK LIMITS AT TURN 6 ││ Simulation Time │
│ LAP 2 15:05:58 ││ 2024-04-21T07:15:34 │
│ 07:08:10 TURN 6 INCIDENT INVOLVING CARS 18 (STR) AND 27 (HUL) NOTED ││ Delayed By │
│ - FORCING ANOTHER DRIVER OFF THE TRACK ││ 8.06:33:14 │
│ 07:05:29 DRS ENABLED │└─────────────────────┘
│ 07:03:37 GREEN LIGHT - PIT EXIT OPEN │┌─Weather─────────────┐
│ 06:57:10 DRS DISABLED ││ 🌡 Air 19.0C │
│ 06:45:09 RISK OF RAIN FOR F1 RACE IS 10% ││ 🌡 Track 30.7C │
│ 06:30:01 PIT EXIT CLOSED ││ 💨 1.0kph │
│ 06:20:01 GREEN LIGHT - PIT EXIT OPEN ││ 🌧 0mm │
│ 06:11:44 DRS ENABLED IN ZONE 1 ││ │
└──────────────────────────────────────────────────────────────────────────┘└─────────────────────┘
[▼] Down (0) [►] Delay+ [◄] Delay- [O] Timing Tower [H] Timing by Lap [Esc] Return
Using a Cursor to View Timing History by Lap
In the [H] Timing by Lap
screen, you can use the cursor controlled by the [▼] Down (1)
and [▲] Up
actions to view historical snapshots of the timing tower at the end of every lap.
LAP 6/56 Gap Interval Last Lap S1 S2 S3
1 1 VER LAP 7 LAP 7 1:41.147 27.114 30.431 43.602
2 11 PER +5.945 +5.945 1:41.656 27.190 30.742 43.724
3 14 ALO +7.527 +1.582 1:42.363 27.069 31.125 44.169
4 4 NOR +8.187 +0.660 1:42.009 27.086 31.028 43.895
5 81 PIA +10.800 +2.613 1:42.608 27.420 31.171 44.017
6 63 RUS +11.644 +0.844 1:42.597 27.312 31.169 44.116
7 16 LEC +12.263 +0.619 1:42.322 27.267 31.156 43.899
8 55 SAI +13.241 +0.978 1:42.409 27.317 31.132 43.960
9 18 STR +16.414 +3.173 1:43.277 27.427 31.431 44.419
10 27 HUL +17.850 +1.436 1:43.384 27.468 31.525 44.391
11 77 BOT +18.349 +0.499 1:43.151 27.357 31.453 44.341
12 31 OCO +19.281 +0.932 1:43.212 27.330 31.387 44.495
13 23 ALB +20.491 +1.210 1:43.353 27.518 31.276 44.559
14 10 GAS +21.227 +0.736 1:43.494 27.579 31.338 44.577
15 3 RIC +22.072 +0.845 1:43.613 27.519 31.527 44.567
16 22 TSU +23.092 +1.020 1:43.669 27.431 31.581 44.657
17 44 HAM +23.758 +0.666 1:43.467 27.510 31.423 44.534
18 20 MAG +25.220 +1.462 1:43.899 27.510 31.597 44.792
19 24 ZHO +26.010 +0.790 1:44.212 27.719 31.729 44.764
20 2 SAR +26.566 +0.556 1:43.726 27.432 31.588 44.706
[▼] Down (6) [▲] Up [O] Timing Tower [R] Race Control [Esc] Retur
Notice
open-f1 is unofficial and are not associated in any way with the Formula 1 companies. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks are trade marks of Formula One Licensing B.V.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- AutoMapper (>= 12.0.0)
- AutoMapper.Collection (>= 9.0.0)
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 12.0.0)
- Microsoft.AspNet.SignalR.Client (>= 2.4.3)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.127 | 33 | 11/3/2024 |
1.0.124 | 82 | 9/26/2024 |
1.0.123 | 74 | 9/26/2024 |
1.0.121 | 84 | 9/26/2024 |
1.0.118 | 120 | 9/15/2024 |
1.0.114 | 110 | 7/17/2024 |
1.0.109 | 93 | 7/6/2024 |
1.0.87 | 96 | 6/29/2024 |
1.0.82 | 97 | 6/22/2024 |
1.0.78 | 96 | 6/22/2024 |
1.0.77 | 96 | 6/22/2024 |
1.0.49 | 89 | 5/19/2024 |
1.0.34 | 91 | 5/9/2024 |
1.0.32-g14cd2d38df | 72 | 5/9/2024 |
1.0.31-g9c7dd7acba | 71 | 5/9/2024 |
1.0.30-gcd1d18cc4f | 76 | 5/9/2024 |
1.0.29-g9a42a11fbc | 76 | 5/9/2024 |
1.0.28-g184c7383a1 | 72 | 5/9/2024 |
1.0.26 | 92 | 5/7/2024 |
1.0.25 | 92 | 5/7/2024 |
1.0.24 | 102 | 5/5/2024 |
1.0.23 | 107 | 5/4/2024 |
1.0.20 | 108 | 5/4/2024 |
1.0.14 | 93 | 5/3/2024 |
1.0.12 | 103 | 4/29/2024 |
1.0.11 | 125 | 3/28/2024 |
1.0.10 | 109 | 3/28/2024 |
1.0.9 | 116 | 3/28/2024 |
1.0.8 | 100 | 3/28/2024 |
1.0.7 | 106 | 3/28/2024 |
1.0.6 | 118 | 3/28/2024 |