Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.4 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.4 KB

lora-mesh

Folder Description
01_Example-Projects Example sketches/projects to test the functionality of the T-Beams. Sources included.
02_LDM-Function-Tests LDM Function tests to check for a correct implementation of the LoRaDiMe protocol
03_LDM-Field-Tests Sketches for every field test conducted with LoRaDiMe during the thesis.

Description

This repository features a complete collection of code examples/sketches/projects used in my thesis "Implementing a Mesh Routing Algorithm for the LoRa Protocol on the ESP32". The project resulted in the development of LoRaDiMe, short for Long Range Directed Mesh, which is a protocol enabling multiple devices to periodically send payloads to a predefined destination over multiple hops. LoRaDiMe therefore creates an ad hoc mesh network, which allows mobile and battery powered devices to dynamically self-configure. More information can be found in my thesis, which will be available soon. In the meantime, the LoRaDiMe will continue being developed as an open source project: https://github.com/carlobiermann/LoRaDiMe