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-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.

IP Network Layer

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

The TCP/IP Adapter (legacy network interface library) has been deprecated, please consult the TCP/IP Adapter Migration Guide to update existing IDF applications.

Application Layer

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