Skip to content

Commit

Permalink
now remote addr should be configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 10, 2023
1 parent ac21704 commit e3158d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/cfdp-cli-udp/files/local/hello.txt

This file was deleted.

2 changes: 1 addition & 1 deletion examples/cfdp-cli-udp/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit e3158d5

Please sign in to comment.