ops-sat-rs/pytmtc/tmtc_conf.json.sample

9 lines
193 B
Plaintext
Raw Normal View History

2024-04-10 14:25:52 +02:00
{
"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
}