CMD + K

hackrf

Community

Host software for HackRF, a low cost, open source software radio platform.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::hackrf

Usage Tracking

2024.02.1
2023.01.1
2022.09.1
2021.03.1
4 / 8 versions selected
Downloads (Last 6 months): 0

Description

HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral capable of transmission or reception of radio signals from 1 MHz to 6 GHz. Designed to enable test and development of modern and next generation radio technologies, HackRF One is an open source hardware platform that can be used as a USB peripheral or programmed for stand-alone operation. The libhackrf0 package contains the library for HackRF devices, the libhackrf contains the development files for compiling against the HackRF library, and the hackrf package contains command line tools for using the devices. For Linux users of hackrf, 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/53-hackrf.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.

About

Summary

Host software for HackRF, a low cost, open source software radio platform.

Last Updated

Feb 23, 2024 at 18:49

License

GPL-2.0-or-later

Total Downloads

25.3K

Supported Platforms

macOS-arm64
linux-64
macOS-64
win-64
linux-ppc64le
linux-aarch64