- 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.
- C++ Primer習題集(第5版)
- 數字媒體應用教程
- OpenDaylight Cookbook
- Bulma必知必會
- Python零基礎快樂學習之旅(K12實戰訓練)
- PhoneGap:Beginner's Guide(Third Edition)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- 深入實踐Kotlin元編程
- scikit-learn Cookbook(Second Edition)
- Scratch編程從入門到精通
- 優化驅動的設計方法
- Apache Solr for Indexing Data
- Java面試一戰到底(基礎卷)
- Cinder:Begin Creative Coding