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.
DuckLora.h File Reference

This file is internal to CDP and provides the library access to onboard LoRa module functions as well as packet management. More...

#include <Arduino.h>
#include <RadioLib.h>
#include "../DuckError.h"
#include "LoraPacket.h"
#include "cdpcfg.h"

Go to the source code of this file.

Classes

struct  LoraConfigParams
 Internal structure to hold the LoRa module configuration. More...
 
class  DuckLora
 Internal LoRa chip abstraction. More...
 

Variables

const byte ping_B = 0xF4
 
const byte senderId_B = 0xF5
 
const byte topic_B = 0xE3
 
const byte messageId_B = 0xF6
 
const byte payload_B = 0xF7
 
const byte iamhere_B = 0xF8
 
const byte path_B = 0xF3
 

Detailed Description

This file is internal to CDP and provides the library access to onboard LoRa module functions as well as packet management.

Version
Date
2020-09-16

Variable Documentation

◆ iamhere_B

const byte iamhere_B = 0xF8

◆ messageId_B

const byte messageId_B = 0xF6

◆ path_B

const byte path_B = 0xF3

◆ payload_B

const byte payload_B = 0xF7

◆ ping_B

const byte ping_B = 0xF4

◆ senderId_B

const byte senderId_B = 0xF5

◆ topic_B

const byte topic_B = 0xE3