- Azure IoT Development Cookbook
- Yatish Patil
- 172字
- 2021-07-02 20:50:33
How to do it...
Azure IoT service SDK provides the code that is used in building an IoT application that directly works with the IoT Hub. It will enable you to manage devices, read messages sent by devices, or even send commands to devices to control actions at the device end.
The GitHub URL to download these open source SDK's are:
- Azure IoT service SDK for .NET
- Azure IoT service SDK for Node.js
- Azure IoT service SDK for Java
- Azure IoT service SDK for Python
Azure IoT gateway SDKs are used to simplify the connectivity to IoT Hub when we have scenarios which vary drastically between industries, and even between customers within the same industry. The Azure IoT gateway SDK can be used to implement custom-made IoT solutions for your scenario. The device SDKs can be used to implement an IoT client that facilitates connectivity to the cloud. It simply uses the supported communication protocol, it will extract and process the data using the protocol supported before sending it to the cloud.
- 造個小程序:與微信一起干件正經事兒
- 圖解Java數據結構與算法(微課視頻版)
- 算法精粹:經典計算機科學問題的Java實現
- Functional Programming in JavaScript
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- 大學計算機基礎(第2版)(微課版)
- Linux Device Drivers Development
- Symfony2 Essentials
- Julia高性能科學計算(第2版)
- Canvas Cookbook
- 代碼閱讀
- 奔跑吧 Linux內核
- Java設計模式深入研究
- Java程序設計教程
- Learning Android Application Development