- Azure IoT Development Cookbook
- Yatish Patil
- 70字
- 2021-07-02 20:50:30
Getting ready
Azure IoT Hub provides:
- Device identity and registry
- Device-to-cloud and cloud-to-device communication, including one way or bidirectional
- It also supports file transfer messages
- We can query the device store information to find out device properties, firmware versions, and other configurations
- SDK for most platforms and languages to support development
- Secure authentication on a per-device basis
- Monitoring for devices and messages

Azure IoT Hub diagram from Microsoft Azure documentation
推薦閱讀
- scikit-learn Cookbook
- Spring 5.0 Microservices(Second Edition)
- C++程序設計(第3版)
- Computer Vision for the Web
- Python網絡爬蟲從入門到實踐(第2版)
- Scratch 3.0少兒編程與邏輯思維訓練
- Bootstrap 4:Responsive Web Design
- Learning Unity 2D Game Development by Example
- Windows Phone 7.5:Building Location-aware Applications
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Hands-On Neural Network Programming with C#
- Implementing Microsoft Dynamics NAV(Third Edition)
- SQL Server 2012 數據庫應用教程(第3版)
- JavaEE架構與程序設計
- Laravel Design Patterns and Best Practices