- 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.
推薦閱讀
- Learning Single:page Web Application Development
- 一步一步學(xué)Spring Boot 2:微服務(wù)項(xiàng)目實(shí)戰(zhàn)
- Mastering OpenCV Android Application Programming
- Learning RabbitMQ
- R語言編程指南
- Hands-On Enterprise Automation with Python.
- INSTANT Passbook App Development for iOS How-to
- Visual Basic程序設(shè)計(jì)
- SQL Server數(shù)據(jù)庫管理與開發(fā)兵書
- ServiceNow:Building Powerful Workflows
- Test-Driven Machine Learning
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- QPanda量子計(jì)算編程
- HTML5+CSS3+JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器