Merge branch 'main' into can_pus_handler

This commit is contained in:
Robin Müller 2024-04-10 15:01:27 +02:00
commit d86be82447
2 changed files with 9 additions and 0 deletions

1
pytmtc/.gitignore vendored
View File

@ -1,3 +1,4 @@
/tmtc_conf.json
__pycache__
/venv

View 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
}