SatNOGS GNU Radio Out-Of-Tree Module
Go to file
Manolis Surligas ddb6ce050f Merge branch 'next' of https://github.com/satnogs/gr-satnogs into next
# Conflicts:
#	lib/upsat_fsk_frame_encoder_impl.cc
2016-06-30 23:44:05 +03:00
apps Improve and make more generic the whitening mechanism 2016-06-22 15:37:27 +03: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 Add UPSat communication flowgraphs 2016-05-30 04:43:49 +03:00
grc Add AX.25 encoder that supports the legacy hardware radios 2016-06-30 23:39:16 +03:00
include/satnogs Merge branch 'next' of https://github.com/satnogs/gr-satnogs into next 2016-06-30 23:44:05 +03:00
lib Merge branch 'next' of https://github.com/satnogs/gr-satnogs into next 2016-06-30 23:44:05 +03:00
python Changed name of hierarchical block 2016-05-13 17:46:19 +03:00
swig Add AX.25 encoder that supports the legacy hardware radios 2016-06-30 23:39:16 +03:00
.gitignore Add a generic clear text message sink. 2016-01-24 21:43:17 +02:00
CMakeLists.txt Improve rigctl support 2016-03-31 19:52:32 +03: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 FSK transceiver flowgraph examples 2016-04-24 14:35:46 +03: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
  6. gr-osmocom (optional, for using the flowgraphs)

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.