OVMS3-idf/docs/en/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
785 B
ReStructuredText

Application Protocols
*********************
:link_to_translation:`zh_CN:[中文]`
.. toctree::
:maxdepth: 1
ASIO <asio>
ESP-MQTT <mqtt>
ESP-TLS <esp_tls>
HTTP Client <esp_http_client>
HTTP Server <esp_http_server>
HTTPS Server <esp_https_server>
ICMP Echo <icmp_echo>
Local Control <esp_local_ctrl>
mDNS <mdns>
Modbus <modbus>
Websocket Client <esp_websocket_client>
:esp32: ESP Serial Slave Link <esp_serial_slave_link>
Certificate Bundle <esp_crt_bundle>
Code examples for this API section are provided in the :example:`protocols` directory of ESP-IDF examples.
IP Network Layer
================
Documentation for IP Network Layer protocols (below the Application Protocol layer) are provided in :doc:`../network/index`.