Driver for Mirics MSi001 + MSi2500 SDR devices
copied from cf-staging / libmirisdrThis software supports Software Defined Radio (SDR) devices based on the Mirics MSi001 + MSi2500 chipsets, including some SDRplay devices:
libmirisdr4 contains the library for mirisdr deviceslibmirisdr contains the development files for compiling against the mirisdr librarymirisdr contains command line tools for using the devicesFor Linux users of mirisdr, 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/mirisdr.rules /etc/udev/rules.d/
sudo udevadm control --reload
sudo udevadm trigger
You may have to restart for this change to take effect.