Android 上的 DTN(延迟容忍网络)

发布于 2024-10-22 00:18:02 字数 133 浏览 1 评论 0原文

Android 上是否已通过蓝牙汇聚层实现了 DTN 堆栈?

我查看了 Bytewalla 等现有实现,但它们目前仅支持 TCP。我知道 Bytewalla 实现可以扩展以支持蓝牙,但如果其他人已经做到了,我不想重新发明轮子......

Has there been an implementation of the DTN stack on Android with the Bluetooth Convergence Layer?

I have looked at existing implementations like Bytewalla, but they support only TCP as of now. I understand that the Bytewalla implementation can be extended to support Bluetooth, but did not want to re-invent the wheel if someone else has done it already...

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

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

发布评论

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

评论(1

茶色山野 2024-10-29 00:18:02

我有自己的捆绑协议的 Java 实现,运行在 LTP (LickLider Transmission Protocol) 上,该协议是由我的朋友和同事设计和实现的。

LTP 可以在 WiFi蓝牙 上运行。

您可能想检查一下。

[1] http://irg.cs.ohiou.edu/ocp/index.html< /a>

注意:Impl 现在有点旧了。 BP 协议也有很多变化(当时是草案,现在是标准轨道 RFC)。所以你可能想做一些探索。

I had my own Java Implementation of Bundling protocol running on LTP (LickLider Transmission Protocol) that was design and implemented by my friend and Colleague.

LTP could run on WiFi as well as BlueTooth.

You may want to check that out.

[1] http://irg.cs.ohiou.edu/ocp/index.html

Note : the Impl is a bit old now. There are lot of changes to the BP protocol as well (it was a draft then, now its a standard track RFC). so you may want to do some exploration.

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