Re: Networking in cocoa
Re: Networking in cocoa
- Subject: Re: Networking in cocoa
- From: Robert Tillyard <email@hidden>
- Date: Sun, 1 Aug 2004 00:09:27 +0100
On 31 Jul 2004, at 3:57 pm, Dominik Pich wrote:
> to implement this in my app - very basic and light-weight
I'm writing a small, very SIMPLE app (dedicated server needs only
listen and client needs only send).
The 'protocol' is simple(my own) based on UDP(if I know how to do it)
or on TCP.
Thanks,
Dominik
If you already have something that works on the other end in 'C' then
I'd just use the same code.
I had an app the runs on UNIX with socket() calls and needed the same
thing in Jaguar so I just copies the code over and I only have to
maintain one set of code. I just added a UI o the front.
Regards, Rob.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.