rxseger / rx_tools

rx_fm, rx_power, and rx_sdr tools for receiving data from SDRs, based on rtl_fm, rtl_power, and rtl_sdr from librtlsdr, but using the SoapySDR vendor-neutral SDR support library instead, intended to support a wider range of devices than RTL-SDR
GNU General Public License v2.0
360 stars 69 forks source link

rx_tools

rx_fm, rx_power, and rx_sdr tools for receiving data from SDRs, based on rtl_fm, rtl_power, and rtl_sdr from librtlsdr, but using the SoapySDR vendor-neutral SDR support library instead, intended to support a wider range of devices than RTL-SDR.

Installation

Install SoapySDR, then run:

cmake .
make

Tools included

After building, these binaries should then be available at the root directory:

Not included

Tools from librtlsdr not included in this repository:

Device support

Currently tested with an RTL-SDR dongle, a HackRF One, and bladeRF x40, primarily using rx_fm, but supporting all devices supported by SoapySDR is the goal. Experimental, use at your own risk, but bug reports and patches are welcome.

Version history

See ChangeLog.md