Networking APIs *************** Wi-Fi ===== .. toctree:: :maxdepth: 1 Wi-Fi Smart Config ESP-NOW ESP Mesh Code examples for the Wi-Fi API are provided in the :example:`wifi` directory of ESP-IDF examples. Code examples for ESP-MESH are provided in the :example:`mesh` directory of ESP-IDF examples. Ethernet ======== .. toctree:: :maxdepth: 1 Ethernet Code examples for the Ethernet API are provided in the :example:`ethernet` directory of ESP-IDF examples. IP Network Layer ================ .. toctree:: :maxdepth: 1 TCP/IP Adapter Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples. Application Layer  ================= Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.