Skip to content

chrishannam/Telemetry-F1-2021

Repository files navigation

Telemetry-F1-2021

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.

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

Installing

pip install Telemetry-F1-2021

Running

telemetry-f1-2021-recorder

Usage

from telemetry_f1_2021.listener import TelemetryListener

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages