Skip to content Skip to sidebar Skip to footer
Showing posts with the label Multicast

Can Datagramsocket Receive Multicast Packets

I have a code that runs in a thread, which i use to send a DatagramPacket to broadcast address of e… Read more Can Datagramsocket Receive Multicast Packets

Multicast - No Such Device

I am trying to connect to a multicast group using the following piece of code: int flag_on = 1; … Read more Multicast - No Such Device