Reputation: 1745
Is there any sample that I can use to learn how to transfer text between iPhone and a computer (mac/pc) using bonjour?
Upvotes: 1
Views: 1319
Reputation: 4533
We used AsynchSocket. It was pretty easy to incorporate + good examples of client & server side. AsynchSocket usage
Upvotes: 2
Reputation: 46718
I would take a look at the BLIP protocol. It is a fairly good drop in library that allows you to send messages back and forth.
Upvotes: 0