f1-2019-telemetry

A package to handle UDP telemetry data as sent by the F1 2019 game.


License
MIT
Install
pip install f1-2019-telemetry==1.1.4

Documentation

F1 2019 UDP Telemetry package

The f1-2019-telemetry package provides support for interpreting telemetry information as sent out over the network by the F1 2019 game by CodeMasters. It also provides command-line tools to record, playback, and monitor F1 2019 session data.

With each yearly release of the F1 series game, CodeMasters post a descripton of the corresponding telemetry packet format on their forum. For F1 2019, the packet format is described here: https://forums.codemasters.com/topic/38920-f1-2019-udp-specification/.

The package should work on Python 3.6 and above.

Project information

The f1-2019-telemetry package and its documentation are currently at version 1.1.4.

The project can be installed using the standard Python 3 pip tool as follows:

pip install f1-2019-telemetry

The project is hosted as a Git repository on GitLab:

https://gitlab.com/reddish/f1-2019-telemetry/

The pip-installable package is hosted on PyPI:

https://pypi.org/project/f1-2019-telemetry/

The documentation is hosted on Read the Docs:

https://f1-2019-telemetry.readthedocs.io/en/latest/