rodprice / gr-cyberradio

Example OOT blocks for GNU Radio 3.8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GR-CYBERRADIO

Compatibility

This software has been built and tested against Ubuntu 16.04 and Ubuntu 18.04

Build and Install

git clone git@github.com:CyberRadio/gr-cyberradio.git

libcyberradio

cd gr-cyberradio && cd libcyberradio && mkdir build && cd build
cmake ../
make && sudo make install
cd ../

cyberradiodriver

cd cyberradiodriver
sudo python setup.py install
cd ../

gr-CyberRadio

cd gr-CyberRadio && mkdir build && cd build
cmake ../
make && sudo make install

About

Example OOT blocks for GNU Radio 3.8

License:MIT License


Languages

Language:Python 73.4%Language:C++ 20.2%Language:Shell 3.3%Language:CMake 2.8%Language:Makefile 0.2%Language:C 0.1%