Modified MQTT for Mbed OS.
Dependents: mbed-os-mqtt door_lock co657_IoT nucleo-f429zi-mbed-os-mqtt
Fork of MQTT by
History
Buffer at 4096 was causing issues. Have reverted, but will need to look closer at allocation
2016-11-18, by azazeal88 [Fri, 18 Nov 2016 13:29:50 +0000] rev 51
Buffer at 4096 was causing issues. Have reverted, but will need to look closer at allocation
Marked getEth as deprecated (but added in); replaced with getInterface for consistency.
2016-11-18, by azazeal88 [Fri, 18 Nov 2016 10:16:48 +0000] rev 50
Marked getEth as deprecated (but added in); replaced with getInterface for consistency.
Added connect back in the constructor, so not to accidentally break existing code.
2016-11-18, by azazeal88 [Fri, 18 Nov 2016 08:48:41 +0000] rev 49
Added connect back in the constructor, so not to accidentally break existing code.
Added timeouts to socket, otherwise yield() would hang if you had subscribed to a topic, but not received a message. Also increased max packet size to 4096 bytes to be more compliant with MQTT specs.
2016-11-17, by azazeal88 [Thu, 17 Nov 2016 19:10:52 +0000] rev 48
Added timeouts to socket, otherwise yield() would hang if you had subscribed to a topic, but not received a message. Also increased max packet size to 4096 bytes to be more compliant with MQTT specs.
Updated for Mbed OS
2016-11-01, by azazeal88 [Tue, 01 Nov 2016 22:13:41 +0000] rev 47
Updated for Mbed OS
Latest update from Paho
2015-08-18, by icraggs [Tue, 18 Aug 2015 09:57:19 +0000] rev 46
Latest update from Paho
MQTTPacket library update
2015-08-03, by icraggs [Mon, 03 Aug 2015 12:40:57 +0000] rev 45
MQTTPacket library update
Fix buf reference in disconnect
2014-10-06, by icraggs [Mon, 06 Oct 2014 11:41:05 +0000] rev 44
Fix buf reference in disconnect
QoS 2 processing
2014-09-29, by icraggs [Mon, 29 Sep 2014 11:34:26 +0000] rev 43
QoS 2 processing
latest updates
2014-08-21, by icraggs [Thu, 21 Aug 2014 12:40:43 +0000] rev 42
latest updates