Socket programming in mac os
I need help for open socket in MAC OS Programming. I want to know how to call and connect with the socket so that i a开发者_运维百科m able to open socket over the view by clicking on the button.
Thanks Rana
Cocoa provides NSStream class to communicate over socket, moreover if you are coming form Windows or C , objective C is super set of C , so socket API will also work, worth taking look at
NSStream class reference
I heard about CFSocket. I think, you can find it in google.
You can Open Socket or receiving data with CFSocket.
精彩评论