tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
373 stars 44 forks source link

How to evaluate the decode accuracy with different packet loss? #109

Open felixshing opened 4 months ago

felixshing commented 4 months ago

Hi I am working on building live streaming system. The data transmitted over the Internet is not video, but a set of vectors (parameters). I now want to test the impact of different loss rate and redundancy rate on the transmission data. I would like to ask how I can conduct this experiment based on the FEC algorithm implemented in this package?