index.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. Code examples for the Wi-Fi API are provided in the :example:`wifi` directory of ESP-IDF examples.
  14. .. only:: SOC_WIFI_MESH_SUPPORT
  15. Code examples for ESP-WIFI-MESH are provided in the :example:`mesh` directory of ESP-IDF examples.
  16. Ethernet
  17. ========
  18. .. toctree::
  19. :maxdepth: 1
  20. esp_eth
  21. Code examples for the Ethernet API are provided in the :example:`ethernet` directory of ESP-IDF examples.
  22. Thread
  23. ==========
  24. .. toctree::
  25. :maxdepth: 1
  26. esp_openthread
  27. Thread is an IPv6-based mesh networking technology for IoT.
  28. Code examples for the Thread API are provided in the :example:`openthread` directory of ESP-IDF examples.
  29. ESP-NETIF
  30. =========
  31. .. toctree::
  32. :maxdepth: 1
  33. esp_netif
  34. IP Network Layer
  35. ================
  36. .. toctree::
  37. :hidden:
  38. esp_netif_driver
  39. Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples.
  40. Application Layer 
  41. =================
  42. Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.