switch to default UDP TC server, bugfix
This commit is contained in:
2
tmtc/.idea/runConfigurations/CFDP_Test.xml
generated
2
tmtc/.idea/runConfigurations/CFDP_Test.xml
generated
@ -13,7 +13,7 @@
|
||||
<option name="ADD_SOURCE_ROOTS" value="true" />
|
||||
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
|
||||
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/tmtcc.py" />
|
||||
<option name="PARAMETERS" value="cfdp /tmp/hello.txt /tmp/hello-cpy.txt" />
|
||||
<option name="PARAMETERS" value="cfdp cfdp_test.txt /tmp/hello-cpy.txt" />
|
||||
<option name="SHOW_COMMAND_LINE" value="false" />
|
||||
<option name="EMULATE_TERMINAL" value="false" />
|
||||
<option name="MODULE_MODE" value="false" />
|
||||
|
1
tmtc/cfdp_test.txt
Normal file
1
tmtc/cfdp_test.txt
Normal file
@ -0,0 +1 @@
|
||||
hello world
|
Submodule tmtc/common_tmtc updated: a3d1808457...6ee3fa67dc
Submodule tmtc/deps/tmtccmd updated: ae8cf31044...4d8de6cf12
@ -1,5 +1,5 @@
|
||||
{
|
||||
"com_if": "tcp",
|
||||
"com_if": "udp",
|
||||
"tcpip_tcp_ip_addr": "127.0.0.1",
|
||||
"tcpip_tcp_port": 7301,
|
||||
"tcpip_tcp_recv_max_size": 1500,
|
||||
|
Reference in New Issue
Block a user