From f3effa7f637e21df68f4e0976f9c72932e8a970d Mon Sep 17 00:00:00 2001 From: Mohammad Iftekher Ebne Jalal Date: Fri, 4 Jun 2021 18:22:28 +0600 Subject: [PATCH] Update README.md --- 1-getting-started/lessons/4-connect-internet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started/lessons/4-connect-internet/README.md b/1-getting-started/lessons/4-connect-internet/README.md index 24975786..e9d776aa 100644 --- a/1-getting-started/lessons/4-connect-internet/README.md +++ b/1-getting-started/lessons/4-connect-internet/README.md @@ -39,7 +39,7 @@ MQTT is the most popular, and is covered in this lesson. Others include AMQP and [MQTT](http://mqtt.org) is a lightweight, open standard messaging protocol that can send messages between devices. It was designed in 1999 to monitor oil pipelines, before being released as an open standard 15 years later by IBM. -MQTT has a single broker and multiple clients. All clients connect to the broker, and the broker routes messages to the relevant clients. Messages are routed using named topics, rather than being sent directly to an individual client. A client can publish a topic, and any clients that subscribe to that topic will receive the message. +MQTT has a single broker and multiple clients. All clients connect to the broker, and the broker routes messages to the relevant clients. Messages are routed using named topics, rather than being sent directly to an individual client. A client can publish to a topic, and any clients that subscribe to that topic will receive the message. ![IoT device publishing telemetry on the /telemetry topic, and the cloud service subscribing to that topic](../../../images/mqtt.png)