23345d2021
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
14 lines
293 B
ReStructuredText
14 lines
293 B
ReStructuredText
Protocols API
|
|
*************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
mDNS <mdns>
|
|
ESP-TLS <esp_tls>
|
|
HTTP Client <esp_http_client>
|
|
HTTP Server <http_server>
|
|
ASIO <asio>
|
|
ESP-MQTT <mqtt>
|
|
|
|
Example code for this API section is provided in :example:`protocols` directory of ESP-IDF examples.
|