2019-02-04 19:15:39

by Stotland, Inga

[permalink] [raw]
Subject: [PATCH BlueZ] TODO: Add Bluetooth mesh items

---
TODO | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)

diff --git a/TODO b/TODO
index d88349e06..37462d6e8 100644
--- a/TODO
+++ b/TODO
@@ -186,3 +186,54 @@ ATT/GATT (new shared stack)

Management Interface
====================
+
+Mesh
+====
+- Read default configuration settings (e.g., provisioning timeout, supported
+ features, etc.)from mesh.conf file.
+
+ Priority: Medium
+ Complexity: C1
+
+- Add examples and unit tests
+
+ Priority: High
+ Complexity: C1
+
+- Implement unified feature management mechanism for mesh nodes that are hosted
+ on the same device
+
+ Priority: Medium
+ Complexity: C2
+
+- Implement mandatory Health Server model. Most likely, this will involve
+ additions to mesh D-Bus API
+
+ Priority: Medium
+ Complexity: C2
+
+- Design and implement Mesh Provisioner/ Configuration Client Model.
+
+ Priority: Medium
+ Complexity: C3
+
+- Add support for GATT proxy server
+
+ Priority: Low
+ Complexity: C3
+
+- Merge common functionality from tools/mesh. Ideally, source code from the
+ tools/mesh directory should completely dissapear.
+
+ Priority: Low
+ Complexity: C2
+
+- Support for Low Power Node (LPN)
+
+ Priority: Low
+ Complexity: C4
+
+- Support for all the Provisionings OOB styles
+
+ Priority: Medium
+ Complexity: C2
--
2.17.2



2019-02-04 20:10:20

by Gix, Brian

[permalink] [raw]
Subject: Re: [PATCH BlueZ] TODO: Add Bluetooth mesh items



Applied



On Mon, 2019-02-04 at 11:15 -0800, Inga Stotland wrote:
> ---
> TODO | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 51 insertions(+)
>
> diff --git a/TODO b/TODO
> index d88349e06..37462d6e8 100644
> --- a/TODO
> +++ b/TODO
> @@ -186,3 +186,54 @@ ATT/GATT (new shared stack)
>
> Management Interface
> ====================
> +
> +Mesh
> +====
> +- Read default configuration settings (e.g., provisioning timeout, supported
> + features, etc.)from mesh.conf file.
> +
> + Priority: Medium
> + Complexity: C1
> +
> +- Add examples and unit tests
> +
> + Priority: High
> + Complexity: C1
> +
> +- Implement unified feature management mechanism for mesh nodes that are hosted
> + on the same device
> +
> + Priority: Medium
> + Complexity: C2
> +
> +- Implement mandatory Health Server model. Most likely, this will involve
> + additions to mesh D-Bus API
> +
> + Priority: Medium
> + Complexity: C2
> +
> +- Design and implement Mesh Provisioner/ Configuration Client Model.
> +
> + Priority: Medium
> + Complexity: C3
> +
> +- Add support for GATT proxy server
> +
> + Priority: Low
> + Complexity: C3
> +
> +- Merge common functionality from tools/mesh. Ideally, source code from the
> + tools/mesh directory should completely dissapear.
> +
> + Priority: Low
> + Complexity: C2
> +
> +- Support for Low Power Node (LPN)
> +
> + Priority: Low
> + Complexity: C4
> +
> +- Support for all the Provisionings OOB styles
> +
> + Priority: Medium
> + Complexity: C2