index.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. SmartConfig <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. ESP-NETIF <esp_netif.rst>
  25. .. toctree::
  26. :hidden:
  27. TCP/IP Adapter Migration Guide <tcpip_adapter_migration.rst>
  28. ESP-NETIF Custom I/O Driver <esp_netif_driver.rst>
  29. Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples.
  30. The TCP/IP Adapter (legacy network interface library) has been deprecated, please consult the :doc:`/api-reference/network/tcpip_adapter_migration`
  31. to update existing IDF applications.
  32. Application Layer 
  33. =================
  34. Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.