Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 482 Bytes

gr-qbee

GNU Radio Implementation for the QBEE50-LTU-OC.

Installation

cd installation_directory

git clone https://github.com/mbkitine/gr-qbee

mkdir build && cd build

cmake .. && make

sudo make install sudo ldconfig

Dependencies

The timing synchronizer in qbee_test.grc and qbee_final.grc can be installed as follows

cd installation_directory

git clone https://github.com/awalls-cx18/gr-nwr

mkdir build && cd build

cmake .. && make

sudo make install

sudo ldconfig