Skip to content

Commit 520d74b

Browse files
committed
citation file
1 parent b979a93 commit 520d74b

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it using these metadata."
3+
title: "hackrfpy: An Unofficial Python CLI + Scripting Wrapper for the HackRF One"
4+
abstract: >-
5+
A non-GUI Python wrapper and command-line tool for the HackRF One
6+
software-defined radio, built on the hackrf-tools command-line binaries
7+
(no libhackrf bindings required). Provides programmatic control for capture,
8+
spectrum sweep, and transmit, with self-describing SigMF recordings. This is
9+
an unofficial community project and is not endorsed by Great Scott Gadgets or
10+
the HackRF project.
11+
type: software
12+
authors:
13+
- family-names: "Linkous"
14+
given-names: "Lauren"
15+
orcid: "https://orcid.org/0000-0001-9945-5125"
16+
version: "0.1.0"
17+
date-released: "2026-06-15"
18+
license: GPL-2.0-or-later
19+
repository-code: "https://github.com/LC-Linkous/hackRF_python"
20+
url: "https://github.com/LC-Linkous/hackRF_python"
21+
keywords:
22+
- hackrf
23+
- software-defined-radio
24+
- sdr
25+
- python
26+
- rf
27+
- spectrum
28+
- sigmf
29+
- instrumentation

0 commit comments

Comments
 (0)