fnish README update

This commit is contained in:
Robin Müller 2024-04-20 00:31:53 +02:00
parent dd831fb1b6
commit 1501e5a421
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -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. You can run `pyclient.py -T` or `pyclient.py -h` for more information on the client application.