mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4c76af3f68
Update wifi lib with below - 1. Create NAN Discovery SM for beaconing & cluster formation 2. Create NAN interface for Tx/Rx of beacons & action frames 3. Add commands & events for NAN Services Publish/Subscribe/Followup 4. Add NAN Datapath definitions, Events, Peer structures 5. Support for forming and parsing of Datapath related attributes 6. Modules for NDP Req, Resp, Confirm, Term, Peer management 7. NAN Interface related additions in Datapath, Data Tx Q's In addition include below changes - 1. Add netif and driver support for NAN Interface 2. Add simple examples for Publisher-Subscriber usecases 3. Add an advanced console example that supports commands for NAN Discovery, Services & Datapath 4. Add wifi_apps for providing better NAN API's and Peer management Co-authored-by: Shyamal Khachane <shyamal.khachane@espressif.com>
70 lines
1.3 KiB
ReStructuredText
70 lines
1.3 KiB
ReStructuredText
Networking APIs
|
||
***************
|
||
|
||
:link_to_translation:`zh_CN:[中文]`
|
||
|
||
Wi-Fi
|
||
=====
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
|
||
esp_now
|
||
:SOC_WIFI_MESH_SUPPORT: esp-wifi-mesh
|
||
esp_smartconfig
|
||
esp_wifi
|
||
esp_dpp
|
||
esp_nan
|
||
|
||
Code examples for the Wi-Fi API are provided in the :example:`wifi` directory of ESP-IDF examples.
|
||
|
||
.. only:: SOC_WIFI_MESH_SUPPORT
|
||
|
||
Code examples for ESP-WIFI-MESH are provided in the :example:`mesh` directory of ESP-IDF examples.
|
||
|
||
|
||
|
||
Ethernet
|
||
========
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
|
||
esp_eth
|
||
|
||
Code examples for the Ethernet API are provided in the :example:`ethernet` directory of ESP-IDF examples.
|
||
|
||
Thread
|
||
==========
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
|
||
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
|
||
|
||
IP Network Layer
|
||
================
|
||
|
||
.. toctree::
|
||
:hidden:
|
||
|
||
esp_netif_driver
|
||
|
||
Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of ESP-IDF examples.
|
||
|
||
Application Layer
|
||
=================
|
||
|
||
Documentation for Application layer network protocols (above the IP Network layer) are provided in :doc:`../protocols/index`.
|