MQTTClient

Dependents:   IoTGateway_Basic test

Revision:
5:29cefbfa0b48
Parent:
4:9e25b78e0352
Child:
6:734e384f72c3
--- a/MQTTClient.h	Wed Mar 21 21:54:25 2012 +0000
+++ b/MQTTClient.h	Wed Mar 21 21:56:37 2012 +0000
@@ -1,4 +1,4 @@
-/**
+/*
 MQTTClient.cpp
 Based on MQTTClient from http://ceit.uq.edu.au/content/mqttclient-mbed-version-20
 A simple MQTT client for mbed, version 2.0
@@ -39,6 +39,14 @@
 #define MAX_PACKET_SIZE 128
 #define KEEPALIVE 15000
 
+/** MQTTClient 
+ * MQTTClient.cpp
+ * Based on MQTTClient from http://ceit.uq.edu.au/content/mqttclient-mbed-version-20
+ * A simple MQTT client for mbed, version 2.0
+ * By Yilun FAN, @CEIT, @JAN 2011
+ *
+ * Bug fixes and additions by Andrew Lindsay (andrew [at] thiseldo [dot] co [dot] uk)
+ */
 class MQTTClient 
 {
 public: