Multicast UDP Sockets with examples
Socket Programming
sockets
Multicast sockets allow us to initiate communication with multiple listeners on the network, selectively. In order to explore this feature, I experimented with a simple sender/receiver multicast program.