Skip to content
Snippets Groups Projects
Commit 00b7b9a3 authored by Robin Mueller's avatar Robin Mueller
Browse files

readme update

parent 6ad365cb
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ TMTC Client ...@@ -4,7 +4,8 @@ TMTC Client
This client was developed by KSat for the SOURCE project to test the on-board software but This client was developed by KSat for the SOURCE project to test the on-board software but
has evolved into a more generic tool for satellite developers to perform TMTC (Telemetry and Telecommand) has evolved into a more generic tool for satellite developers to perform TMTC (Telemetry and Telecommand)
handling and testing via different communication interfaces. Currently, only the PUS standard is handling and testing via different communication interfaces. Currently, only the PUS standard is
implemented as a packet standard. implemented as a packet standard. This tool can be used either as a command line tool
or as a GUI tool.
This client currently supports the following communication interfaces: This client currently supports the following communication interfaces:
1. Ethernet, UDP packets 1. Ethernet, UDP packets
...@@ -72,7 +73,9 @@ On Windows, the package should be included. ...@@ -72,7 +73,9 @@ On Windows, the package should be included.
## How To Use ## How To Use
It is recommended to use PyCharm and load the run configurations It is recommended to use PyCharm and load the run configurations
to have a starting point. to have a starting point. PyCharm also provided the option
of remote deployment, which allows TMTC testing with remote
setups (e.g. flatsat setup in a cleanroom).
### Command line mode ### Command line mode
The script can be used by specifying command line parameters. The script can be used by specifying command line parameters.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment