This repository adapts Yamcs for the use in LibreCube projects. It includes the SLE plugin.
Getting Started
To run Yamcs via docker:
docker compose up
Note that you need to disable the udp-out link in order to send commands via udp-out-docker.
To run Yamcs via maven:
make run
To run a very simple simulator that sends a parameters to a running Yamcs instance and can receive telecommands run:
python tests/simulator.py
Note: You need to have spacepacket installed (pip install spacepacket)
To use this application in your deployment, copy and modify the folder app to the destination of your choice, together with the Makefile and/or compose.yml file.
License
Yamcs is copyright by Space Applications Service and licensed under Affero GPLv3. See the LICENSE file for details.
Yamcs Mission Control System
This repository adapts Yamcs for the use in LibreCube projects. It includes the SLE plugin.
Getting Started
To run Yamcs via docker:
To run Yamcs via maven:
To run a very simple simulator that sends a parameters to a running Yamcs instance and can receive telecommands run:
To use this application in your deployment, copy and modify the folder
appto the destination of your choice, together with theMakefileand/orcompose.ymlfile.License
Yamcs is copyright by Space Applications Service and licensed under Affero GPLv3. See the LICENSE file for details.
Contact
Visit the LibreCube website (https://librecube.org/) or send us an email (info@librecube.org).