pithhelmet
pithhelmet

Reputation: 2282

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.

Each device belongs to a practice, and I have the MAC addresses of each device.

Upvotes: 1

Views: 1141

Answers (1)

Moshe
Moshe

Reputation: 58087

Yes, Game Kit is the way to go. Game Kit will handle almost everything for you.

Upvotes: 3

Related Questions