Re: simple telnet-like networking in cocoa
Re: simple telnet-like networking in cocoa
- Subject: Re: simple telnet-like networking in cocoa
- From: Bob Ippolito <email@hidden>
- Date: Mon, 24 May 2004 23:59:05 -0400
And while you're at it, run, don't walk, to <stdio.h>. Who needs a
nice programming language or class libraries anyway!
I can only suggest learning the BSD sockets API if you need or want to
know the low level details so that you can implement something better
on top of it. This has already been done several times over, and there
are several good ones available that have been mentioned.
-bob
On May 24, 2004, at 11:13 PM, Michael Hanna wrote:
>
Run, don't walk, to: "Networking and the BSD Sockets API" at
>
>
http://www.macdevcenter.com/pub/a/mac/2002/12/26/cocoa.html
>
>
lots of other awesome Cocoa articles at
>
>
http://www.macdevcenter.com/pub/ct/37
>
>
On 24-May-04, at 9:06 PM, Christoffer Lerno wrote:
>
>
> I'm trying to get some pointers to articles on networking in cocoa.
>
> What I'm interested is basically to shove UTF-8 encoded strings back
>
> and forth over an internet socket. Cocoa documentation is full of how
>
> to do stuff like distributed objects, but for me that's not
>
> interesting. I want to do even more basic stuff. In java I'd just
>
> open a socket and get an input and an output stream and that would be
>
> all I needed.
>
>
>
> What do I do in cocoa? There seems to be many different ways of doing
>
> networking, like using CoreFoundation, NSConnection etc, but I don't
>
> quite grok how to do it if all you want is connection to a port and
>
> then the ability to pass and receive messages through it.
>
>
>
> Help?
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.