sat-rs/satrs-example/pytmtc/tmtc_conf.json
Robin Mueller acd2260dfd
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
update Python client for example
2024-04-23 14:22:50 +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
}