VanceVagell / kv4p-ht

Open source handheld ham radio project KV4P-HT
GNU General Public License v3.0
316 stars 35 forks source link

[Android] NOAA Satellite Decoder (in-phone) #56

Open tudorvintiloiu opened 4 weeks ago

tudorvintiloiu commented 4 weeks ago

Just wandering if there was any way to add this feature in the app. Or in a separate app. There's some open-source stuff available for SDR receivers here: https://www.reddit.com/r/amateursatellites/comments/ganeao/is_there_a_noaa_apt_decoder_for_android_if_not_is/?rdt=52282

That could be a good starting point for someone with the right know-how.

roleohibachi commented 3 weeks ago

Since this app uses the default android audio stream, a second app should be able to "listen in" and decode anything it wants.

So maybe it makes sense to build a separate app using one of the listed libraries, instead of making it monolithic? This approach would be the same for any other receive-only use case.

Unknown if the android audio stream and "VOX mode" would allow transmission of, e.g., SSTV generated in a separate app.