Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 829 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 829 Bytes

gr-ccsds

this is a GNU Radio module for processing data which is encoded according to the CCSDS 131.0-B standard. it handles Reed Solomon, interleaving and scrambling/randomization.

it originally was done as part of my master thesis at NTNU in the spring of 2016.

installing

to use the blocks, you need to install GNU Radio.

the simplest method on Ubuntu 16.04 is to use

sudo apt install git cmake swig gnuradio

or with PyBOMBS if you want the newest version

then clone this repo and follow these instructions

mkdir build/
cd build/
cmake .. -DCMAKE_INSTALL_PREFIX=$(gnuradio-config-info --prefix)
make
[sudo] make install