esp-idf/docs/en/api-reference/network/index.rst

70 wiersze
1.6 KiB
ReStructuredText
Czysty Zwykły widok Historia

Networking APIs
***************
:link_to_translation:`zh_CN:[中文]`
Wi-Fi
=====
.. toctree::
:maxdepth: 1
Wi-Fi <esp_wifi>
SmartConfig <esp_smartconfig>
ESP-NOW <esp_now>
2021-07-05 06:06:53 +00:00
ESP-WIFI-MESH <esp-wifi-mesh>
EasyConnect <esp_dpp>
2019-04-29 02:53:42 +00:00
Code examples for the Wi-Fi API are provided in the :example:`wifi` directory of ESP-IDF examples.
2021-07-05 06:06:53 +00:00
Code examples for ESP-WIFI-MESH are provided in the :example:`mesh` directory of ESP-IDF examples.
Ethernet
========
.. toctree::
:maxdepth: 1
Ethernet <esp_eth>
2019-04-29 02:53:42 +00:00
Code examples for the Ethernet API are provided in the :example:`ethernet` directory of ESP-IDF examples.
2021-07-23 03:57:40 +00:00
Thread
==========
.. toctree::
:maxdepth: 1
Thread <esp_openthread>
Thread is an IPv6-based mesh networking technology for IoT.
Code examples for the Thread API are provided in the :example:`openthread` directory of ESP-IDF examples.
ESP-NETIF
=========
.. toctree::
:maxdepth: 1
ESP-NETIF <esp_netif.rst>
IP Network Layer
================
.. toctree::
:hidden:
TCP/IP Adapter Migration Guide <tcpip_adapter_migration.rst>
ESP-NETIF Custom I/O Driver <esp_netif_driver.rst>
2019-04-29 02:53:42 +00:00
Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples.
The TCP/IP Adapter (legacy network interface library) has been deprecated, please consult the :doc:`/api-reference/network/tcpip_adapter_migration`
to update existing IDF applications.
2019-04-29 02:53:42 +00:00
Application Layer 
=================
2019-04-29 02:53:42 +00:00
Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.