- 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.
推薦閱讀
- Advanced Splunk
- Cocos2D-X權威指南(第2版)
- 基于Java技術的Web應用開發(fā)
- FFmpeg入門詳解:音視頻原理及應用
- 編程數(shù)學
- 低代碼平臺開發(fā)實踐:基于React
- 硬件產(chǎn)品設計與開發(fā):從原型到交付
- Vue.js光速入門及企業(yè)項目開發(fā)實戰(zhàn)
- 打造流暢的Android App
- Expert Cube Development with SSAS Multidimensional Models
- Python 3.6從入門到精通(視頻教學版)
- Computer Vision with Python 3
- Spark for Data Science
- 嵌入式網(wǎng)絡編程
- CentOS High Performance