Message Structure
IOTMP Message Structure
Message Structure
Last updated
IOTMP Message Structure
IOTMP communication is based on the exchange of structured messages between clients and servers. Each IOT message is composed of two main parts:
Header – mandatory, contains metadata about the message type and the size of its payload.
Body (Payload) – optional, contains the actual data being transmitted.
The general structure is:
Message Header, present in all IOTMP messages
Message Body, present in some IOTMP messages
Last updated