sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.61k stars 620 forks source link

LoRa Mesh protocol supports? #446

Closed halukmy closed 3 years ago

halukmy commented 3 years ago

can we create mesh protocol with this lib?

IoTThinks commented 3 years ago

You need to define the mesh protocol yourself.

This library provides basic sending and receiving of LoRa packets.

halukmy commented 3 years ago

@IoTThinks can you share this lib supported mesh examples please

IoTThinks commented 3 years ago

I dont have example of LoRa Mesh.

sandeepmistry commented 3 years ago

This is out of scope for this project.