About Anaconda Help Download Anaconda

conda-forge / packages / libbladerf-python 2024.05

Host software for bladeRF source software radio devices.

copied from cf-staging / libbladerf-python

Installers

  • noarch v2024.05

conda install

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

Description

This software supports the Nuand bladeRF and bladeRF Micro USB 3.0 Software Defined Radio (SDR) devices:

  • libbladerf2 contains the library for bladeRF devices
  • libbladerf contains the development files for compiling against the bladeRF library
  • libbladerf-python contains the Python bindings for the bladeRF library
  • bladerf package contains command line tools for using the devices

For Linux users of bladerf, 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/88-nuand-bladerf1.rules /etc/udev/rules.d/
sudo ln -s $CONDA_PREFIX/lib/udev/rules.d/88-nuand-bladerf2.rules /etc/udev/rules.d/
sudo ln -s $CONDA_PREFIX/lib/udev/rules.d/88-nuand-bootloader.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.4) Legal | Privacy Policy