2018-12-03 07:11:31 +00:00
|
|
|
|
Networking APIs
|
|
|
|
|
***************
|
|
|
|
|
|
2019-05-15 13:05:44 +00:00
|
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
|
|
2018-12-03 07:11:31 +00:00
|
|
|
|
Wi-Fi
|
|
|
|
|
=====
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
Wi-Fi <esp_wifi>
|
|
|
|
|
Smart Config <esp_smartconfig>
|
|
|
|
|
ESP-NOW <esp_now>
|
|
|
|
|
ESP Mesh <esp_mesh>
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Code examples for ESP-MESH are provided in the :example:`mesh` directory of ESP-IDF examples.
|
2018-12-03 07:11:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2018-12-03 07:11:31 +00:00
|
|
|
|
|
|
|
|
|
IP Network Layer
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
TCP/IP Adapter <tcpip_adapter.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.
|
2018-12-03 07:11:31 +00:00
|
|
|
|
|
2019-04-29 02:53:42 +00:00
|
|
|
|
Application Layer
|
2018-12-03 07:11:31 +00:00
|
|
|
|
=================
|
|
|
|
|
|
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`.
|