Commit Graph

19 Commits

Author SHA1 Message Date
Simon Brélivet
d8e2081332 config: option to configure mqtt task priority 2020-03-17 13:34:27 +01:00
Marius Vikhammer
7ac0a42831 MQTT: Add runtime selection of mqtt protocol version
Add config option for selecting protocol version at runtime.

This also fixed MQTT protocol version 3.1 which wasnt working with the original implementation

Closes https://github.com/espressif/esp-idf/issues/4448
Closes IDFGH-2311
Closes IDF-1320
2020-01-09 14:49:33 +08:00
Marius Vikhammer
3da472fd37 Add reconnect time as a configurable parameter.
Closes IDF-1126
2019-11-18 14:43:44 +08:00
David Cermak
18b6f2c582 Fixed formatting for all files to comply with idf style formats 2019-05-15 13:40:14 +02:00
David Cermak
752953dc3b added mqtt api locks, so methods can be executed from user context
closes #67, closes #90, closes https://github.com/espressif/esp-idf/issues/2975
2019-02-13 15:21:32 +01:00
Tony
da573b482b Adding ESP32 core selection for MQTT task (#53)
* Adding core selection in KConfig and starting thread with those parameters

* Updating for code consistency
2018-07-25 13:58:38 +07:00
Tuan PM
75d3c65cb6 Add error handling for mqtt, fixed some issues 2018-05-03 21:50:24 +07:00
Tuan PM
0d4d269dc3 Add Kconfig, make easy to custom configurations 2018-03-01 23:07:26 +07:00
Tuan PM
8fe50dda5f add Kconfig 2018-02-27 23:32:31 +07:00
Tijn Kooijmans
3d99122944 increased password length 2018-02-22 15:57:25 +01:00
Tijn Kooijmans
1b0ef39255 updated config 2018-02-22 13:16:55 +01:00
Tuan PM
4fd75c1b4b Add header license 2018-02-17 11:42:41 +07:00
Tuan PM
782e1f8042 Add support ws and wss 2018-02-17 01:03:35 +07:00
Tuan PM
3115db19ae Add mqtt over ssl sample 2018-02-16 22:00:57 +07:00
Tuan PM
083f8789ac Add support outbox, changed API 2018-02-16 02:40:16 +07:00
Tuan PM
2967332b95 remove Kconfig 2017-08-09 19:34:02 +08:00
Tuan PM
526109fd37 Resolve conenct issues with ip 2016-09-12 13:06:48 +07:00
Tuan PM
eb1595f1e8 Add mqtt connect msg 2016-09-11 21:42:34 +07:00
Tuan PM
0fdec5a93d Initial Project 2016-09-11 10:10:24 +07:00