iPhone点对点应用程序中的通用功能,需要想法
我的学生项目是为手持设备上的点对点系统开发一个通用框架。(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技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要一些最低限度的功能,例如:
当然,您需要在对等点之间设计一些标准消息来执行这些事务
You will need some minimum functionalities such as:
Of course, you will need to design some standard messages between peers to perform those transactions