Cocoa-Touch framework for speaking to a TCP socket?

Posted by Coocoo4Cocoa on Stack Overflow See other posts from Stack Overflow or by Coocoo4Cocoa
Published on 2009-04-11T15:02:44Z Indexed on 2010/04/09 19:33 UTC
Read the original article Hit count: 279

I have a daemon running on a server that's latched onto a TCP/IP port. I'm looking to see if there's currently any support iPhone/Cocoa-touch frameworks that gives a nice OO wrapper for speaking to the daemon over an IP socket. I need to be able to interactively query the daemon with commands and retrieve back information.

If there isn't any OO wrappers for such a task, what's the next best bet?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone