Skip navigation.
 
mlRe: Network programming...
FROM : Tim Davis
DATE : Wed Nov 07 16:10:02 2007

Thanks to everyone that responded.  I just must not have been looking 
in the right place.  I was searching for sockets, connection, and a 
multitude of other things, but never tried streams....der  :)

Thanks again.

On Nov 7, 2007, at 4:52 AM, Marcelo Alves wrote:

>
> 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