- Azure IoT Development Cookbook
- Yatish Patil
- 132字
- 2021-07-02 20:50:33
Using Azure IoT SDK
Azure provides SDK for the device side as well as the PaaS services which are a part of its IoT stack. Microsoft Azure IoT SDK are open source are easily available to download from GitHub. It supports various language like C#, Node.JS, C, Java. you can use any machine which is capable of development with these technologies.
Azure IoT device SDK, which runs on the IoT device side enables the device for communicating with the IoT Hub. It uses the protocols available. The application deployed on the device then sends the telemetry data to cloud. For this purpose, the device needs to be registered with the IoT Hub as well. These SDKs also help run the bidirectional commands which make it easy to control and manage the device.
推薦閱讀
- Spring Boot 2實戰之旅
- HTML5+CSS3王者歸來
- Python GUI Programming Cookbook
- Python機器學習實戰
- STM32F0實戰:基于HAL庫開發
- Oracle Exadata專家手冊
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Raspberry Pi Robotic Projects(Third Edition)
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- Scrapy網絡爬蟲實戰
- C# 7 and .NET Core 2.0 Blueprints
- INSTANT Lift Web Applications How-to
- Implementing NetScaler VPX?(Second Edition)
- Real-time Analytics with Storm and Cassandra
- Learning RxJava