Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 575 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 575 Bytes

gr-mapper

This out of tree module contains a number of blocks to help perform mapping between bits and symbols

GNURadio Version Compatibility

The master branch is compatible with GNURadio v3.8+.

For GNURadio v3.7, use the v3.7 branch.

Installation

To install the OOT module, perform the following steps:

  • clone the repository: git clone https://github.com/myersw12/gr-mapper.git
  • create the build directory: cd gr-mapper && mkdir build && cd build
  • run cmake: cmake ../
  • run make: make -j4
  • install: sudo make install && sudo ldconfig