mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 02:51:56 +00:00
Write documentation for conn_mgr and its subsystems, especially guidelines for writing connectivity implementations Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
20 lines
447 B
ReStructuredText
20 lines
447 B
ReStructuredText
.. _networking:
|
|
|
|
Networking
|
|
##########
|
|
|
|
The networking section contains information regarding the network stack of the
|
|
Zephyr kernel. Use the information to understand the principles behind the
|
|
operation of the stacks and how they were implemented.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
overview.rst
|
|
net-stack-architecture.rst
|
|
networking-api-usage.rst
|
|
networking_with_host.rst
|
|
network_monitoring.rst
|
|
api/index.rst
|
|
conn_mgr/index.rst
|