faydr / QMesh

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

Fold all of the TxSerial threads to one event queue #86

Open faydr opened 3 years ago

faydr commented 3 years ago

Threads eat memory. Fold the multiple TxSerial threads into a single event queue.