OpenC3 COSMOS Core 6.9.1 - Queue updates, docs, and bug fixes
Welcome to OpenC3 COSMOS Core 6.9.1!
We added queue_remove to the queue scripting APIs and fixed sending commands from the Command Queue (Enterprise) tool. We also changed several of the queue api parameters from index to id to better represent the usage.
Docs were updated and a few bugs fixed. This was a quick release from 6.9.0 as we continually improve the COSMOS experience.
Enhancements
- Add queue_remove to scripting API
- Updated Calendar docs
- Updated CmdTlmServer docs
- Limits Monitor wider item column
Bug Fixes
- Fix default tab in CmdTlmServer
- Fix connecting to running Script Runner Test Suite
All Pull Requests
- Fix default tab in CmdTlmServer by @jmthomas in #2410
- [Documentation] Calendar docs by @clayandgen in #2413
- Limits Monitor wider item column by @clayandgen in #2414
- Fix connecting to running suite by @jmthomas in #2409
- Update cmd_tlm_server docs by @jmthomas in #2415
- Add queue_remove to scripting API by @jmthomas in #2411
Prerequisites:
Docker - Running OpenC3 requires a working Docker or Podman installation. Typically Docker Desktop on Windows / Mac. Plain Docker or Podman also works on linux. We actively develop and run with Docker Desktop on Mac/Windows, and Linux on Raspberry Pi, so if you have any issues on another platform, please let us know by submitting a ticket!
Minimum Resources allocated to Docker: 4GB RAM, 1 CPU, 80GB Disk
Recommended Resources allocated to Docker: 16GB RAM, 2+ CPUs, 100GB Disk
Also requires docker compose version 1.27+
To Run:
- git clone https://github.com/openc3/cosmos-project.git cosmos-myproject
- cd cosmos-myproject
- Run Linux/Mac: ./openc3.sh run
- Run Windows: openc3.bat run
- Connect a web browser to http://localhost:2900/
- Have fun running OpenC3 COSMOS!
Please see our documentation at https://openc3.com
Try it out and let us know what you think! Please submit any issues as Github tickets, or any generic feedback to support@openc3.com.
Thanks!
Full Changelog: v6.9.0...v6.9.1