Had to fork with a different name, because of some incompatibility issues.

Dependencies:   MQTT

Revision:
8:cb2c98efdca8
Parent:
5:ea9f483e0294
Child:
10:665cfb0da4c5
--- a/DeviceClient.h	Sat Jun 09 23:26:43 2018 +0000
+++ b/DeviceClient.h	Sun Jun 10 20:19:55 2018 +0000
@@ -72,6 +72,7 @@
             bool connect();
             bool disconnect();
             bool reConnect();
+            char* ipaddress();
      };
 }
 #endif