Wykres commitów

12 Commity (f480661f9b4febb7d22d45446e9abe2ff5b52cc8)

Autor SHA1 Wiadomość Data
Martin Ger 5f6e7545b2 Applied WPA2 KRACK pathes, build with SDK 2.1.0 2017-10-17 09:23:13 +02:00
Martin Ger 1fc6ae24c6 added scripting to the master branch 2017-07-21 16:35:45 +02:00
Martin Ger 7b3905ae16 Initial commit of uMQTT Broker 2017-06-01 23:38:03 +02:00
Jeff H 885bde3af9 Extend init method to allow 0-length client IDs if MQTTv311 is set 2016-11-20 01:12:37 -08:00
Tuan PM 30523fbe90 -reformat code using space 2
- fix bug connect callback when connection refuse
- change INFO to MQTT_INFO to resolve conflic with global INFO define
2016-09-09 22:37:03 +07:00
Jens Hauke 24cda90286 mqtt_get_publish_data() should always return len=0 if data=NULL.
In case of qos>0 mqtt_get_publish_data might return data=NULL but
leave len=buffer_len (!= 0). Doing a memcpy(user_buffer, data, len)
with such a len cause a segfault. This patch always set len=0 when
data=NULL.
2016-04-01 16:53:59 +02:00
Fredrik Olofsson 246e051ed0 Clear whole mqtt_connection_t. 2015-07-23 14:43:55 +02:00
Axel Lin 6556476624 Fix unsubscribe message type
Use MQTT_MSG_TYPE_UNSUBSCRIBE for unsubscribe.
2015-05-07 09:27:25 +08:00
Tuan PM 774f5a99d4 add protocol name selection(3.11 or 3.1), defaut is v3.1, resolve #36 2015-02-06 09:41:37 +07:00
Tuan PM 73e9c30f5c add ICACHE_FLASH_ATTR on functions, resolve #31 2015-01-31 13:21:29 +07:00
Tuan PM a4f112dc35 fixed error bad lwt qos and retain 2015-01-31 12:23:09 +07:00
EAD Fritz 793a98b147 Moved all of the mqtt specific files to a separate build directory. The intention is to be able to use it as a git subtree module in other projects 2015-01-18 10:43:10 +01:00