Java 的 PAR2 库

发布于 2024-10-27 23:42:06 字数 1536 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

少女情怀诗 2024-11-03 23:42:06

我遇到了同样的问题,我决定使用 zfec 库,它非常容易使用,甚至不需要阅读任何内容。您只需要 zfec --help 即可完成。

此处查看我在类似问题中的回答。

为了与 Java 进行通信,我正在考虑两种可能性:

  1. 创建 JNI。

  2. 在 python 中创建一个小型本地 HTTP 服务作为 zfec 库的包装器。可能有像 Flask 这样的

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.

In order to communicate with Java I'm considering two possibilities:

  1. Create a JNI.

  2. Create a small local HTTP service in python as a wrapper of the zfec library. Probably with some like Flask

JPar2 is still not available as of today. (february 2014)

离线来电— 2024-11-03 23:42:06

最后,我决定使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文