Yamcs based mission control software for UniClOGS
Run without docker:
- Note: On systems with older versions of Java, like Java v8, the
<release>11</release>
line inpom.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 thatuniclogs-yamcs
is more targeted for. - Install dependencies
maven npm
- Run
$ mvn yamcs:run
- Open
http://localhost:8090
in a web browser. - Default
user:passwd
isadmin:admin
Run with docker:
- See docker/README.md
The user interface for uniclogs yamcs.
How to:
- Install dependencies:
$ pip install -r cmd_shell/requirements.txt
- Start Yamcs
- Run
$ python3 -m cmd_shell