|
LoRaMesher Library
0.0.5
A LoRa Mesh library for the IoT
|
Network Node. More...
#include <NetworkNode.h>
Public Member Functions | |
| NetworkNode (uint16_t address_, uint8_t metric_) | |
Public Attributes | |
| uint16_t | address = 0 |
| Address. | |
| uint8_t | metric = 0 |
| Metric, how many hops to reach the previous address. | |
Network Node.