- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 117字
- 2021-07-02 18:59:35
HTTP and IoT
In many cases, HTTP is not ideal for IoT applications. The latency is not predictable, and it often depends on polling to detect state changes. It is a text-based protocol, which means message size tends to be large. This adds power needs and complexity overhead, for IoT devices to communicate using it.
However, it is a mature standard and in wide use. This makes it an established and well supported interface.
Connections are established from a client device to a server device and remain open until the communication is completed. Delivery is guaranteed and data message receipts are acknowledged at every step of the process. It operates on top of TCP and is reliable.
推薦閱讀
- 計算機網絡
- Deploying Node.js
- 高手是如何做產品設計的(全2冊)
- Learning RxJava
- PHP基礎案例教程
- Learning Bayesian Models with R
- Neo4j Essentials
- Koa開發:入門、進階與實戰
- Learning Firefox OS Application Development
- Effective Python Penetration Testing
- Flutter跨平臺開發入門與實戰
- Mastering Android Development with Kotlin
- Python預測之美:數據分析與算法實戰(雙色)
- Java多線程并發體系實戰(微課視頻版)
- Mastering Object:Oriented Python(Second Edition)