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.
Packet Struct Reference

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...
 

Detailed Description

Internal cluster duck LoRa message structure.

Member Data Documentation

◆ messageId

String Packet::messageId

Unique id representing the message.

◆ path

String Packet::path

Comma separated list of duck device ids that have seen this packet.

◆ payload

String Packet::payload

Message payload.

◆ senderId

String Packet::senderId

Unique id of the duck sending the packet.

◆ topic

String Packet::topic

The message topic. Some topics are preset. For example "status", "health".


The documentation for this struct was generated from the following file: