Create a network object for sending data to a remote address
| <viz>.addNetwork( | |
| address | |
| broadcast = False |
)
address
Name or IP address of a computer
broadcast = False
Controls whether the network object will broadcast messages over the subnet specified by the address string (i.e. 255.255.255.255)
A network object allows sending messages to other computers.
<network> object