简体   繁体   English

设备间通讯

[英]inter-device communication

I am looking at device to device communications and need some direction. 我正在研究设备之间的通信,需要一些指导。

I have a series of applications that will need to update each other with information, or simply tell each other there is a new dataset that is ready to be read and updated on the local machine. 我有一系列应用程序,需要用信息相互更新,或者简单地告诉对方有一个新的数据集可以随时在本地计算机上读取和更新。

I was thinking about using something out of the gamekit, but I want to know if this is the best approach. 我当时正在考虑在游戏包中使用某些东西,但是我想知道这是否是最好的方法。

Currently, I have a few iPads in a doctors office, everything is working OK, but the doctors are not seeing updates between devices when a user makes an update to the same patient, I need the other devices that are looking at the same patient to be updated/notified there are changes, and I can reload the data from the database. 目前,我在医生办公室里有几台iPad,一切正常,但是当用户对同一位患者进行更新时,医生在设备之间看不到更新,我需要其他正在看同一位患者的设备来进行更新被更新/通知有更改,我可以从数据库中重新加载数据。

Each device belongs to a practice, and I have the MAC addresses of each device. 每个设备都属于一个练习,我拥有每个设备的MAC地址。

Yes, Game Kit is the way to go. 是的, Game Kit是必经之路。 Game Kit will handle almost everything for you. 游戏套件将为您处理几乎所有事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM