From 60653d7ea705a40e4b80fe14c410de012564e6f0 Mon Sep 17 00:00:00 2001 From: Matthias Bodenbenner <m.bodenbenner@wzl-mq.rwth-aachen.de> Date: Thu, 31 Mar 2022 15:44:56 +0200 Subject: [PATCH] updated README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a4ff74..b8160b9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Current stable version: 2.5.0 +## Documentation + +For the full API documentation, view [https://iot.wzl-mq.rwth-aachen.de/documentation/libs/mqtt/](https://iot.wzl-mq.rwth-aachen.de/documentation/libs/mqtt/). +For using the MQTT Broker of the chair and department specific features, refer to the [internal documention](https://iot.wzl-mq.rwth-aachen.de/documentation/mqtt.html). + ## Installation Requires at least Python 3.6 @@ -73,10 +78,6 @@ while True: Slightly more detailled examples can be found in the *sample* directory. If there are any questions contact [Matthias Bodenbenner](mailto:m.bodenbenner@wzl-mq.rwth-aachen.de). -## Documentation - -For more detailed explanation and full API documentation, view [https://iot.wzl-mq.rwth-aachen.de/documentation/libs/mqtt/](https://iot.wzl-mq.rwth-aachen.de/documentation/libs/mqtt/) - ## Changelog 2.5.0 - changed signature of connect method -- GitLab