TMTC commander for EIVE OBSW
Go to file
Jakob Meier 6f8d63ba87 Merge pull request 'v1.7.0' (#8) from develop into master
Reviewed-on: #8
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
2021-07-26 18:17:08 +02:00
.idea/runConfigurations service 200 handler (but test task missing) 2021-07-26 14:13:58 +02:00
config assigned packet ID for tcp com if 2021-07-26 17:24:53 +02:00
gomspace pdu channel definitions 2021-04-18 16:35:18 +02:00
pus_tc service 200 handler (but test task missing) 2021-07-26 14:13:58 +02:00
pus_tm printing own and tmtccmd version now 2021-07-24 14:58:47 +02:00
tmtccmd@1e234851ec tmtccmd update 2021-07-26 17:53:38 +02:00
utility smaller changes 2021-05-17 18:01:55 +02:00
.gitignore updated gitignore 2021-06-28 17:49:13 +02:00
.gitmodules moved submodule to github 2021-03-19 16:00:57 +01:00
README.md updated README 2021-06-12 13:54:08 +02:00
lint.py added linter 2021-06-30 11:18:57 +02:00
logo.png some small bugfixes 2020-12-17 18:00:32 +01:00
requirements.txt minor corrections 2021-03-19 17:42:36 +01:00
tmtc_client_cli.py printing own and tmtccmd version now 2021-07-24 14:58:47 +02:00
tmtc_client_gui.py printing own and tmtccmd version now 2021-07-24 14:58:47 +02:00

README.md

TMTC Commander EIVE

Set up virtual environment

Linux

  1. Create virtual environment
python3 -m venv .
  1. Activate virtual environment
./Scripts/activate
  1. Install tmtccmd for virtual environment. -e for interactive installation.
cd tmtccmd
python3 -m pip install -e .[gui]

Windows

  1. Create virtual environment
py -m venv .
  1. Activate virtual environment
Scripts\activate.bat
  1. Install tmtccmd for virtual environment. -e for interactive installation.
cd tmtccmd
py -m pip install -e .[gui]