Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

race-strategist

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

race-strategist

Display telemetry data and spot anomalies.

  • 0.0.1
  • PyPI
  • Socket score

Maintainers
1

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

  • Excellent Telemetry tool PXG F1
  • Similar project using Kafka and with Camel

Demo

YouTube:

Telemetry

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

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc