IoT Application Layer Protocols: MQTT, CoAP, HTTP, XMPP, SoAP

IoT Application Layer Protocols: MQTT, CoAP, HTTP, XMPP, SoAP

“For the Internet of Things, the most important aspect is communication with devices. Currently, the common communication protocols in IoT include: MQTT, CoAP, HTTP, XMPP, SoAP“ 01 — MQTT MQTT (Message Queuing Telemetry Transport) was originally developed by IBM as an instant messaging protocol. The MQTT protocol is designed for communication between remote sensors and … Read more

Choosing and Analyzing IoT Application Layer Protocols – MQTT, CoAP, HTTP, XMPP, SoAP

Choosing and Analyzing IoT Application Layer Protocols - MQTT, CoAP, HTTP, XMPP, SoAP

Author: HFK_Frank Original link: https://blog.csdn.net/acongge2010/article/details/79142380 MQTT Protocol MQTT (Message Queuing Telemetry Transport) was originally developed by IBM as an instant messaging protocol. The MQTT protocol is designed for communication between remote sensors and control devices with limited computing power operating in low bandwidth and unreliable networks. The advantage of the MQTT protocol is that it … Read more

Basic Comparison of XMPP, MQTT, HTTP, and CoAP Protocols

Basic Comparison of XMPP, MQTT, HTTP, and CoAP Protocols

1. First, let’s take a look at the comparison of the four major protocols based on relevant foreign professional data: Protocol CoAP XMPP RESTful HTTP MQTT Transport UDP TCP TCP TCP Messaging Request/Response Publish/Subscribe Request/Response Request/Response Publish/Subscribe Request/Response 2G, 3G, 4G Suitability (1000s nodes) Excellent Excellent Excellent Excellent LLN Suitability (1000s nodes) Excellent Fair Fair … Read more