Re: F1 22 UDP Specification
hi guys,
I understand this is not really the correct forum but I have to ask a Python Question as I am kind of stuck.
I started to toy around with python and the f1 2022 telemetrie data but I got stuck with reading the header.
I tried this:
tmp = struct.unpack("HBBBBQfLBB", vals)
but the Q is being red as a 10 Byte Value (instead of 8 Byte = Uint64) ...
What dont I get? - nearly any comments are appreciated!!