HackRF host tools + firmware + libhackrf (mirror of greatscottgadgets/hackrf)
Find a file
A. Maitland Bottoms 506c8cb292 modern cmake
Refactor HackRF build system with a more modern CMake style.
Install files to allow library users using CMake to
find_project(HackRF CONFIG) and obtain HackRF::hackrf
and/or HackRF::hackrf_static library targets.

Add options ENABLE_STATIC_LIB and ENABLE_SHARED_LIB
to allow shared or static library to be disabled.
(Default builds both shared and static libraries.)

Add option ENABLE_HACKRF_SWEEP, when disabled allows
building without FFT library. (Default enabled.)

Add option DISABLE_USB_DEVICE_DISCOVERY for a compile definition
which could be used to alter libusb usage as needed on Android.
2025-09-19 02:59:30 +01:00
.github Test build with multiple CMake versions. 2025-09-19 01:36:39 +01:00
ci-scripts ci: check shortfall count to isolate failures in firmware 2025-08-01 10:45:53 -06:00
docs Add radioconda information 2025-06-14 21:22:51 +02:00
firmware Bump CMake minimum version to 3.10. 2025-09-19 01:12:24 +01:00
hardware HackRF One: update version to 10 2024-02-07 13:29:41 -05:00
host modern cmake 2025-09-19 02:59:30 +01:00
tools Add helper script to add missing braces using clang-tidy. 2022-08-03 23:46:46 +01:00
.clang-format Add clang-format configuration and reformat script. 2022-08-03 23:43:08 +01:00
.gitattributes Fix KiCad files being detected as Eagle files 2015-07-11 11:51:56 +01:00
.gitignore * Fix quoting issue causing bad library include path, add install step hackrf-tools. 2024-02-29 18:39:03 -06:00
.gitmodules added gsg-kicad-lib submodule 2016-07-14 10:27:28 -06:00
.readthedocs.yaml docs: update files for RTD 2023-12-07 15:43:32 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#1009) 2021-12-06 13:38:23 -05:00
COPYING readme and license files 2012-03-16 09:59:45 -06:00
Dockerfile ci: usb hub ppps handling overhaul 2024-07-12 13:12:52 -06:00
Jenkinsfile ci: improve sgpio-debug test reliability and error messaging 2025-06-06 15:06:30 -06:00
Readme.md Readme.md: Fix typo (#1299) 2023-03-27 22:10:59 -04:00
TRADEMARK transferred trademark from Michael Ossmann to Great Scott Gadgets 2016-06-26 09:53:43 -06:00

HackRF

This repository contains hardware designs and software for HackRF, a low cost, open source Software Defined Radio platform.

HackRF One

(photo by fd0 from https://github.com/fd0/hackrf-one-pictures)

principal author: Michael Ossmann mike@ossmann.com

Information on HackRF and purchasing HackRF: https://greatscottgadgets.com/hackrf/


Documentation

Documentation for HackRF can be viewed on Read the Docs. The raw documentation files for HackRF are in the docs folder in this repository and can be built locally by installing Sphinx Docs and running make html. Documentation changes can be submitted through pull request and suggestions can be made as GitHub issues.

To create a PDF of the HackRF documentation from the HackRF repository while on Ubuntu:

  • run sudo apt install latexmk texlive-latex-extra
  • navigate to hackrf/docs on command line
  • run the command make latex
  • run the command make latexpdf

Getting Help

Before asking for help with HackRF, check to see if your question is listed in the FAQ.

For assistance with HackRF general use or development, please look at the issues on the GitHub project. This is the preferred place to ask questions so that others may locate the answer to your question in the future.

We invite you to join our community discussions on Discord. Note that while technical support requests are welcome here, we do not have support staff on duty at all times. Be sure to also submit an issue on GitHub if you've found a bug or if you want to ensure that your request will be tracked and not overlooked.

If you wish to see past discussions and questions about HackRF, you may also view the mailing list archives.

GitHub issues on this repository that are labelled "technical support" by Great Scott Gadgets employees can expect a response time of two weeks. We currently do not have expected response times for other GitHub issues or pull requests for this repository.