tools/mesh: add initial support for config storage
authorInga Stotland <inga.stotland@intel.com>
Fri, 1 Nov 2019 18:57:28 +0000 (11:57 -0700)
committerAnupam Roy <anupam.r@samsung.com>
Tue, 17 Dec 2019 20:47:45 +0000 (02:17 +0530)
commit9d643bf3a50ed816de7164909625b2d6b2e3871f
treef20852164636d11b71360199b2357d93ab22158b
parentf56ca273476222ee11ba396e010ad1ee9b89da55
tools/mesh: add initial support for config storage

This adds support for storing the state of a mesh network.
The configuration is written out in JSON format. The initial
configuration file is generated automatically upon the
successful completion of "create" command form the main menu.

Change-Id: I2a8731d44110a83d6a620c6c6b28930fad599f38
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
Makefile.tools
tools/mesh-cfgclient.c
tools/mesh/cfgcli.c
tools/mesh/keys.c
tools/mesh/mesh-db.c [new file with mode: 0644]
tools/mesh/mesh-db.h [new file with mode: 0644]
tools/mesh/remote.c
tools/mesh/remote.h