add hackrf

This commit is contained in:
Doolan_R 2022-11-25 08:39:44 +00:00
parent d08a904ee3
commit 7015b6509f
2 changed files with 27 additions and 0 deletions

27
build_libs.txt Normal file
View File

@ -0,0 +1,27 @@
To build RTL-SDR, HackRF and Airspy librares use the relevant git statements below and then the same build sequence of...
cd <lib directory>
mkdir build
cd build
cmake ../
make
sudo make install
sudo ldconfig
RTL-SDR: git clone git//git.osmocom.org/rtl-sdr.git ./rtl-sdr
HACKRF: git clone https://github.com/mossmann/hackrf/host.git ./hackrf
AIRSPY: git clone https://github.com/airspy/host.git ./airspy
For Soxr:
git clone https://github.com/uklauer/soxr.git ./soxr
then...
cd soxr
./go
cd Release
sudo make install
wget https://www.sdrplay.com/software/SDRplay_RSP_API-RPi-2.13.1.run
sh ./SDRplay_RSP_API-RPi-2.13.1.run

BIN
images/dump1090_sdrplus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB