两台 iPad 互相通话
我希望这是理所当然的。我一直在进行 iPhone 开发,并被要求开发一款供公司内部使用的 iPad 应用程序,让 2 或 3 个靠近的 iPad 可以相互通信。
下面的描述并不是真正必要的,但我只是想从概念上巩固我所说的“交谈”的含义
:三个人,每个人都有一台 iPad,每个 iPad 都有完整的列表,例如,所有已到达/即将到达的 UPS 包裹早上投递的包裹数量总计超过 500 个,并且有一份内部热门包裹清单,当包裹到达时必须立即投递。三个人不断地抓取包裹,并从 UPS 列表中选择自己的包裹。输入其他内容,例如谁获得了包裹、包裹被放置在哪个内部垃圾箱、是否在热门列表上等。但关键是所有信息都必须是实时的(+/-几秒钟) iPad参与抢包活动。
考虑到 iPad 的功能,实现这一目标的最佳方法是什么?
谢谢
I'm hoping this is a no brainer. I've been doing iPhone development and have been asked to develop an iPad app for internal company use whereby 2 or 3 iPads in close proximity can talk to each other.
The following description isn't really necessary but I just want to solidify what I mean by "talk to"
Conceptually: three people, each with an iPad, each iPad having the complete listing of e.g., both all UPS packages that arrived/will arrive in the morning delivery totaling 500+ per delivery and an internal hot list of packages that when they arrive must be immediately delivered. Each of the three people continually grab packages, and select their package from the UPS list. Other stuff is entered like who gets the package, which internal bin the package was placed, whether on the hot list, etc. but the key is that all information has to be current in real time (+/- a few seconds) on all iPads participating in the package grab.
With the features that the iPad has, what's the best way to make this possible?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 gamekit api 将是理想的选择
Using the gamekit apis will be ideal
我会编写一个使用 Zeroconf/Bonjour 的应用程序来发现正在运行的应用程序的其他实例并发送 XMPP 消息。
I'd write an app that uses Zeroconf/Bonjour to discover other instances of the app running and send XMPP messages around.