Warning

This document is not updated for ESP32P4 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

[中文]

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.