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

Dependencies:   MQTT

Revision:
4:7be77f2f6a71
Parent:
3:3d91bf839b49
--- a/Command.cpp	Tue Jan 05 08:52:02 2016 +0000
+++ b/Command.cpp	Mon Mar 20 10:07:49 2017 +0000
@@ -16,7 +16,6 @@
 #include "Command.h"
 
 using namespace IoTF;
-
 Command::Command(char* cmd, char* fmt, char *pload):command(cmd),format(fmt),payload(pload)
 {