Reliable multicast in C #
5 answers
http://www.29west.com/ claims to be the most reliable low latency multicast solution. I have not confirmed this claim, but speaking with them it seems that their biggest competition is not some other vendor, but embedded development. Why not just set up your own multicast group and use it directly? Chapter 21 "Unix Network Programming Volume 1" describes how to do this.
+2
a source to share
The best one I used, after the group's evaluation, was Mesongo RMF - it had a really clean API and good monitoring tools.
+1
a source to share