Skip to content

renatomeneghin/spacelab-transmitter_add

 
 

Repository files navigation

SPACELAB TRANSMITTER

Packet transmitter of the SpaceLab's satellites.

GitHub commits since latest release (by date)

OverviewSatellitesDependenciesLicense

Overview

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

It is still under construction and the following information is what is expected by the final product.

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 2022)
  • Catarina-A1

Dependencies

Installation on Ubuntu

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

pip install pyngham

Installation on Fedora

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

pip install pyngham

Installing

python setup.py install

Documentation

Dependencies

  • Sphinx
  • sphinx-redactor-theme

Building the Documentation

make html

License

This project is licensed under GPLv3 license.

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Shell 2.7%