Warning

This document is not updated for ESP32C6 yet, so some of the content may not be correct.

This warning was automatically inserted due to the source file being in the add_warnings_pages list.

Networking APIs

[中文]

Wi-Fi

Code examples for the Wi-Fi API are provided in the wifi directory of ESP-IDF examples.

Code examples for ESP-WIFI-MESH are provided in the mesh directory of ESP-IDF examples.

Ethernet

Code examples for the Ethernet API are provided in the ethernet directory of ESP-IDF examples.

Thread

Thread is an IPv6-based mesh networking technology for IoT. Code examples for the Thread API are provided in the openthread directory of ESP-IDF examples.

ESP-NETIF

IP Network Layer

Code examples for TCP/IP socket APIs are provided in the protocols/sockets directory of ESP-IDF examples.

Application Layer

Documentation for Application layer network protocols (above the IP Network layer) are provided in Application Protocols.