- Azure IoT Development Cookbook
- Yatish Patil
- 96字
- 2021-07-02 20:50:38
How it works...
The direct method works on a request-response interaction with the IoT device and backend solutions. The direct method has a timeout. If no reply is received within that expected time, the direct method will fail. These synchronous requests have, by default, 30 seconds of timeout; one can modify the timeout and increase it up to 3600 seconds, depending on the IoT scenarios you have. The device needs to connect using the MQTT protocol, whereas the backend solution can use HTTP.
The JSON data size for direct method can work up to 8 KB.
推薦閱讀
- 測試驅動開發:入門、實戰與進階
- Vue.js入門與商城開發實戰
- 零基礎學單片機C語言程序設計
- Oracle Exadata專家手冊
- 單片機C語言程序設計實訓100例
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- JavaScript程序設計(第2版)
- PHP編程基礎與實踐教程
- Java程序設計與項目案例教程
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Tableau Desktop可視化高級應用
- Python全棧開發:基礎入門
- Drupal Search Engine Optimization
- WCF全面解析
- Instant Pygame for Python Game Development How-to