issues
search
qiweimao
/
LoRaLite
LoRaLite is a lightweight library for building a LoRa-based communication network using ESP32 devices with LoRa transceivers, no LoRa Gateway is needed.
1
stars
1
forks
source link
Allow Meta File Reset, Re-sync
#5
Open
qiweimao
opened
4 months ago
qiweimao
commented
1 month ago
implement a queue to hold incoming messages, currently we only have a single buffer for it
understand how the task & callback behaves, when data is coming in fast, is there a conflict?
explore how to package lora files as a library and publish on platform io
explore simplification of the peer library, use OOP principles