update default tmtc config handling

This commit is contained in:
Robin Müller 2024-04-10 14:25:52 +02:00
parent 2480ee6e06
commit 31b68dd041
Signed by: muellerr
GPG Key ID: A649FB78196E3849
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
}