- 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.
推薦閱讀
- 零基礎PHP學習筆記
- JavaScript Unlocked
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Working with Odoo
- 精通MATLAB(第3版)
- C和C++游戲趣味編程
- Mastering Linux Security and Hardening
- 打開Go語言之門:入門、實戰與進階
- Learning Node.js for .NET Developers
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Python面試通關寶典
- Python Linux系統管理與自動化運維
- Java程序性能優化實戰
- 生成藝術:Processing視覺創意入門
- Neo4j Graph Data Modeling