I'm a little confused by a document I have for the structure of a data packet I want to read via UDP. I have an app set up which is working at getting very basic messages in the form of a string so I know the UDP side works. Now I need to take it to the next level and receive the messages and even more so decipher this into usable information.
I have been sent a document on the structure of the packet but I feel it's over my head so I am just looking for pointers on how to handle this. I have attached a pdf of some of the examples of the message structure. Do i create a module with this structure defined? Do I then do some sort of mask to extract the various segments?
I'm basically trying to gauge if this is something I can learn to figure out or if I need to pay someone to just write the code for me but that feels not only expensive but also doesn't help me further my understanding.