-
Notifications
You must be signed in to change notification settings - Fork 2
Messages
Emanuele Giacomini edited this page Jan 8, 2020
·
4 revisions
Here lies the list of possible messages that can be sent through the BE-MESP network.
There are two main types of headers that a message can inherit:
-
MessageHeader: Generic message header. Used to generate any generic purpose message. It contains the following parameters:
- Target Address
- Source Address
- Message ID
- No. Hops
- Sequence Number
- Payload Size
-
IndexedMessage: Message header used for indexable payload (ie. transmission of an array). It inherits all the header information of MessageHeader, but also contains a new variable for entries number in the payload:
- MessageHeader data
- Entries
The following messages are used for the routing procedure.
- __