I wanna send broadcast over my LAN through Android. I researched online, but ended up with broadcastListener. I know this works for broadcasts in the system among the applications. I am not talking about that.
I wanna send a message to my broadcast ip thus sending all devices connected to my WiFi. Also when other device with my application receives this broadcast should give me a response, a toast or something well that ain't much necessary I guess. I'll create two different activities for listening and sending of the broadcast messages over the network if required.
Is this possible for android.. or am I asking too much Any other suggestions to connect to the device over WiFi if I dunno the ip address of the recipient device
Thanks in advance for the help