You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

f1-packets

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

f1-packets

Python library for the official F1 game UDP telemetry data

2025.1.1
pipPyPI
Maintainers
1

F1 Packets

Python library for the official F1 game UDP telemetry data

Packet spec generation

To generate the spec from the official document, follow these steps. Make sure that cog is installed (pipx install cogapp) before continuing.

  • Copy-paste the documentation into data/spec.h
  • Comment-out (or delete) anything that is not part of the actual data spec
  • Run cog -Pr .\f1\packets.py from the root folder.

Credits

Most of the code is based on Telemetry-F1-2021.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts