LoRaMesher Library
0.0.5
A LoRa Mesh library for the IoT
|
The LoRaMesher library implements a distance-vector routing protocol for communicating messages among LoRa nodes. For the interaction with the LoRa radio chip, we leverage RadioLib, a versatile communication library which supports the SX127X LoRa series module available on the hardware we used, among others.
You can check library.json
for more details. Basically, we use a modded version of RadioLib that supports class methods as callbacks and FreeRTOS for scheduling maintenance tasks.
Documentation for most common methods can be found in its reference page.
Configuration of the library in Configure LoRaMesher with PlatformIO and Visual Studio Code.
Some examples of usage of the library in Examples.
https://github.com/LoraMesher/LoraMesher
Copyright (c) 2022 Joan Miquel Solé