Skip to content

Commit 0bfb6d0

Browse files
author
Laurent Gougeon
committed
Added MQTT concepts to the table of content.
1 parent 1b556a8 commit 0bfb6d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Data Acquisition and Data Dissemination are active services initiated by OpenECP
4444
- [Key Functionalities of a Continental Data Mover](#key-functionalities-of-a-continental-data-mover)
4545
- [Steps to Optimize Data Transfers](#steps-to-optimize-data-transfers)
4646
- [Notification System (MQTT)](#notification-system-mqtt)
47+
- [Understanding MQTT Concepts Using a Filesystem Analogy](#understanding-mqtt-concepts-using-a-filesystem-analogy)
4748
- [Real-Time Data Dissemination with MQTT Broker](#real-time-data-dissemination-with-mqtt-broker)
4849
- [Automated Data Acquisition with MQTT Client](#automated-data-acquisition-with-mqtt-client)
4950
- [MQTT Integration and Implementation Details](#mqtt-integration-and-implementation-details)
@@ -632,7 +633,7 @@ OpenECPDS integrates both an MQTT Broker and an MQTT Client to enhance data diss
632633

633634
By supporting MQTT, OpenECPDS improves real-time data distribution and acquisition, enhancing overall system efficiency and responsiveness. This is because notifications are sent instantly when new data becomes available, allowing for immediate processing and reducing delays.
634635

635-
### Understanding MQTT Topics and the Retain Flag Using a Filesystem Analogy
636+
### Understanding MQTT Concepts Using a Filesystem Analogy
636637

637638
Let’s use a filesystem analogy to explain MQTT topics, wildcards, and the retain flag.
638639

0 commit comments

Comments
 (0)