Hello all
I am trying to write application in C++ to read packets from UDP port. I am receiving bytes on desired port successfuly. My question is, what is difference between OutSim and OutGauge? Do I need to set OutSim port or OutGauge to get all telemetry i want?
Another question: I am receiving bytes, but i am having problems finding out which bytes are for speed, laps, position, fuel, time, etc... Is there any raw data structure that could help me?
I have this so far:
- Speed: 4 bytes (12, 13, 14, 15)
- Gear: 1 byte (10)
- RPM: 4 bytes (16, 17, 18, 19)
I am trying to write application in C++ to read packets from UDP port. I am receiving bytes on desired port successfuly. My question is, what is difference between OutSim and OutGauge? Do I need to set OutSim port or OutGauge to get all telemetry i want?
Another question: I am receiving bytes, but i am having problems finding out which bytes are for speed, laps, position, fuel, time, etc... Is there any raw data structure that could help me?
I have this so far:
- Speed: 4 bytes (12, 13, 14, 15)
- Gear: 1 byte (10)
- RPM: 4 bytes (16, 17, 18, 19)