Metadata-Version: 2.1
Name: Telemetry-F1-2021
Version: 0.1.0
Summary: Decode F1 2021 telemetry data.
Home-page: https://github.com/chrishannam/Telemetry-F1-2021
Author: Chris Hannam
Author-email: ch@chrishannam.co.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Telemetry-F1-2021

# Main Source for this Project
To speed up the building of this project, the packet format was taken from
[this](https://forums.codemasters.com/topic/80231-f1-2021-udp-specification/?do=findComment&comment=624274)
post on the Codemasters forums.

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

# Installing

```bash
pip install Telemetry-F1-2021
```

# Running
```bash
telemetry-f1-2021-recorder
```


