daze macrumors 6502 Original poster Aug 5, 2007 #1 Hi guys, I am new to Cocoa programming, but used to programming in C/C++. How do I go about reading data on a specific UDP port? I have a book on Cocoa but it does not cover any UDP/TCP stuff. Thanks.
Hi guys, I am new to Cocoa programming, but used to programming in C/C++. How do I go about reading data on a specific UDP port? I have a book on Cocoa but it does not cover any UDP/TCP stuff. Thanks.
robbieduncan Moderator emeritus Aug 5, 2007 #2 There is no Cocoa API for this as ALL the normal POSIX C APIs are available. Use those or one of the Socket wrappers (free, third party)
There is no Cocoa API for this as ALL the normal POSIX C APIs are available. Use those or one of the Socket wrappers (free, third party)
daze macrumors 6502 Original poster Aug 5, 2007 #3 robbieduncan said: There is no Cocoa API for this as ALL the normal POSIX C APIs are available. Use those or one of the Socket wrappers (free, third party) Click to expand... Robbie, What's a good site to find wrappers and other code?
robbieduncan said: There is no Cocoa API for this as ALL the normal POSIX C APIs are available. Use those or one of the Socket wrappers (free, third party) Click to expand... Robbie, What's a good site to find wrappers and other code?