2018-12-03 02:11:31 -05:00
|
|
|
|
Networking APIs
|
|
|
|
|
***************
|
|
|
|
|
|
2019-05-15 09:05:44 -04:00
|
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
|
|
2018-12-03 02:11:31 -05:00
|
|
|
|
Wi-Fi
|
|
|
|
|
=====
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
2019-08-13 04:01:50 -04:00
|
|
|
|
:maxdepth: 1
|
2018-12-03 02:11:31 -05:00
|
|
|
|
|
2019-08-13 04:01:50 -04:00
|
|
|
|
Wi-Fi <esp_wifi>
|
2020-05-17 13:02:04 -04:00
|
|
|
|
SmartConfig <esp_smartconfig>
|
2019-08-13 04:01:50 -04:00
|
|
|
|
ESP-NOW <esp_now>
|
2021-07-05 02:06:53 -04:00
|
|
|
|
ESP-WIFI-MESH <esp-wifi-mesh>
|
2018-12-03 02:11:31 -05:00
|
|
|
|
|
2019-04-28 22:53:42 -04:00
|
|
|
|
Code examples for the Wi-Fi API are provided in the :example:`wifi` directory of ESP-IDF examples.
|
|
|
|
|
|
2021-07-05 02:06:53 -04:00
|
|
|
|
Code examples for ESP-WIFI-MESH are provided in the :example:`mesh` directory of ESP-IDF examples.
|
2018-12-03 02:11:31 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ethernet
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
Ethernet <esp_eth>
|
|
|
|
|
|
2019-04-28 22:53:42 -04:00
|
|
|
|
Code examples for the Ethernet API are provided in the :example:`ethernet` directory of ESP-IDF examples.
|
|
|
|
|
|
2021-07-22 23:57:40 -04: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.
|
2018-12-03 02:11:31 -05:00
|
|
|
|
|
|
|
|
|
IP Network Layer
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
2019-09-12 03:24:56 -04:00
|
|
|
|
ESP-NETIF <esp_netif.rst>
|
2018-12-03 02:11:31 -05:00
|
|
|
|
|
2019-11-18 11:04:47 -05:00
|
|
|
|
.. toctree::
|
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
|
|
TCP/IP Adapter Migration Guide <tcpip_adapter_migration.rst>
|
2019-11-25 10:40:56 -05:00
|
|
|
|
ESP-NETIF Custom I/O Driver <esp_netif_driver.rst>
|
2019-11-18 11:04:47 -05:00
|
|
|
|
|
2019-04-28 22:53:42 -04:00
|
|
|
|
Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples.
|
2018-12-03 02:11:31 -05:00
|
|
|
|
|
2019-11-18 11:04:47 -05:00
|
|
|
|
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-28 22:53:42 -04:00
|
|
|
|
Application Layer
|
2018-12-03 02:11:31 -05:00
|
|
|
|
=================
|
|
|
|
|
|
2019-04-28 22:53:42 -04:00
|
|
|
|
Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.
|