Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
README.md 4.81 KiB

TMTC Client

Cloning the repository

It is recommended to fork this repository for new missions. The tmtc_core folder contains most generic software components while this repository is based on the SOURCE mission. However, this repostiory is a good starting point and example implementation.

Fork the repository or clone it with following command:

git clone https://git.ksat-stuttgart.de/source/tmtc.git

Initiate the core components by initiating and updating the submodules

git submodule init
git submodule sync
git submoduke update

Install all require packages by running

pip install -r requirements.txt

Now the script can be tested by running