Hello,everyone! I have a probelm about UDP streaming data analysis .
I can get 1367 bytes of data through the UDP broadcast transmission. But I don't know how to parse the data.For example:I konw "sWorldVelocity[3]" statrts from 160th byte to 171th byte.I have gotten 12 bytes Hex data. But I don't know how to calculate the sWorldVelocity[0],sWorldVelocity[1] and sWorldVelocity[2].Can you provide some relevant documentation or examples? Thanks you very much!