Skip to content

jwmelto/gr-cyberradio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GR-CYBERRADIO

Compatibility

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

Build and Install

git clone [email protected]: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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 51.1%
  • C++ 44.3%
  • CMake 2.0%
  • Makefile 1.4%
  • Shell 1.2%