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 for F1 22, which is nice.
Thanks to the hard work of the poster I was able to skip the tedious packet decoding.
The updated F1 22 UDP specification is available here
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file f1_22_telemetry-0.1.1.tar.gz.
File metadata
- Download URL: f1_22_telemetry-0.1.1.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43832b9b2fa075ec65a93b58f10bc046b59f882c7d85fda91b9025a252e47f7c
|
|
| MD5 |
730b0f01d4cecf68a1c336db0fee6b8e
|
|
| BLAKE2b-256 |
c267b3641041b84a8b869eee1dedaf97527f02a397f5e28db7b791b7cbe95ba0
|
File details
Details for the file f1_22_telemetry-0.1.1-py3-none-any.whl.
File metadata
- Download URL: f1_22_telemetry-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f37fa21a099b13ccb089335dd3c7f6140c8a446bc907254d6da2a192923ad4a
|
|
| MD5 |
f5d9a21203cb78402fa7d36337a52591
|
|
| BLAKE2b-256 |
fe1540b7c5087754366276c15c2dba30d330bed3ef206b1d73d9a7806c31d151
|