index.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. Code examples for the Wi-Fi API are provided in the :example:`wifi` directory of ESP-IDF examples.
  13. Code examples for ESP-WIFI-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. Thread
  21. ==========
  22. .. toctree::
  23. :maxdepth: 1
  24. Thread <esp_openthread>
  25. Thread is an IPv6-based mesh networking technology for IoT.
  26. Code examples for the Thread API are provided in the :example:`openthread` directory of ESP-IDF examples.
  27. IP Network Layer
  28. ================
  29. .. toctree::
  30. :maxdepth: 1
  31. ESP-NETIF <esp_netif.rst>
  32. .. toctree::
  33. :hidden:
  34. TCP/IP Adapter Migration Guide <tcpip_adapter_migration.rst>
  35. ESP-NETIF Custom I/O Driver <esp_netif_driver.rst>
  36. Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples.
  37. The TCP/IP Adapter (legacy network interface library) has been deprecated, please consult the :doc:`/api-reference/network/tcpip_adapter_migration`
  38. to update existing IDF applications.
  39. Application Layer 
  40. =================
  41. Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.