我按照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中心?
答案 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/