I'm using example code from the answer on this Stack Overflow question (http://stackoverflow.com/questions/3240617/cfnetwork-and-bonjour-integration-for-iphone-to-mac-integration) which you can download here
I have the code running and I am able to send a message to the other device. Is there any way to link more than two devices to this network so that messages can be sent to specific devices in the device list at the same time?
Here's the plan for an app;
I want one admin version of the app which the admin user can send a message out to all the connected iPads (up to 12) in a list. Once they receive the message, they can reply to it and the admin user can see which iPad has sent the reply. How can this be done?