Networking APIs¶
Wi-Fi¶
Example code for the Wi-Fi API is provided in wifi directory of ESP-IDF examples.
Example code for ESP Mesh is provided in mesh directory of ESP-IDF examples.
IP Network Layer¶
Example code for TCP/IP socket APIs is provided in protocols/sockets directory of ESP-IDF examples.
Application Layer¶
Documentation for application layer network protocols (above the IP network layer) is provided in Application Protocols.