I'm making an android app for chat and file sharing over wifi. I'm able to generate a multicast address(and receive the packet) for the same access point but my device(Desire HD) does not receive UDP packet broadcasted at 255.255.255.255. So how do I discover devices connected to a different access point on the same LAN. I did some research and came across jmdns. Is this the only way around? Or is there some other alternative for device discovery?

link|improve this question

25% accept rate
I don't understand the setup you have. "...generate a multicast address...": where do you generate it? "...for the same access point...": how many accesspoints do you have? – Michel Oct 10 '11 at 17:30
What I mean is that I can discover devices connected to a single access point by broadcasting a UDP packet to say 192.168.1.255(By using dhcpinfo class). But I cannot broadcast to the entire WLAN(Infrastructure network) as android does not receive UDP packets broadcasted to 255.255.255.255 and as I do not know the external ip of my router. My ultimate aim is to discover android devices on the LAN running my P2P application so that I can connect and share. A LAN could have many number of access points in an extended BSS configuration. – madridista Oct 10 '11 at 17:44
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.