From 1501e5a421ea3c24b83e11f2e710c892d4277457 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 20 Apr 2024 00:31:53 +0200 Subject: [PATCH] fnish README update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3f69492..ae2cbf8 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,15 @@ go into listener mode using the following `tmtc_conf.json` file: } ``` +You can command the TCP server in the OPS-SAT software directly by running the commands with +the following configuration: + +```json +{ + "com_if": "tcp", + "tcpip_tcp_ip_addr": "127.0.0.1", + "tcpip_tcp_port": 7031 +} +``` + You can run `pyclient.py -T` or `pyclient.py -h` for more information on the client application.