Re: iPhone and OS X apps question
Re: iPhone and OS X apps question
- Subject: Re: iPhone and OS X apps question
- From: Jens Alfke <email@hidden>
- Date: Thu, 11 Feb 2010 09:12:51 -0800
On Feb 11, 2010, at 8:47 AM, Ricky Sharp wrote:
> Basically Bonjour is used to have the server (Mac app) and client (iPhone) discover each other. Then use whatever networking protocol you want to send data.
I wrote an open-source Mac/iPhone networking framework that makes this job easier (both the Bonjour part and the protocol part):
http://bitbucket.org/snej/mynetwork/
The API lets you send messages, which are similar to NSDictionaries, and get replies to them. It's asynchronous, and multiple messages and replies can be in flight in both directions.
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden