Skip navigation.
 
mlRe: Network programming...
FROM : Marcelo Alves
DATE : Wed Nov 07 10:52:16 2007

On 06/11/2007, at 18:28, Tim Davis wrote:

> I've searched the docs and I'm not finding anything useful but maybe 
> I'm not looking up the right information.  I'm trying to find out 
> how to do network programming in Cocoa/Objc.  By networking I'm 
> talking about communication back and forth through TCP/IP sockets....
>
> Any ideas where to start looking?



NSStream classes [1] and the HTTPServer sample [2] (TCPServer class).

[1]: http://developer.apple.com/documentation/Cocoa/Conceptual/Streams/index.html
[2]: http://developer.apple.com/samplecode/CocoaHTTPServer/index.html

:: marcelo.alves

Related mailsAuthorDate
mlNetwork programming... Tim Davis Nov 6, 21:28
mlRe: Network programming... Jaime Magiera Nov 6, 21:42
mlRe: Network programming... Marcelo Alves Nov 7, 10:52
mlRe: Network programming... Tim Davis Nov 7, 16:10