MQTTClient
Revision 5:29cefbfa0b48, committed 2012-03-21
- Comitter:
- SomeRandomBloke
- Date:
- Wed Mar 21 21:56:37 2012 +0000
- Parent:
- 4:9e25b78e0352
- Child:
- 6:734e384f72c3
- Commit message:
Changed in this revision
| MQTTClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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: