iOS / HTTP Server communication, device to device

187 Views Asked by At

In the past few days, I've been reading a lot of articles and Stackoverflow questions.

We are looking to transfer data between a Windows IOT PC and an iPad. We would like a HTTP Server, without using a WIFI access point from the IOT PC or being on the same network.

It seems like Bluetooth Low Energy (BTLE) would be the way to go, along with Bonjour maybe?

Actually, we are using a medical device SDK that requires Bonjour Discovery in our iOS app's Info.plist and the service is named _Manufacturer_https._tcp, so it seems pretty much possible.

Would you guys have guidelines? Or a step-by-step tutorial?

0

There are 0 best solutions below