raytheonbbn / hammer

A software acoustic modem for the Android Team Awareness Kit (ATAK) that allows multiple ATAK devices to share data using only voice comms (e.g., over a walkie talkie)
GNU General Public License v3.0
151 stars 39 forks source link

Use OFDM for higher bandwidth and better quality connection #21

Open nicopace opened 3 months ago

nicopace commented 3 months ago

Hi! Thanks for this plugin. There is a new modem implementation for analog radio communcations using OFDM encoding for more reliable communication. The implementation is open source ,you can find it here: https://github.com/aicodix/modem

You can try the demo app here: https://play.google.com/store/apps/details?id=com.aicodix.rattlegram

The project's home page here: https://www.ribbitradio.org/

Hope you get to integrate it!