index.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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-WIFI-MESH <esp-wifi-mesh>
  12. EasyConnect <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. Ethernet <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. Thread <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. IP Network Layer
  29. ================
  30. .. toctree::
  31. :maxdepth: 1
  32. ESP-NETIF <esp_netif.rst>
  33. .. toctree::
  34. :hidden:
  35. TCP/IP Adapter Migration Guide <tcpip_adapter_migration.rst>
  36. ESP-NETIF Custom I/O Driver <esp_netif_driver.rst>
  37. Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples.
  38. The TCP/IP Adapter (legacy network interface library) has been deprecated, please consult the :doc:`/api-reference/network/tcpip_adapter_migration`
  39. to update existing IDF applications.
  40. Application Layer 
  41. =================
  42. Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.