Skip to content

Feature: "C" telemetry format discovered #18

Description

@MacManley

I’ve discovered a new 368 byte telemetry packet that can now be accessed by sending the "C" heartbeat.

The XOR constant is the same as Packet B (0xDEADBEEF).

•	[0:4] SurfaceType (char): Indicates the surface in contact with each tyre.
•	T = tarmac
•	D = dirt
•	[4:8] Current Lap (uint32): Current lap time (milliseconds).
•	[20:24] Car Category (null-terminated string I think): Examples include GR3, GRB, GRX, etc.

The bytes in between are highly sporadic, I'm still looking into what exactly they are.

I’ll continue to reverse-engineer the packet and update this issue as more fields are identified.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions