![]() |
Firmware for an ad-hoc mesh network of Internet-of-Things devices based on LoRa (Long Range radio) that can be deployed quickly and cheaply.
|
Internal cluster duck LoRa message structure. More...
#include <LoraPacket.h>
Public Attributes | |
String | senderId |
Unique id of the duck sending the packet. More... | |
String | topic |
The message topic. Some topics are preset. For example "status", "health". More... | |
String | messageId |
Unique id representing the message. More... | |
String | payload |
Message payload. More... | |
String | path |
Comma separated list of duck device ids that have seen this packet. More... | |
Internal cluster duck LoRa message structure.
String Packet::messageId |
Unique id representing the message.
String Packet::path |
Comma separated list of duck device ids that have seen this packet.
String Packet::payload |
Message payload.
String Packet::senderId |
Unique id of the duck sending the packet.
String Packet::topic |
The message topic. Some topics are preset. For example "status", "health".