diff --git a/README.md b/README.md index c90cc8d..7841047 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ The MQTT support is using the portable [ReconnectingMqttClient](https://github.com/fredilarsen/ReconnectingMqttClient) library which works on Linux, Windows, Arduino, ESP8266, ESP32 and other Arduino compatible devices. -# ModuleInterface v3.3 +The MQTT support is present in the [GenericModuleMasterHttp](https://github.com/fredilarsen/ModuleInterface/tree/master/examples/WebPage/WINDOWS_LINUX_DUDP/GenericModuleMasterHttp) which does all the transfer between modules, web pages and a MQTT broker. + +# ModuleInterface v3.4 Do you want to create a communication bus with inexpensive IoT devices in a simple way? Would you like web pages to configure and inspect the devices, with trend plots and historical storage?