SatNOGS GNU Radio Out-Of-Tree Module
Go to file
Manos Surligas 08002b27cc Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
apps Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
cmake Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
docs Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
examples Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
grc Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
include/satnogs Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
lib Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
python Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
swig Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
.gitignore Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
CMakeLists.txt Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
MANIFEST.md Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
README.md Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00

README.md

gr-satnogs: SatNOGS GNU Radio Out-Of-Tree Module

gr-satnogs is an out-of-tree GNU Radio module that provides all the necessary tools for decoding signals from various scientific and academic sattelites.

Install

Requirements

  1. GNU Radio
  2. CMake
  3. G++
  4. VOLK
  5. git

Installation

  1. git clone https://github.com/satnogs/gr-satnogs.git
  2. cd gr-satnogs
  3. mkdir build
  4. cmake ..
  5. make
  6. sudo make install

If this is the first time you are building the gr-satnogs module run sudo ldconfig

Website

For more indormation about SatNOGS please visit our site.

License

© 2016 Libre Space Foundation.

Licensed under the GPLv3.