Skip to main content

Display telemetry data and spot anomalies.

Project description

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.

UDP Specification

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.

Top half of config of datasource Bottom half of config of datasource

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.

Set refresh rate

Links

Demo

YouTube:

Telemetry

Wheel speed in meters per second. Wheel slip is 0 -> 1

https://www.reddit.com/user/jeppe96/posts/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

race_strategist-0.0.1.tar.gz (20.7 kB view hashes)

Uploaded Source

Built Distributions

race_strategist-0.0.1-py3.10.egg (96.2 kB view hashes)

Uploaded Source

race_strategist-0.0.1-py3-none-any.whl (28.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page