Use aruba as host
This commit is contained in:
parent
248d4ccb88
commit
7549977fc9
@ -116,7 +116,8 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
client = Client(
|
client = Client(
|
||||||
host='127.0.0.1',
|
# host='127.0.0.1', # localhost
|
||||||
|
host='5.249.159.33', # Aruba
|
||||||
port=(5000 if action == 'send' else 5001),
|
port=(5000 if action == 'send' else 5001),
|
||||||
)
|
)
|
||||||
# loop.add_signal_handler(signal.SIGINT, client.stop, loop)
|
# loop.add_signal_handler(signal.SIGINT, client.stop, loop)
|
||||||
|
@ -121,7 +121,8 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
server = Server(
|
server = Server(
|
||||||
host='127.0.0.1',
|
# host='127.0.0.1', # localhost
|
||||||
|
host='5.249.159.33', # Aruba
|
||||||
input_port=5000,
|
input_port=5000,
|
||||||
output_port=5001
|
output_port=5001
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user