OVMS3-idf/docs/en/api-reference/protocols/index.rst
David Cermak 23345d2021 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
2018-09-12 08:00:59 +02:00

15 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.