- 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.
推薦閱讀
- CockroachDB權威指南
- PyTorch自動駕駛視覺感知算法實戰
- PyTorch Artificial Intelligence Fundamentals
- Python計算機視覺編程
- Access 2010中文版項目教程
- Scratch·愛編程的藝術家
- QGIS 2 Cookbook
- Java 從入門到項目實踐(超值版)
- 遠方:兩位持續創業者的點滴思考
- ASP.NET求職寶典
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Web前端開發技術:HTML、CSS、JavaScript
- Modular Programming with JavaScript
- Android技術內幕(系統卷)
- Dart:Scalable Application Development