chrishannam / Telemetry-F1-2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 100.0%