GNU Radio module for the Funcube and the Funcube Pro Plus dongles
copied from cf-staging / gnuradio-funcubeThis is an out-of-tree module for GNU Radio to implement a FUNcube Dongle and a FUNcube Dongle Pro+ source. On linux it autodetects the correct soundcard from /proc/asound/cards.
For Linux users of gnuradio-funcube
, you will likely want to link the provided udev rule into your system installation in order for the hardware to have the correct permissions:
sudo ln -s $CONDA_PREFIX/lib/udev/rules.d/50-funcube.rules /etc/udev/rules.d/
sudo udevadm control --reload
sudo udevadm trigger
You may have to restart for this change to take effect.