Does iPhone supports multicasting and broadcasting?
iPhone is the client and i have server running desktop (Mac/Windows) machine.
Since the Windows does not mandatorily supports Bonjour, I ll have to follow some other steps.
Is there any other way of detecting the machines which runs the my server running?
iPhone supports Berkley sockets (and you can access it), so you can go with it to send broadcast/multicast messages, just have to write a bunch of code for that.