Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Its pretty hard to modify the <strong>Apple.Developer Witap</strong> application because you need to hold all the resolved adresses , have to modify all the methods and handle lot.</p> <p>I think <a href="http://mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/"><strong>this tutorial</strong></a> will achieve your goal.</p> <p>The app is called “<strong>Chatty</strong>.” Its source code is located <a href="http://www.mobileorchard.com/wp-content/uploads/2009/05/chatty.zip"><strong>here</strong></a></p> <p><strong><code>Download the App --&gt; Open --&gt; Click-on Chatti project tab --&gt; Build Settings --&gt; Change the base SDK to iOS6</code></strong></p> <p>it is being released under the <strong>MIT license</strong>, which means that you are <strong>free to modify and reuse</strong> it at will</p> <p>In this tutorial, They are going to explore a simple chat application for the iPhone. It allows you to host your own chat room and advertise it on your <strong>local Wi-Fi network</strong> (in which case your app acts as a chat “server”) or find and join chat rooms hosted by other people on your network (acting as a chat “client”). Both announcement and discovery of chat rooms are implemented using Apple’s <strong>Bonjour protocol same as Witap Application</strong></p> <p>Now I'm answering your each questions</p> <blockquote> <p><strong>Is it possible to connect more than one device simultaneously over WiFi?</strong></p> <p>YES, You can</p> <p><strong>If yes,What is the maximum number of device that can be connected in same pattern?</strong></p> <p>I think you can pair with any number of devices</p> <p><strong>Which type of CFSocket is useful for multiple Connection(TCP/UDP)?</strong></p> <p>My suggestion is TCP</p> </blockquote> <p>The remaining answers for your questions can be easily understand from the sample Chatty App :)</p> <p><strong>Note</strong>: The server and clients need to be on the same WiFi network</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload