Updated version of MQTT Arduino ported to mbed, with additional functionality for lower barrier of entry

Dependents:   mqtt-mbed-blinky

Fork of MQTT by Joerg Wende

Revision:
1:f794fdfd3ecf
Parent:
0:ca855d29545b
Child:
2:52a50084cec3
--- a/PubSubClient.cpp	Sun May 26 16:52:01 2013 +0000
+++ b/PubSubClient.cpp	Sat May 10 19:26:08 2014 +0000
@@ -6,6 +6,10 @@
 initial port for mbed 
 Joerg Wende
 https://twitter.com/joerg_wende
+
+update, including more lib functionality reducing barrier of entry MQTT
+for mbed client users
+German Kutsy, Litmus Automation LLC. (2014)
 */
 
 #include "PubSubClient.h"