This repository contains the communications real time protocol based on Twisted for the SatNet network.
Steps to install the generic client for the SATNet network:
- To install the dependencies run, from the Scripts folder:
./setup.sh -install
You will need root privileges.
- To uninstall the dependencies and the satnet daemon run:
./setup.sh -uninstall
Before starting the script should be activate the corresponding virtualenv to satisfy the required dependencies.
source .venv/bin/activate
Installation script will create a daemon which, in every system start, will execute SATNet protocol. This process is transparent for the user.
This daemon creates a serie of logs that reports the operation. They are located at /logs
folder, which can be found at the main folder.