can_pus_handler #4

Merged
muellerr merged 6 commits from can_pus_handler into main 2024-04-10 15:01:46 +02:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit d86be82447 - Show all commits

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
}