About Anaconda Help Download Anaconda

Host software for AirSpy, a low cost, open source software radio platform

copied from cf-staging / libairspy

Installers

  • linux-64 v1.0.10
  • osx-64 v1.0.10
  • win-64 v1.0.10
  • osx-arm64 v1.0.10
  • linux-ppc64le v1.0.10
  • linux-aarch64 v1.0.10

conda install

To install this package run one of the following:
conda install conda-forge::libairspy

Description

Airspy is a line of Popular Software-Defined Radio (SDR) receivers developed to achieve High Performance and Affordable Price using innovative combinations of DSP and RF techniques. The goal is to satisfy the most demanding telecommunications professionals and radio enthusiasts while being a serious alternative to both cost sensitive and higher end receivers. Airspy Radios feature world class reception quality and ease of use thanks to the tight integration with the de facto standard free SDR# software for signal acquisition, analysis and demodulation.

The libairspy package contains the library for Airspy devices, and the airspy package contains command line tools for using the devices.

For Linux users of airspy, 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/52-airspy.rules /etc/udev/rules.d/
sudo udevadm control --reload
sudo udevadm trigger

Then, make sure your user account belongs to the plugdev group in order to be able to access your device:

sudo usermod -a -G plugdev <user>

You may have to restart for this change to take effect.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy