diff --git a/docs/os/index.rst b/docs/os/index.rst index 507188a53c5f194b3758ba362f2a571236d88b6c..d3c095d1ab1065321eb2083ae9e91a0ea1ce3b26 100644 --- a/docs/os/index.rst +++ b/docs/os/index.rst @@ -12,3 +12,4 @@ details various aspects for each kernel type. :maxdepth: 2 linux/index + supported-technologies/index diff --git a/docs/os/supported-technologies/index.rst b/docs/os/supported-technologies/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..41fc4a22cbfca2651da5eaaebaa4fba53357e929 --- /dev/null +++ b/docs/os/supported-technologies/index.rst @@ -0,0 +1,15 @@ +.. SPDX-FileCopyrightText: Huawei Inc. +.. +.. SPDX-License-Identifier: CC-BY-4.0 + +.. _SupportedTechnologies: + +Supported Technologies +###################### + +This section details the supported technologies in All Scenarios OS. + +.. toctree:: + :maxdepth: 1 + + openthread diff --git a/docs/os/supported-technologies/openthread.rst b/docs/os/supported-technologies/openthread.rst new file mode 100644 index 0000000000000000000000000000000000000000..c29ffad94e241cf4d1a1ccd8e66bc8046526d622 --- /dev/null +++ b/docs/os/supported-technologies/openthread.rst @@ -0,0 +1,28 @@ +.. SPDX-FileCopyrightText: Huawei Inc. +.. +.. SPDX-License-Identifier: CC-BY-4.0 + +OpenThread +########## + +OpenThread is an open-source implementation of the Thread networking protocol +based on IPv6. It is designed for low-powered devices that operate in a mesh +network based on the IEEE 802.15.4 standards. +Some of the main advantages of implementing OpenThread are: + +* Simple to install and operate. +* Mandatory authentication of devices. +* All communications are encrypted. +* Self-healing mechanism with no single point of failure in a mesh network. +* Support for low-powered devices. +* Scalable up to hundreds of devices. + +For more details on OpenThread, `Click <https://openthread.io/guides/thread-primer>`__. + +Connecting to Internet +********************** + +You can connect the Thread network to the internet using the Thread Border Router. +The Thread Border Router is an open-source implementation provided by the +OpenThread community. +For instructions on how to set up a Border Router, `Click <https://openthread.io/guides/border-router>`__.