sat-rs/satrs-example/pyclient/tmtc_conf.json
Robin Mueller 183aca3219
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
TCP support working
2023-09-29 14:11:03 +02:00

9 lines
193 B
JSON

{
"com_if": "tcp",
"tcpip_udp_ip_addr": "127.0.0.1",
"tcpip_udp_port": 7301,
"tcpip_udp_recv_max_size": 1500,
"tcpip_tcp_ip_addr": "127.0.0.1",
"tcpip_tcp_port": 7301
}