Skip to main content

Decode F1 22 telemetry data.

Project description

F1 22 Telemetry

Main Source for this Project

To speed up the building of this project, the packet format was taken from this post on the Codemasters forums. Which oddly works most for F1 22, which is nice.

Thanks to the hard work of the poster I was able to skip the tedious packet decoding.

Installing

pip install f1-22-telemetry

Running

telemetry-f1-22-listener

Usage

from f1_22_telemetry.listener import TelemetryListener

listener = TelemetryListener(port=20777, host='localhost')
packet = listener.get()

Releasing

pip install --upgrade build twine
python -m build
python3 -m twine upload f1-22-telemetry

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

f1_22_telemetry-0.0.1.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

f1_22_telemetry-0.0.1-py3-none-any.whl (11.9 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