From 10bae8b70f5350ae7ea3e4788b85b1ee58cdda8e Mon Sep 17 00:00:00 2001 From: Robin Mueller <robin.mueller.m@gmail.com> Date: Thu, 12 Dec 2019 12:58:47 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1269d65..600d039 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ OBSW_UdpClient.py -m 5 ``` There are four different Modes: -0. GUI Mode: Experimental mode, also called if no input parameter are specified -1. Listener Mode: Only Listen for incoming TM packets -2. SingleCommandMode: Send Single Command repeatedly until answer is received, +1. GUI Mode (-m 0): Experimental mode, also called if no input parameter are specified +2. Listener Mode (-m 1): Only Listen for incoming TM packets +3. SingleCommandMode: Send Single Command repeatedly until answer is received, only listen after that -3. ServiceTestMode: Send all Telecommands belonging to a certain service +4. ServiceTestMode: Send all Telecommands belonging to a certain service and scan for replies for each telecommand. Listen after that -4. SoftwareTestMode: Send all services and perform reply scanning like mode 3. +5. SoftwareTestMode: Send all services and perform reply scanning like mode 3. Listen after that -5. Unit Test Mode: Performs a unit test which returns a simple OK or NOT OK. This mode +6. Unit Test Mode: Performs a unit test which returns a simple OK or NOT OK. This mode has the capability to send TCs in bursts, where applicable The TC timeout factor is mulitplied with the TM timeout to specifiy -- GitLab