faydr / QMesh

QMesh: a synchronized flooded mesh network for voice over LoRa
GNU General Public License v3.0
140 stars 14 forks source link

Implement Channel Access Algorithm #88

Open faydr opened 3 years ago

faydr commented 3 years ago

Track whether the channel is currently active. If it is, allow for transmitting time-insensitive data. Otherwise, wait until the channel is deemed inactive to transmit data.

Basically, this should just be some sort of timer that gets reset every time a packet comes in.