vote up -2 vote down star

Hiyee...doing any one knows where to find a simple send and receive program so that can communicate with each other in MAC...And it's in cocoa language

flag
2  
This question is too general. Send and receive what? Communicate with what? Are you looking for client-server or peer-to-peer communication? Also, "Mac" is not an acronym, don't capitalize it. Cocoa is not a language, it's a framework. The language you normally use is Objective-C. – Rob Keniger Nov 20 at 3:04
a...a peer-to-peer communication... – xTohrux Nov 20 at 3:12
anyway...erm...I'm not NSURL to do... – xTohrux Nov 20 at 3:17
Almost the same as your previous question stackoverflow.com/questions/1712508/… and you'll get similar answers as well. – Abizern Nov 20 at 11:51

2 Answers

vote up 0 vote down

Easy. If you have XCode installed, go to /Developer/Examples/Networking on your mac and look at some of the xamples that use CFNetwork.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.