TLeconte / acarsdec

ACARS SDR decoder
337 stars 89 forks source link

SoapySDR support #83

Closed rpatel3001 closed 1 year ago

rpatel3001 commented 2 years ago

Similar to #48, I'd like a method to stream samples in over the network. SoapySDR has an rtl_tcp driver as well as drivers for many other devices. My use case is sharing a dongle between programs which are using frequencies in a single 2 MHz band. I have already gotten this working with rtl_tcp and rtlmuxer (https://github.com/rpatel3001/docker-rtlmuxer) feeding both rtlsdr-airband and dumpvdl2, I'd like to add acarsdec to the mix as well.

rpatel3001 commented 1 year ago

Closed by #102