From ba4a5d2e9f01e002388c3b0970cbea25031a5303 Mon Sep 17 00:00:00 2001 From: Dominik Kuhn Date: Tue, 3 Sep 2024 10:54:53 +0200 Subject: [PATCH] updating README file --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c584394c..acf32cf4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ and 3.1 of the MQTT protocol. It also includes a C and C++ client library, and the `mosquitto_pub` and `mosquitto_sub` utilities for publishing and subscribing. + + +## !! PLUGIN NOTES !! + + + +This fork just adds a plugin to the origin of the project. This plugin mirrors all subscriptions and unsubscriptions to a spezific topic, to ensure that all clients of our adaptable assembly system are able to receive these events. A JSON object with all subscribed topics and Client IDs is published to the topic `mqtt/subscriptions` for the events subscribe, unsubscribe and disconnect. + ## Links See the following links for more information on MQTT: