Basic C library for MQTT packet serialization and deserialization

Dependents:   MQTT MQTT MQTT MQTT ... more

Fork of MQTTPacket by MQTT

This library is part of the EclipseTM Paho project; specifically the embedded client.

A basic MQTT library in C for packet serialization and deserialization

Revision:
18:bf36e077e7b8
Parent:
14:c2052aee81de
Child:
23:7a52009beba1
--- a/MQTTPacket.h	Fri Aug 01 17:25:52 2014 +0000
+++ b/MQTTPacket.h	Mon Sep 29 11:31:13 2014 +0000
@@ -101,6 +101,8 @@
 
 int MQTTPacket_read(unsigned char* buf, int buflen, int (*getfn)(unsigned char*, int));
 
+char* MQTTPacket_toString(char* strbuf, int strbuflen, unsigned char* buf, int buflen);
+
 #ifdef __cplusplus /* If this is a C++ compiler, use C linkage */
 }
 #endif