Cocoa Socket Control?
Someone know if in Cocoa there is a Socket Control like in Real Basic? Thanks
Nope. However there exists a socket framework called SmallSockets that will do the dirty work for you. Do search on SourceForge after "SmallSockets" and download that.
I've been using that for an irc client I've been trying to make.
I've been using that for an irc client I've been trying to make.
"When you dream, there are no rules..."
You can hook up an NSSocket to a bsd socket. You have to do a little lifting, but then it works pretty nicely.
You also can use CFSockets.
Wade
Wade
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Socket Library on OSX? | MacFiend | 16 | 10,688 |
Apr 15, 2010 05:44 AM Last Post: Kirienko |
|
| How to check if data come in from the socket without hanging there!!! | KingdomHeart | 2 | 4,223 |
Nov 23, 2007 09:25 AM Last Post: KittyMac |
|
| OpenGL + Socket!!! Flush socket problem!!! | KingdomHeart | 4 | 4,234 |
Nov 21, 2007 10:14 AM Last Post: Zekaric |
|
| BSD Socket: Send Data but never Receive | kodex | 2 | 7,417 |
Jul 1, 2005 10:56 PM Last Post: kodex |
|

