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
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 mails | Author | Date |
|---|---|---|
| Tim Davis | Nov 6, 21:28 | |
| Jaime Magiera | Nov 6, 21:42 | |
| Marcelo Alves | Nov 7, 10:52 | |
| Tim Davis | Nov 7, 16:10 |






Cocoa mail archive

