Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我遇到了同样的问题,我决定使用 zfec 库,它非常容易使用,甚至不需要阅读任何内容。您只需要 zfec --help 即可完成。
在此处查看我在类似问题中的回答。
JPar2 这样的东西截至今天仍然不可用。 (2014 年 2 月)
I had the same problem and I have decided to use zfec library, it is extremely easy to use, no need to even read anything. All you need is zfec --help and you're done.
Check out my answer in a similar question here.
JPar2 is still not available as of today. (february 2014)
最后,我决定使用 FEC 的 Java 实现。
它基于 洋葱网络 FEC 库。
我为该库开发了一个包装器,希望它能够更轻松地满足我的需要。它具有 Junit 测试和更简单的 API,用于从文件或字节数组创建块。
如果您有兴趣,请查看此处,这是一个公共项目位桶中的存储库。
Finally, I have decided to go with a Java implementation of the FEC.
It is based on onion networks FEC library.
I developed a wrapper for that library that hopefully makes it easier to use for what I need. It has Junit tests and a simpler API for creating the chunks from a File or from a byte array.
Take a look here if you are interested, it is a public repository in bitbucket.