MQTT Communication
Smart Factory
myMQTT.h File Reference

This class handels the MQTT connection. More...

#include "Arduino.h"
#include "LogConfiguration.h"
#include "Network/Network.h"
#include <PubSubClient.h>
Include dependency graph for myMQTT.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myMQTT
 Handels the MQTT connection. More...
 

Detailed Description

This class handels the MQTT connection.

Author
Luca Mazzoleni (luca..nosp@m.mazz.nosp@m.oleni.nosp@m.@hsr.nosp@m..ch)
Version
1.0 - added MQTT-Connection - Luca Mazzoleni (luca..nosp@m.mazz.nosp@m.oleni.nosp@m.@hsr.nosp@m..ch) - 2019-04-16
Date
2019-04-16
Todo:
Add a function "unsubscirbeAll" which unsubscribes from all subscirbed topics. Hence you need to track all your subscribed topcis in an array.

Definition in file myMQTT.h.