SatNOGS GNU Radio Out-Of-Tree Module
Go to file
Manolis Surligas 4e1be5ee44 Add a TCP rigctl message command accepter block.
The purpose of this block is to grab rigctl compatible commands from the
gr-satnogs client software and use the set_freq command in order to
compensate the doppler shift effect.
2016-03-21 03:50:42 +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 Update the README description for the examples directory 2016-03-08 23:25:08 +02:00
grc Add a TCP rigctl message command accepter block. 2016-03-21 03:50:42 +02:00
include/satnogs Add a TCP rigctl message command accepter block. 2016-03-21 03:50:42 +02:00
lib Add a TCP rigctl message command accepter block. 2016-03-21 03:50:42 +02:00
python Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
swig Add a TCP rigctl message command accepter block. 2016-03-21 03:50:42 +02:00
.gitignore Add a generic clear text message sink. 2016-01-24 21:43:17 +02:00
CMakeLists.txt Add Morse code debug source block 2016-01-22 22:10:06 +02:00
LICENSE Update and rename LICENSE.md to LICENSE 2016-01-07 18:52:51 +02:00
MANIFEST.md Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
README.md Add a generic clear text message sink. 2016-01-24 21:43:17 +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 ( > 3.7.2 )
  2. CMake ( > 3.1)
  3. G++ (with C++11 support)
  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.