b75f8b1b20
List of changes: * New component esp_local_ctrl added * Example added under examples/protocols/esp_local_ctrl * Documentation added under protocols/esp_local_ctrl * Demo client side app esp_local_ctrl.py added under examples/protocols/esp_local_ctrl/scripts * protocomm_ble : protocomm_ble_config_t given struct name for allowing forward declaration * esp_prov/transport_softap renamed to transport_http * transport_http module supports verification of server certificate * transport_http module performs name resolution before connection
25 lines
593 B
ReStructuredText
25 lines
593 B
ReStructuredText
应用层协议
|
|
**********
|
|
:link_to_translation:`en:[English]`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
mDNS <mdns>
|
|
ESP-TLS <esp_tls>
|
|
HTTP Client <esp_http_client>
|
|
Websocket Client <esp_websocket_client>
|
|
HTTP 服务器 <esp_http_server>
|
|
HTTPS Server <esp_https_server>
|
|
ASIO <asio>
|
|
ESP-MQTT <mqtt>
|
|
Modbus slave <modbus>
|
|
Local Control <esp_local_ctrl>
|
|
|
|
此 API 部分的示例代码在 ESP-IDF 示例工程的 :example:`protocols` 目录下提供。
|
|
|
|
|
|
IP 网络层协议
|
|
=============
|
|
|
|
IP 网络层协议(应用层协议之下)的文档位于 :doc:`../network/index` 。
|