Alternative to MacTCP in Cocoa?
Alternative to MacTCP in Cocoa?
- Subject: Alternative to MacTCP in Cocoa?
- From: Joe Lester <email@hidden>
- Date: Mon, 21 Apr 2003 18:56:17 -0500
Forgive me if this has come up before but cocoa.mamasam.com was down so
I couldn't check the archives. My question is, "Is there a relatively
easy, straightforward way to work with UDP sockets from a Cocoa app as
an alternative to the good old MacTCP?"
I'm migrating an OS 9 non-carbonized PowerPlant application over to
Cocoa. It currently uses MacTCP to open a UDP socket connection to a
remote server. I need to continue using the UDP protocol from Cocoa
since I have no access to the source code for the remote server.
I am under the impression that MacTCP does not exist on OS X. I noticed
that there is actually a header file at
Developer/Headers/FlatCarbon/MacTCP.h. But all it says is:
#warning MacTCP.h is not available on Mac OS X
If that's the case, is there something "like" MacTCP for making UDP
socket connections from Cocoa? I'm new to UDP sockets so don't be
afraid to mention the basics. Thanks for your time.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.