Re: UDP Multicast Question
site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com On 2 Jul 2010, at 20:00, Gordon Apple wrote:
Are there any good examples available of how to set up a multicast network, especially from the Mac receiver viewpoint?
Apple doesn't have any sample code for this. The best place to start would be the UDPEcho sample code. <http://developer.apple.com/mac/library/samplecode/UDPEcho/>
From there, you can configure multicast via the standard BSD sockets APIs. These are documented in <x-man-page://4/ip>. These are cross platform APIs, so you can search the 'net for code from other platforms.
S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Quinn "The Eskimo!"