diff --git a/examples/cfdp-cli-udp/files/local/hello.txt b/examples/cfdp-cli-udp/files/local/hello.txt deleted file mode 100644 index 3b18e512..00000000 --- a/examples/cfdp-cli-udp/files/local/hello.txt +++ /dev/null @@ -1 +0,0 @@ -hello world diff --git a/examples/cfdp-cli-udp/local.py b/examples/cfdp-cli-udp/local.py index c1dcf7d6..431e8faa 100755 --- a/examples/cfdp-cli-udp/local.py +++ b/examples/cfdp-cli-udp/local.py @@ -116,7 +116,7 @@ def main(): # Address Any to accept CFDP packets from other address than localhost. local_addr = "0.0.0.0" # Localhost default address - remote_addr = "192.168.178.1" + remote_addr = "192.168.178.53" udp_server = UdpServer( sleep_time=0.1, addr=(local_addr, LOCAL_PORT),