faydr / QMesh

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

Add an interference score to the variable subheader #99

Closed faydr closed 3 years ago

faydr commented 3 years ago

Develop an interference score that's based off of the RSSI and SNR values. Send this score out with the retransmission. The original transmitter can use this score to attempt to adjust the different anti-interference values (frequency wobbling, frequency hopping, tx power, chirp offset) as a way to reduce this interference.

faydr commented 3 years ago

It's an interesting idea, but it's likely unnecessary and probably gets in the way of the Walsh anti-interference coding/selection.