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

Files at this revision

API Documentation at this revision

Comitter:
gkutsy
Date:
Sat May 10 19:26:08 2014 +0000
Parent:
0:ca855d29545b
Child:
2:52a50084cec3
Commit message:
adding additional support

Changed in this revision

PubSubClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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"