Hi guys,
I am working on a project where I am using an ESP32 to receive the UDP telemetry and following the latest spec v29x3 I have seen some weird issues such as the header shows the first 6 values correct up to "packet id" and everything after is out of order.
[+] Game Major Version: 1
[+] Game Minor Version: 8
[+] Session UUID: 17445112030103445170
[+] Session Time: -3108.07
[+] Frame Identifier: 3305111555
[+] Overall Frame Identifier: 3
[+] Player Car Index: 255
[+] Secondry Player Car Index: 0
It seems like there is a byte that needs to be inserted or removed?? I have tries all sorts to get the header to show correctly as it has a knock on effect such as speed being reported as throttle etc..
Has anyone else had this issue? I am confident that I am reading the header correct as the first set of values are correct. The Session UUID keeps changing and downhill from there.
Any help would be awesoime.
Thank yiou
Keith