This repository is a gnuradio support for signal hound bb60. It is tested for IQ and sweep mode. Testing for other modes need to be done.
Download
- git clone https://github.com/tu21shar/gr-bb60.git
Preinstallation
- sudo apt-get install libusb-1.0-0
- cd gr-bb60/sh_lib
- sudo cp bb60.rules /etc/udev/rules.d/
- cd lib
- ldconfig -v -n
- ln -sf libbb_api.so.3.0.16 libbb_api.so
- sudo cp libbb_api.* /usr/local/lib
- ldconfig -v -n
- sudo cp libftd2xx.* /usr/local/lib
Installation
- cd gr-bb60
- mkdir build
- cd build
- cmake ..
- make
- sudo make install
- sudo ldconfig