oresat / oresat-c3-software

Main application for Octavo A8 version of the C3 card
https://oresat-c3-software.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 1 forks source link

Configure Earth-facing TC/TM ports for OLAF #15

Open dmitri-mcguckin opened 8 months ago

dmitri-mcguckin commented 8 months ago

As a user:

I would like to configure the TCTM ports (currently hardcoded to 10015, 10016, and 10025 respectively), and allow them to be any arbitrary port.

Use case may look like:

$ python -m oresat_c3 -m all --beacon-tm-port 11015 --edl-tm-port 11016 --edl-tc-port 11025

This would enable Yamcs' multi-instance mode, whereby we can have multiple satellite instances running at the same time and a single instance of Yamcs can handle them all.