v6.2.1
OpenC3 COSMOS 6.2.1 - Bug fixes
Welcome to OpenC3 COSMOS 6.2.1!
This release is primarily bug fixes and an enhancement to Packet Viewer to allow search on packets that have never been received.
Bug Fixes
- Add yarn built dist folder to release
- Force anycable to use 127.0.0.1
- Fix python try except instrumentation
All Pull Requests
- Add yarn build to release by @ryanmelt in #1935
- Update fluentd docs by @jmthomas in #1938
- PV allow search on null packet by @jmthomas in #1941
- Force anycable to use 127.0.0.1 rather than localhost to avoid ipv6 issues by @ryanmelt in #1946
- Fix python try except instrumentation by @jmthomas in #1940
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 [email protected].
Thanks!
Full Changelog: v6.2.0...v6.2.1