Re: Cocoa Client/Server App
Re: Cocoa Client/Server App
- Subject: Re: Cocoa Client/Server App
- From: "Ammar Ibrahim" <email@hidden>
- Date: Wed, 7 Jan 2009 14:21:53 +0200
The sample you sent is deprecated. This is code from 1992 that uses old
networking APIs. And I read a complete book about networking programming in
C. But my goal is to do it in ObjC/Cocoa. I can't believe that there;s no up
to date code to look at!
Thanks,
Ammar
On Wed, Jan 7, 2009 at 1:58 PM, Jason Stephenson <email@hidden> wrote:
> Try the following in Google:
>
> site:developer.apple.com tcp client server
>
> The first result should be a link to the TCP Server sample application.
>
> Your three questions are really far too general to be answered in a mailing
> list. You need to find some introductory material on network programming on
> UNIX and/or Mac OS X.
>
> Ditto for threads programming.
>
> Most of what you need could probably be found by searching the
> documentation. There are guides on networking in Mac OS X with Cocoa and
> Carbon.
>
> Another possibility is to examine the rsync code. If your application is
> for in-house use only, then you should have no problem with licensing.
>
> If this were my problem to solve, I'd probably just use rsync for this,
> maybe write a gui wrapper for it using NSTask.
>
>
>
> HtH,
> Jason
>
_______________________________________________
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