faydr / QMesh

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

Restructure Debug, Voice, and Data #124

Open faydr opened 2 years ago

faydr commented 2 years ago

Change the way we communicate Debug, Voice, and Data over KISS. Make KISS Port 0 be Data (i.e., APRSDroid), KISS Port 1 be voice (i.e., Codec2 Walkie Talkie), and KISS Port 2 be debug information.

APRSDroid should be fine the way it is, but Codec2 Walkie Talkie and the debug code will need modification.