From c13f1be94cba466f39fc08ad1a32a376d11b8250 Mon Sep 17 00:00:00 2001 From: shettygururaj <gururaj.shetty@huawei.com> Date: Mon, 31 May 2021 14:59:03 +0530 Subject: [PATCH] docs/open-thread: Overview of OpenThread Definition of OpenThread Advantages OpenThread Border Router to connect to internet This closes: OSTC/planning/core-os#13 Signed-off-by: shettygururaj <gururaj.shetty@huawei.com> --- docs/os/index.rst | 1 + docs/os/supported-technologies/index.rst | 15 ++++++++++ docs/os/supported-technologies/openthread.rst | 28 +++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 docs/os/supported-technologies/index.rst create mode 100644 docs/os/supported-technologies/openthread.rst diff --git a/docs/os/index.rst b/docs/os/index.rst index 507188a5..d3c095d1 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 00000000..41fc4a22 --- /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 00000000..c29ffad9 --- /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>`__. -- GitLab