all is in the question..
I would know how to create a connection between an iPad/iPhone(sender) and a lot of others devices iPad/iPhone (listeners). The chalenge is : I have to create this without using any intermediate server.
Each devices listeners should respond ‘in live’ to each sender message.
Any suggestion how to achieve this ?
all is in the question.. I would know how to create a connection between
Share
Basically you need multicast DNS (Apple calls it Bonjour). See http://developer.apple.com/opensource/ for the start of Apple’s documentation, and see http://mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/ for a nice writeup.