Initial port of the Arduino MQTT Client: http://knolleary.net/arduino-client-for-mqtt/ Updated with larger timeout and buffer sizes

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Fork of MQTT by Joerg Wende

Revision:
9:f28fd918d58c
Parent:
6:f8294e112608
diff -r 40326dd71c95 -r f28fd918d58c PubSubClient.h
--- a/PubSubClient.h	Mon Apr 07 03:47:16 2014 +0000
+++ b/PubSubClient.h	Mon Jun 30 22:17:23 2014 +0000
@@ -9,7 +9,8 @@
 #ifndef PubSubClient_h
 #define PubSubClient_h
 
-
+// Have to include so we can do different stuff with cellular stacks... ugh... 
+#include "Definitions.h"
 
 // MQTT_MAX_PACKET_SIZE : Maximum packet size
 #define MQTT_MAX_PACKET_SIZE 128