#Change the Client with your system IP address and port address of each unique Server((5566,5567) in our case), plus activate pattern Pub/Sub(`2`), `recieve_mode`, and `logging` for debugging
#Change the Client with your system IP address and port address of each unique Server((5566,5567) in our case), plus activate pattern Pub/Sub(`2`), `recieve_mode`, and `logging` for debugging
#change following IP address '192.168.1.xxx' with Client's IP address and assign unique port address(for e.g 5567) which is different from server-1.
#change following IP address '192.168.1.xxx' with Client's IP address and assign unique port address(for e.g 5567) which is different from server-1.
server=NetGear(address='192.168.1.xxx',port='5567',protocol='tcp',pattern=2,receive_mode=False,logging=True,**options)# and keep rest of settings similar to Client
server=NetGear(address='192.168.1.xxx',port='5567',protocol='tcp',pattern=2,receive_mode=False,logging=True,**options)# and keep rest of settings similar to Client