/uniclogs-yamcs

Yamcs-based mission control software for UniClOGS

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

UniClOGS Yamcs

License issues

Yamcs based mission control software for UniClOGS

uniclogs-yamcs

Yamcs

Run without docker:

  • Note: On systems with older versions of Java, like Java v8, the <release>11</release> line in pom.xml will cause a release error. Change that line to <!-- <release>11</release> -->) to fix that error. This can't be merged in as that change will cause problems with newer versions of java that uniclogs-yamcs is more targeted for.
  • Install dependencies maven npm
  • Run $ mvn yamcs:run
  • Open http://localhost:8090 in a web browser.
  • Default user:passwd is admin:admin

Run with docker:

Command Shell

The user interface for uniclogs yamcs.

How to:

  • Install dependencies: $ pip install -r cmd_shell/requirements.txt
  • Start Yamcs
  • Run $ python3 -m cmd_shell

Resources