index.rst 1.2 KB

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