iPhone点对点应用程序中的通用功能,需要想法

发布于 2024-11-29 20:31:09 字数 156 浏览 0 评论 0原文

我的学生项目是为手持设备上的点对点系统开发一个通用框架。(iPod)

已经有一个现有的框架(Gamekit)来构建网络和发送消息,我正在它的基础上工作并尝试为常见的 p2p 应用程序开发一些通用功能。

你知道什么函数在这里是通用吗?

My student project is to develop a Generic Framework for peer-to-peer system on handhold devices.(iPod)

There is already an existing framework(Gamekit) that build the network and send messages, I'm working on top of it and trying to develop some generic features for common p2p applications.

Any idea what function would be Generic here?

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

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

发布评论

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

评论(1

谁与争疯 2024-12-06 20:31:09

您将需要一些最低限度的功能,例如:

  • 将给定设备与 IP 地址链接起来
  • 查找网络上给定设备的 IP 地址
  • 最终执行 NAT 遍历的技术
  • 建立几个中央对等点以引导您的网络
  • 请求/交换电子资源远程设备

当然,您需要在对等点之间设计一些标准消息来执行这些事务

You will need some minimum functionalities such as:

  • linking a given device with an IP address
  • finding the ip adress of a given device on the net
  • Eventually techniques to perform NAT traversal
  • establish a couple of central peers to bootstrap your network
  • request/echange electronic resources between remote devices

Of course, you will need to design some standard messages between peers to perform those transactions

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