OVMS3-idf/docs/en/api-reference/network/index.rst
Darian Leung 75adefe437 docs: Alphbetically sort toctree
This commit sorts the entries of variuos toctrees
alphabetically. Indentation was also fixed. The order
of some toctrees were not modified if the existing
order had some form of suggested reading order.
2019-08-13 16:04:12 +08:00

47 lines
982 B
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Networking APIs
***************
:link_to_translation:`zh_CN:[中文]`
Wi-Fi
=====
.. toctree::
:maxdepth: 1
Wi-Fi <esp_wifi>
Smart Config <esp_smartconfig>
ESP-NOW <esp_now>
ESP Mesh <esp_mesh>
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.
Ethernet
========
.. toctree::
:maxdepth: 1
Ethernet <esp_eth>
Code examples for the Ethernet API are provided in the :example:`ethernet` directory of ESP-IDF examples.
IP Network Layer
================
.. toctree::
:maxdepth: 1
TCP/IP Adapter <tcpip_adapter.rst>
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`.