can_pus_handler #4
1
pytmtc/.gitignore
vendored
1
pytmtc/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/tmtc_conf.json
|
||||
__pycache__
|
||||
|
||||
/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