martinmarinov / TempestSDR

Remote video eavesdropping using a software-defined radio platform
GNU General Public License v3.0
1.33k stars 245 forks source link

Port to use SoapySDR #12

Open xloem opened 6 years ago

xloem commented 6 years ago

https://github.com/pothosware/SoapySDR is a single generic SDR library for a variety of devices. Using it should reduce maintenance needed for supporting new devices, simplify the plugin system, and close #8 .

mgkuhn commented 6 years ago

Interesting. Thanks for the link. (I would love to have something like this that also includes a driver for the National Instruments RFSA platform.)

xloem commented 3 years ago

Just to clarify for future visitors, SoapySDR is a general plugin API; it is not hard to add new radios. Sorry for not mentioning that earlier. GnuRadio is another alternative if people have capacity to support the gnu community.