从iPhone调用Azure IoT中心

时间:2016-01-07 06:46:44

标签: ios iphone azure iot azure-iot-hub

我按照Azure IoT教程进行了操作:

https://azure.microsoft.com/en-us/documentation/articles/iot-hub-csharp-csharp-getstarted/

一切都很好。

我现在有了一项新要求,即从iPhone连接到IoT中心。在C#示例中,我必须下载相应的NuGet包(Microsoft.Azure.Devices.Client)并使用DeviceClient类。

是否有适用于iPhone开发的类似“套餐”? iOS设备如何连接到Azure IoT中心?

2 个答案:

答案 0 :(得分:1)

有一个REST API设备可以与Azure IOT Hub交换消息。

答案 1 :(得分:1)

Azure IoT Hub C#Device SDK现在是跨平台的(使用Xamarin),并支持iOS设备。

它作为nuget包发布:

https://www.nuget.org/packages/Microsoft.Azure.Devices.Client.PCL/