index.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Networking APIs
  2. ***************
  3. :link_to_translation:`zh_CN:[中文]`
  4. Wi-Fi
  5. =====
  6. .. toctree::
  7. :maxdepth: 1
  8. esp_now
  9. :SOC_WIFI_MESH_SUPPORT: esp-wifi-mesh
  10. esp_smartconfig
  11. esp_wifi
  12. esp_dpp
  13. esp_nan
  14. Code examples for the Wi-Fi API are provided in the :example:`wifi` directory of ESP-IDF examples.
  15. .. only:: SOC_WIFI_MESH_SUPPORT
  16. Code examples for ESP-WIFI-MESH are provided in the :example:`mesh` directory of ESP-IDF examples.
  17. Ethernet
  18. ========
  19. .. toctree::
  20. :maxdepth: 1
  21. esp_eth
  22. Code examples for the Ethernet API are provided in the :example:`ethernet` directory of ESP-IDF examples.
  23. Thread
  24. ==========
  25. .. toctree::
  26. :maxdepth: 1
  27. esp_openthread
  28. Thread is an IPv6-based mesh networking technology for IoT.
  29. Code examples for the Thread API are provided in the :example:`openthread` directory of ESP-IDF examples.
  30. ESP-NETIF
  31. =========
  32. .. toctree::
  33. :maxdepth: 1
  34. esp_netif
  35. IP Network Layer
  36. ================
  37. .. toctree::
  38. :hidden:
  39. esp_netif_driver
  40. Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples.
  41. Application Layer
  42. =================
  43. Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.