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:
2:c7346432f586
Parent:
1:0f810fceda0a
Child:
3:3f246afce2c4
diff -r 0f810fceda0a -r c7346432f586 PubSubClient.h
--- a/PubSubClient.h	Sun Mar 16 17:39:37 2014 +0000
+++ b/PubSubClient.h	Mon Mar 17 03:45:35 2014 +0000
@@ -13,7 +13,7 @@
 
 
 // MQTT_MAX_PACKET_SIZE : Maximum packet size
-#define MQTT_MAX_PACKET_SIZE 512
+#define MQTT_MAX_PACKET_SIZE 128
 
 // MQTT_KEEPALIVE : keepAlive interval in Seconds
 #define MQTT_KEEPALIVE 15000