Merge remote-tracking branch 'origin/main' into stop-logic

This commit is contained in:
Robin Müller 2024-04-10 14:26:14 +02:00
commit 62d4572f31
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
}