I am unable to send a udp multicast/broadcast packet, from a laptop 'wired' to a wifi router, to an android phone connected to the same router wirelessly. It works the other way round(phone to laptop). Also, the phone can receive a packet if I explicitly specify the phone ip address in my code. Secondly, there is no issue if both devices are connected via wifi. I have even tried jmdns but the same problem occurs. What could possibly be the issue? Any router misconfiguration? Plz help.
feedback
|
|
You should acquire a MulticastLock before attempting to receive any multicast data. On some HTC devices, this also applies to receiving broadcast traffic. You can acquire a multicast lock using the WifiManager. | |||||||||||
feedback
|