Commit Graph

7 Commits

Author SHA1 Message Date
Marius Vikhammer
1f2405289e doc/mqtt: add event description and more details about configuration to API reference 2025-09-19 18:51:40 +08:00
Marius Vikhammer
d67b4ec8b8 MQTT: update default broker URL for examples
The MQTT broker URL used as default in the examples has ceased operation. All examples and documention have been updated to point to the new domain mqtt.eclipse.org.
This also required an update of the python example test scripts to use TLS 1.2
2025-09-19 18:51:40 +08:00
Angus Gratton
0872e4ec68 build system: Use CMake-based build system as default when describing commands 2025-09-19 18:51:40 +08:00
David Cermak
8c299a21d3 mqtt: added support for esp event loop, updating examples to register and use event loop handler 2025-09-19 18:51:40 +08:00
Noeël Moeskops
28aabd712b Typo fix in mqtt.rst.
changed 'defalut' to 'default'

Merges https://github.com/espressif/esp-idf/pull/2780
2025-09-19 18:51:40 +08:00
Angus Gratton
08efd1fd08 doc: Replace :envvar: config links with :ref: 2025-09-19 18:51:40 +08:00
David Cermak
ab9698a3b4 MQTT: Integrate esp-mqtt library into idf
added docs and tests for mqtt library, small fixes (removed warnings, option for custom outbox, websocket bug fixed for longer transports). refactored to use common tcp_transport component, support for CMake build system.
Closes #2108
2025-09-19 18:51:40 +08:00