Gr Ccsds Save

GNU Radio module for Reed Solomon coded CCSDS frames

Project README

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
Open Source Agenda is not affiliated with "Gr Ccsds" Project. README Source: lofaldli/gr-ccsds
Stars
38
Open Issues
7
Last Commit
2 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating