index.rst 982 B

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