index.rst 909 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Networking APIs
  2. ***************
  3. Wi-Fi
  4. =====
  5. .. toctree::
  6. :maxdepth: 1
  7. Wi-Fi <esp_wifi>
  8. Smart Config <esp_smartconfig>
  9. ESP-NOW <esp_now>
  10. ESP Mesh <esp_mesh>
  11. Example code for the Wi-Fi API is provided in :example:`wifi` directory of ESP-IDF examples.
  12. Example code for ESP Mesh is provided in :example:`mesh` directory of ESP-IDF examples.
  13. Ethernet
  14. ========
  15. .. toctree::
  16. :maxdepth: 1
  17. Ethernet <esp_eth>
  18. Example code for the Ethernet API is provided in :example:`ethernet` directory of ESP-IDF examples.
  19. IP Network Layer
  20. ================
  21. .. toctree::
  22. :maxdepth: 1
  23. TCP/IP Adapter <tcpip_adapter.rst>
  24. Example code for TCP/IP socket APIs is provided in :example:`protocols/sockets` directory of ESP-IDF examples.
  25. Application Layer
  26. =================
  27. Documentation for application layer network protocols (above the IP network layer) is provided in :doc:`../protocols/index`.