Network programming
Network programming
- Subject: Network programming
- From: brian hook <email@hidden>
- Date: Fri, 31 Aug 2001 22:12:14 -0700
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").
Any hints at what to look at? I'm assuming things like NSInternetPort etc.
are the right area, but without any docs or sample code it kind of leaves
you scratching your head.
Brian