Re: simple telnet-like networking in cocoa
Re: simple telnet-like networking in cocoa
- Subject: Re: simple telnet-like networking in cocoa
- From: Christoffer Lerno <email@hidden>
- Date: Tue, 25 May 2004 10:45:16 +0800
On May 25, 2004, at 09:54, Bob Ippolito wrote:
The CFSocket APIs are probably what you want.. it's a nice clean
abstraction that lets you pass NSData over BSD sockets in an event
driven manner.
On May 25, 2004, at 09:46, Michael Rothwell wrote:
Just use the BSD sockets API.
On May 25, 2004, at 09:54, Douglas Davidson wrote:
NSStream is probably what you are looking for.
Ok, that was pretty confusing ;)
What I already have is a server speaking UTF-8 text (a message is
terminated by \n), what I need is to communicate with it. So if I could
just open some simple stream to it then that would be perfect.
/Christoffer
_______________________________________________
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.