nehal
nehal

Reputation: 640

How to implement chat using bonjour service?

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

Answers (2)

ma11hew28
ma11hew28

Reputation: 126327

Game Kit provides a high-level peer-to-peer connectivity API, which you can use for chat.

Upvotes: -1

Ravin
Ravin

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

Related Questions