由于我是这个职业的新手,我想要通过AZURE IOT集线器使用android手机控制覆盆子pi上的LED。如何将硬件和android应用程序同时连接到single lot hub?我们应该使用哪一个服务总线或事件中心?
发布于 2016-12-30 17:58:04
您可以尝试以下两种方法:
对于Raspbian端,您可以使用"Using Service Bus from Python with AMQP 1.0“。
在Android端,你可以关注"Using Service Bus / EventHub from Android devices“
对于Raspbian端,您可以使用"Microsoft Azure IoT SDKs and libraries for C“。
在Android端,你可以关注"Using the Azure IoT SDK in Android“
https://stackoverflow.com/questions/41330570
复制相似问题