Skip to content
Snippets Groups Projects
Commit 14b9400e authored by Amit Kucheria's avatar Amit Kucheria
Browse files

docs/blueprints: Add boilerplate docs for the blueprints targeted for Jasmine


Set up the structure for how the blueprint documents will live

Signed-off-by: default avatarAmit Kucheria <amit.kucheria.ext@huawei.com>
parent 547f3bf1
No related branches found
No related tags found
No related merge requests found
.. SPDX-FileCopyrightText: Huawei Inc.
..
.. SPDX-License-Identifier: CC-BY-4.0
DoorLock Blueprint
##################
.. contents::
:depth: 4
Overview
********
The DoorLock Blueprint provides support for building a PoC smart door lock to demonstrate:
#. Keypad input to operate the lock locally
#. Secure wireless communication to operate the lock locally
#. Secure communication with the lock remotely
#. Secure OTA
Get sources
***********
#.
Get All Scenarios OS sources as described in the :ref:`documentation <AllScenariOSQuickBuild>`.
#.
If you already have sources cloned, update them to the most recent revision
.. code-block:: bash
user@pc:~/ohos$ repo sync -d
......@@ -42,3 +42,7 @@ This section details the available blueprints provided as part of the All Scenar
:maxdepth: 1
smart-panel
doorlock
touchpanel
transparent-gateway
vending-machine
.. SPDX-FileCopyrightText: Huawei Inc.
..
.. SPDX-License-Identifier: CC-BY-4.0
TouchPanel Blueprint
#####################
.. contents::
:depth: 4
Overview
********
The TouchPanel Blueprint provides support for building a PoC smart touch panel that can be used in other smart devices to accept input and display status. Some features to demonstrate include:
#. Accepting input from a keypad
#. Accepting input from UI icons on a touch panel
#. Ability to send input data securely over the network
Get sources
***********
#.
Get All Scenarios OS sources as described in the :ref:`documentation <AllScenariOSQuickBuild>`.
#.
If you already have sources cloned, update them to the most recent revision
.. code-block:: bash
user@pc:~/ohos$ repo sync -d
.. SPDX-FileCopyrightText: Huawei Inc.
..
.. SPDX-License-Identifier: CC-BY-4.0
Transparent Gateway Blueprint
#############################
.. contents::
:depth: 4
Overview
********
The Transparent Gateway Blueprint provides support for building a PoC gateway that can be the communication hub in a smart home. Some of the features it demonstrates are:
#. Ability to participate in an OpenThread network
#. Automatic IPv6-to-IPv4 translation between devices and rest of the world
#. Wifi AP functionality
#. Secure OTA
Get sources
***********
#.
Get All Scenarios OS sources as described in the :ref:`documentation <AllScenariOSQuickBuild>`.
#.
If you already have sources cloned, update them to the most recent revision.
.. code-block:: bash
user@pc:~/ohos$ repo sync -d
.. SPDX-FileCopyrightText: Huawei Inc.
..
.. SPDX-License-Identifier: CC-BY-4.0
Vending Machine Blueprint
#########################
.. contents::
:depth: 4
Overview
********
The Vending Machine Blueprint provides support for building a PoC smart vending machine
with components showing the capabilities of the All Scenarios OS build infrastructure to easily
build an end-to-end solution using multiple operating systems cooperating inside a product.
Get sources
***********
#.
Get All Scenarios OS sources as described in the :ref:`documentation <AllScenariOSQuickBuild>`.
#.
If you already have sources cloned, update them to the most recent revision
.. code-block:: bash
user@pc:~/ohos$ repo sync -d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment