.temp

import networkzero as nw0

ip = '192.16.2.21:30179'
hello = nw0.discover("hello", ip)
reply = nw0.send_message_to(hello, "World!")
print(reply)
reply = nw0.send_message_to(hello, "Tim")
print(reply)