Reputation: 640
I have one application in which all available clients are displayed.Now i want to implement chatting between them.can it be done with help of bonjour service without having any other server in between them?any tutorial or sample code for that?
Upvotes: 0
Views: 2626
Reputation: 126327
Game Kit provides a high-level peer-to-peer connectivity API, which you can use for chat.
Upvotes: -1
Reputation: 8564
These links might be useful.
http://mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/
you can find source code on https://bitbucket.org/snej/chatty/src
thanks
Upvotes: 2