daniestevez / gr-aausat

GNUradio decoder for AAUSAT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gr-aausat

GNUradio decoder for AAUSAT

This is an unofficial decoder for the AAUSAT satellites based on software from the Aalborg university.

Currently, it only works with AAUSAT-4.

There is a complete telemetry decoder based on this software in gr-satellites.

Features:

  • FEC decoding from Aalborg bbctl software
  • CSP header parsing using gr-csp
  • Beacon parsing of EPS and COM fields (format take from the university team parser)
  • Beacon parsing of ADCS and some AIS2 fields (format reverse engineered)

Prerequisites: You need to install gr-csp and gr-synctags.

Installation:

 mkdir build
 cd build
 cmake ..
 make
 sudo make install
 sudo ldconfig

Then you can open examples/aausat-4.grc to test that the decoder is working.

About

GNUradio decoder for AAUSAT

License:MIT License


Languages

Language:CMake 58.8%Language:Python 19.9%Language:C 18.7%Language:C++ 2.6%