Merge remote-tracking branch 'origin/main' into stop-logic
This commit is contained in:
commit
62d4572f31
1
pytmtc/.gitignore
vendored
1
pytmtc/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
/tmtc_conf.json
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
/venv
|
/venv
|
||||||
|
8
pytmtc/tmtc_conf.json.sample
Normal file
8
pytmtc/tmtc_conf.json.sample
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user