OVMS3-idf/docs/zh_CN/api-reference/protocols/index.rst
Marius Vikhammer 947e3e94ed Add ESP certificate bundle feature
Adds the ESP certificate bundle feature that enables users to bundle a
root certificate bundle together with their application.

Default bundle includes all Mozilla root certificates

Closes IDF-296
2020-03-04 10:51:43 +08:00

29 lines
728 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>
ICMP Echo <icmp_echo>
ASIO <asio>
ESP-MQTT <mqtt>
Modbus slave <modbus>
Local Control <esp_local_ctrl>
:esp32: ESP Serial Slave Link <esp_serial_slave_link>
Certificate Bundle <esp_crt_bundle>
此 API 部分的示例代码在 ESP-IDF 示例工程的 :example:`protocols` 目录下提供。
IP 网络层协议
=============
IP 网络层协议(应用层协议之下)的文档位于 :doc:`../network/index`