lora_mac
LoRa MAC
I presume CSMA is used? Could also consider TDMA, or something (excessively?) fancy: “CRAM: a time-synchronized cryptographic frequency hopping MAC protocol designed for the LoRa physical layer” - https://dl.acm.org/doi/10.1145/3557048
CSMA
Carrier detection is complicated by signals being below noise level, so checking RSSI is not sufficient. Channel Activity Detector (CAD) is used, which is a feature of Semtec LoRa radios.
It looks like Meshtastic uses this to implement its own MAC in RadioLibInterface.cpp.
lora_mac.txt · Last modified: 2024/08/01 18:19 by river