Any C# library for Forward error correction.
-
Hi, I am building up reliable multicast file transfer tool. Please let me know any library available in c# for forward error correction algorithm. Regards, Raghu Sunkara.
s
-
Hi, I am building up reliable multicast file transfer tool. Please let me know any library available in c# for forward error correction algorithm. Regards, Raghu Sunkara.
s
There is the IWMSPublishingPoint[^] object which has an EnableFEC[^] property. Or you use the FEC SW by Christian Schuler[^] and call the methods by p/invoke.
cheers Marco Bertschi
Software Developer & Founder SMGT Web-Portal CP Profile | Twitter | Facebook | SMGT Web-Portal
FizzBuzz - Gary Wheeler
-
Hi, I am building up reliable multicast file transfer tool. Please let me know any library available in c# for forward error correction algorithm. Regards, Raghu Sunkara.
s
-
Have you looked at ZeroMQ and using epgm binding?
If at first you don't succeed, look for directions in the trash.
Hi, Thanks for reply. i havent played with ZeroMQ. As a beginer i would like to know, will ZeroMq solves reliable multicast file transfer problem? Please let me know waiting for your reply. Regards, Raghu Sunkara.
s