mesh: Add README file
authorInga Stotland <inga.stotland@intel.com>
Fri, 1 Feb 2019 00:22:41 +0000 (16:22 -0800)
committerAnupam Roy <anupam.r@samsung.com>
Tue, 17 Dec 2019 14:02:29 +0000 (19:32 +0530)
    This file contains instructions for Bluetooth mesh daemon
    configuration and description of the persistent storage.

Change-Id: I7db9c5dd9662c571f1a22e8116f06adf3c041d3a
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
mesh/README [new file with mode: 0644]

diff --git a/mesh/README b/mesh/README
new file mode 100644 (file)
index 0000000..151a1e6
--- /dev/null
@@ -0,0 +1,50 @@
+Bluetooth Mesh Daemon
+*********************
+
+Copyright (C) 2019  Intel Corporation. All rights reserved.
+
+Compilation and installation
+============================
+
+In addition to main BlueZ requirements, MeshCtl needs the following:
+       - json-c library
+
+Configuration and options
+=========================
+
+       --enable-mesh
+
+               Build mesh daemon and other Bluetooth Mesh based tools
+
+Current implementation of the mesh daemon requires exclusive access to
+a Bluetooth controller.
+The AutoEnable option in the installed main.conf should be set to "false".
+
+Storage
+=======
+
+Default storage directory is /var/lib/bluetooth/mesh.
+
+The directory contains the provisioned nodes configurations.
+Each node has its own subdirectory, named with a 4-digit (hexadecimal)
+identificator that is internally generated by the mesh daemon at the time
+of the node provisioning.
+
+Each subdirectory contains the following files:
+       - node.json:
+               node configuration and is populated by the
+               daemon based on the configuration commands from a
+               provisioner/configuration client
+       - node.json.bak:
+               a backup that the last known good node configuration.
+
+The files are in JSON format.
+
+Information
+===========
+
+Mailing lists:
+       linux-bluetooth@vger.kernel.org
+
+For additional information about the project visit BlueZ web site:
+       http://www.bluez.org
\ No newline at end of file