Skip to content

Instantly share code, notes, and snippets.

@wankdanker
Created November 21, 2011 22:25
Show Gist options
  • Save wankdanker/1384162 to your computer and use it in GitHub Desktop.
Save wankdanker/1384162 to your computer and use it in GitHub Desktop.
Links regarding dgram multicast

This page has Windows tools that can send and receive test multicast messages. With this tool, I have been able to run multiple instances of mcreceive.exe on the same machine. The both instances receive all messages sent by mcsend.exe.

This page has code which can be compiled on Linux (and other Unix?). Multiple instances can be run and they will not argue about listening on the same UDP port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment