diff --git a/README.md b/README.md index f31f92c6fa65a9d87f79b278ae698a548270ef6c..46766bd402b2f40e797a48cfb52671c710bcdc30 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ TMTC Client 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) 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: 1. Ethernet, UDP packets @@ -72,7 +73,9 @@ On Windows, the package should be included. ## How To Use 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 The script can be used by specifying command line parameters.