I was trying to use the examples to generate and read a Message. I see in one of the examples you have a snippet that does this for ardupilot dialect but for the life of me I could not figure out how to do this for a generic dialect.
Overall I am trying to create a message and broadcast it over udp to be received by any /all other nodes on the net.
Along those lines Im kind of unclear on what is the difference between a frame and a message? Im assuming that a message is part of a frame where a frame is what the mavlink docs refer to as a packet?
I was trying to use the examples to generate and read a Message. I see in one of the examples you have a snippet that does this for ardupilot dialect but for the life of me I could not figure out how to do this for a generic dialect.
Overall I am trying to create a message and broadcast it over udp to be received by any /all other nodes on the net.
Along those lines Im kind of unclear on what is the difference between a frame and a message? Im assuming that a message is part of a frame where a frame is what the mavlink docs refer to as a packet?