index.rst 938 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Networking APIs
  2. ***************
  3. Wi-Fi
  4. =====
  5. .. toctree::
  6. :maxdepth: 1
  7. Wi-Fi <esp_wifi>
  8. Smart Config <esp_smartconfig>
  9. ESP-NOW <esp_now>
  10. ESP Mesh <esp_mesh>
  11. Code examples for the Wi-Fi API are provided in the :example:`wifi` directory of ESP-IDF examples.
  12. Code examples for ESP-MESH are provided in the :example:`mesh` directory of ESP-IDF examples.
  13. Ethernet
  14. ========
  15. .. toctree::
  16. :maxdepth: 1
  17. Ethernet <esp_eth>
  18. Code examples for the Ethernet API are provided in the :example:`ethernet` directory of ESP-IDF examples.
  19. IP Network Layer
  20. ================
  21. .. toctree::
  22. :maxdepth: 1
  23. TCP/IP Adapter <tcpip_adapter.rst>
  24. Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples.
  25. Application Layer 
  26. =================
  27. Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.