UDP communications handling

UDP message implementation that helps with management of unicast/multicast semantics and repeat & delay handling.

class wsdiscovery.udp.UDPMessage(env, addr, port, msgType, initialDelay=0)

UDP message management implementation

MULTICAST = 'multicast'
UNICAST = 'unicast'
canSend()
getAddr()
getEnv()
getPort()
isFinished()
msgType()
refresh()