Re: Network programming
Re: Network programming
- Subject: Re: Network programming
- From: Andreas Monitzer <email@hidden>
- Date: Sat, 1 Sep 2001 10:27:42 +0200
On Saturday, September 1, 2001, at 07:12 , brian hook wrote:
I can't seem to find any real documentation on how to access TCP/IP and
UDP through Cocoa/Obj-c. I assume I can just use socket/listen/recv
natively, but I had assumed that there was some kind of networking
abstraction present. There's no sample code (that I could find) at Apple.
com, and the docs were pretty much non-existent ("description forthcoming"
).
There are no networking classes included (except for DO), but there are
two available on the net: SmallSockets
(
http://smallsockets.sourceforge.net/) and Omni's Library
(
http://www.cocoadevcentral.com/tutorials/showpage.php?show=00000025.php).
However, for simple tasks maybe it's better to use UNIX sockets (if you
already know them).
andy
--
Description forthcoming.