- 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.
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Mastering Kotlin
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Learning Data Mining with R
- Geospatial Development By Example with Python
- 編程可以很簡單
- Qt5 C++ GUI Programming Cookbook
- Java編程從入門到精通
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- R Data Science Essentials
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Learning Splunk Web Framework
- Java RESTful Web Service實戰
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- 關系數據庫與SQL Server 2012(第3版)