OVMS3-idf/docs/en/api-reference/protocols/index.rst
Marius Vikhammer abe93ee7c3 websocket: backport of websocket client to v3.2
Backports the websocket client and example to ESP-IDF release 3.2.
2020-02-27 08:56:43 +00:00

17 lines
365 B
ReStructuredText

Protocols API
*************
.. toctree::
:maxdepth: 1
mDNS <mdns>
ESP-TLS <esp_tls>
HTTP Client <esp_http_client>
HTTP Server <esp_http_server>
ASIO <asio>
ESP-MQTT <mqtt>
Modbus slave <modbus>
Websocket Client <esp_websocket_client>
Example code for this API section is provided in :example:`protocols` directory of ESP-IDF examples.