IPhone as a gateway for iot device -- Azure IOT HUB

383 views Asked by At

Is there a way in azure iot hub.. where we can have ios device act as a gateway for leaf nodes like raspberry pi or other decive's to sends/receive data from azure iot hub.

Is there any iOS sdk available for the same

1

There are 1 answers

0
Michael Xu On

Microsoft has released a port of our Azure IoT Hub C SDK for iOS platform. You can use device and service SDK directly. The libraries are available on CocoaPod, a popular package manager for iOS, and the source code is available on GitHub. Please refer to this blog.

Learn more about how to turn your iOS device into an IoT device: