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:
5:989d4fba3bf6
Parent:
4:3e73a2546953
Child:
6:f8294e112608
--- a/PubSubClient.h	Fri Mar 21 04:48:35 2014 +0000
+++ b/PubSubClient.h	Mon Mar 31 18:47:05 2014 +0000
@@ -4,7 +4,6 @@
 http://knolleary.net
 */
 #include "mbed.h"
-#include "EthernetInterface.h"
 #include "TCPSocketConnection.h"
 
 #ifndef PubSubClient_h