Modified wrapper for UDP socket allowing broadcast packets using the new network stack.
Auto generated API documentation and code listings for udpBroadcastSocket
UDPBroadcastSocket | UDP Broadcast Socket Allows one-to-many communication over ethernet Override an UDP Socket with additional flag when initing or binding a port use init(SO_BROADCAST) or bind(port,SO_BROADCAST) respectively |