- Azure IoT Development Cookbook
- Yatish Patil
- 164字
- 2021-07-02 20:50:36
How it works...
Let's now understand the steps we performed. We initiated this by creating a console application and configured it for the Azure IoT Hub solution. The idea behind this was look at a simple operation for device management.
In this section, we started with a simple operation for the provision of the device by adding it to the IoT Hub. We needed to create a connection to the IoT Hub first. The next step will creating the object of the registry manager. This registry manager object is used to perform the device identity operations.
Once we are connected with IoT Hub using the SDK, we can perform operations such as adding a device, deleting a device, and getting a device; these methods are asynchronous ones.
IoT Hub also connects with Azure Blob storage for bulk operations, such as exporting all devices or importing all devices; this works on JSON format only. The entire set of IoT devices gets exported in this way.
- Learning Scala Programming
- 用Flutter極速構(gòu)建原生應用
- Mastering Python Networking
- 機器學習與R語言實戰(zhàn)
- 機器學習微積分一本通(Python版)
- Elasticsearch Essentials
- Learning Kotlin by building Android Applications
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Mastering Responsive Web Design
- 語義Web編程
- 米思齊實戰(zhàn)手冊:Arduino圖形化編程指南
- 數(shù)據(jù)科學之編程技術(shù):使用R進行數(shù)據(jù)清理、分析與可視化
- Kudu:構(gòu)建高性能實時數(shù)據(jù)分析存儲系統(tǒng)
- Visual C++.NET(2008)典型案例
- JavaScript語言精髓與編程實踐