F1 2021 - The Official Video Game from Codemasters
A tool for forwarding the UDP telemetry data from the simulator game F1 2021 to InfluxDB for display via any graphing application.
Data Storage
Is done by InfluxDB which is a great time series database. See Docker Hub.
docker pull quay.io/influxdb/influxdb:latest
Graphing Using Grafana
You can use Grafana to connect to InfluxDB. See - https://grafana.com/docs/grafana/latest/installation/docker/
docker run -d -p 3000:3000 grafana/grafana
Connection to InfluxDB
Connecting to InfluxDB 2 requires Grafana 7.1 and above.
Refresh Rate
To enable sub second updates, alter the following in /etc/grafana/grafana.ini
#################################### Dashboards History ##################
[dashboards]
# Number dashboard versions to keep (per dashboard). Default: 20, Minimum: 1
;versions_to_keep = 20
min_refresh_interval = 100ms
Next add the refresh rate as an option in the dashboard setting, otherwise you won't be able to select it.
Links
Demo
YouTube:
Telemetry
Wheel speed in meters per second. Wheel slip is 0 -> 1
Release files for race-strategist 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| race_strategist-0.0.1.tar.gz | 20.7 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| race_strategist-0.0.1-py3.10.egg | Legacy Egg format | - | - | Details |
| race_strategist-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 144.9 kB
Release files / race_strategist-0.0.1.tar.gz
| Download URL | race_strategist-0.0.1.tar.gz |
|---|---|
| Size | 20.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1461736b49d2edd0b2d6e79fb8a02c02ec4216bc9f5a28edc7963fb7c0e06532
|
|
BLAKE2b-256 checksum How to use checksums |
d0c9b4c701b431eb72db6e0a3cd50505c833976e7a70f7f44371171d5302da0f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|
Release files / race_strategist-0.0.1-py3.10.egg
| Download URL | race_strategist-0.0.1-py3.10.egg |
|---|---|
| Size | 96.2 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
4567b2595ef65b7d8b6ff416ab976b501d486ef1dfb67d642e3f077d60284325
|
|
BLAKE2b-256 checksum How to use checksums |
9ac821a0acd7bacbb67ad793e162edef2f89943ac264e6f1c5c2dbb857cb11cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|
Release files / race_strategist-0.0.1-py3-none-any.whl
| Download URL | race_strategist-0.0.1-py3-none-any.whl |
|---|---|
| Size | 28.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
89557173bc404a07b02a53d3af8df5f5ef8176f4112752a7657dfa16baa86203
|
|
BLAKE2b-256 checksum How to use checksums |
a132228198a7eef27a263ed3e20b5d68217cf497551bcb515d7beb029c836bb5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|