cocoa - Simple Sockets in Objective-C -
I have had difficulty finding simple guides / examples for original sockets in Objective-C (using NSF File Handle or CFS ocket / using NSCK Port).
CSNetwork). Can a guide or some useful example suggest? I appreciate it! I have tried to use, but it is incomplete thanks!
P.S. I have been stuck in this part of my project for a little while and am frustrated for some help.
The easiest way to do this is to cocoa async socket class:
It is very straight forward to use, this includes good HTML documentation.
Comments
Post a Comment