elms / gr-m17

GNU Radio M17 protocol implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gr-m17

GNU Radio M17 protocol implementation

Requires gnuradio 3.8.2

Building and Installing

git clone git@github.com:sp5wwp/gr-m17.git
cd gr-m17
cmake -B build
# For Ubuntu 20.04
# cmake -B build -DGR_PYTHON_DIR=/usr/local/lib/python3.8/dist-packages
make -C build
sudo make -C build install
sudo ldconfig

Open example hierarchy

gnuradio-companion examples/codec2_exp.grc

About

GNU Radio M17 protocol implementation

License:GNU General Public License v2.0


Languages

Language:CMake 67.9%Language:Python 28.7%Language:C 2.9%Language:C++ 0.4%