2018-12-03 18:11:31 +11:00
|
|
|
Application Protocols
|
|
|
|
*********************
|
2019-03-19 18:46:47 +08:00
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
2017-01-16 23:08:35 +01:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
mDNS <mdns>
|
2018-02-14 15:15:50 +05:30
|
|
|
ESP-TLS <esp_tls>
|
2017-11-14 10:16:20 +07:00
|
|
|
HTTP Client <esp_http_client>
|
2019-06-20 15:37:40 +08:00
|
|
|
Websocket Client <esp_websocket_client>
|
2018-10-24 15:25:04 +05:30
|
|
|
HTTP Server <esp_http_server>
|
2018-11-01 18:24:19 +05:30
|
|
|
HTTPS Server <esp_https_server>
|
2018-05-29 11:25:24 +02:00
|
|
|
ASIO <asio>
|
2018-07-24 16:59:03 +02:00
|
|
|
ESP-MQTT <mqtt>
|
2018-10-19 15:51:27 +02:00
|
|
|
Modbus <modbus>
|
2019-06-26 01:03:55 +05:30
|
|
|
Local Control <esp_local_ctrl>
|
2017-01-18 21:04:11 +01:00
|
|
|
|
2019-04-29 10:53:42 +08:00
|
|
|
Code examples for this API section are provided in the :example:`protocols` directory of ESP-IDF examples.
|
2018-12-03 18:11:31 +11:00
|
|
|
|
|
|
|
|
|
|
|
IP Network Layer
|
|
|
|
================
|
|
|
|
|
2019-04-29 10:53:42 +08:00
|
|
|
Documentation for IP Network Layer protocols (below the Application Protocol layer) are provided in :doc:`../network/index`.
|