Commit 549e6c25 authored by Suzhi Bi's avatar Suzhi Bi

Update begin_0.py

parent 223ecca3
...@@ -12,7 +12,6 @@ def sender(ip, port): ...@@ -12,7 +12,6 @@ def sender(ip, port):
s.send(message.encode('utf-8')) s.send(message.encode('utf-8'))
s.close() s.close()
destination_ip = ['192.168.191.5', '192.168.191.6', '192.168.191.7', '192.168.191.8'] destination_ip = ['192.168.191.5', '192.168.191.6', '192.168.191.7', '192.168.191.8']
port = [8081, 8082, 8083, 8084] port = [8081, 8082, 8083, 8084]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment