Skip to content

spacelab-ufsc/spacelab-transmitter

Repository files navigation

SPACELAB TRANSMITTER

Packet transmitter of the SpaceLab's satellites.

GitHub commits since latest release (by date)

OverviewDependenciesDocumentationLicense

Overview

SpaceLab Packet Transmitter is a software to transmit audio records to the satellites of SpaceLab.

Below, there is an image of the main window of the software:

Satellites

This program will support the satellites below:

  • FloripaSat-1 (launched in December 2019)
  • GOLDS-UFSC (to be launched on 2025)
  • Catarina-A1
  • Catarina-A2

Dependencies

Installation on Ubuntu

sudo apt install python3 python3-gi python3-numpy python3-scipy python3-ephem python3-uhd

pip install pyngham pyadi-iio

Installation on Fedora

sudo dnf install python3 python3-gobject python3-numpy python3-scipy python3-ephem uhd uhd-devel

pip install pyngham pyadi-iio

Installing

python setup.py install

Documentation

Dependencies

  • Sphinx
  • sphinx-redactor-theme

Building the Documentation

make html

License

This project is licensed under GPLv3 license.