bluez/tools/mesh
Inga Stotland 9761d7b1e4 tools/mesh-cfgclient: Fix config menu help message
An info message suggesting to request a remote node composition
should reference the correct menu command: "composition-get".
2022-01-12 14:34:55 -08:00
..
agent.c tools: Add SPDX License Identifier 2020-09-29 14:37:23 -07:00
agent.h tools: Add SPDX License Identifier 2020-09-29 14:37:23 -07:00
cfgcli.c tools/mesh-cfgclient: Fix config menu help message 2022-01-12 14:34:55 -08:00
cfgcli.h tools: Add SPDX License Identifier 2020-09-29 14:37:23 -07:00
config-model.h tools: Add SPDX License Identifier 2020-09-29 14:37:23 -07:00
keys.c tools/mesh-cfgclient: Rename mesh-db APIs for consistency 2021-09-27 13:22:39 -07:00
keys.h tools: Add SPDX License Identifier 2020-09-29 14:37:23 -07:00
mesh-db.c tools/mesh-cfgclient: Fix typos in config storage 2022-01-12 14:34:55 -08:00
mesh-db.h tools/mesh-cfgclient: Export configuration database 2021-09-27 13:22:40 -07:00
model.h tools/mesh-cfgclient: Store remote's model publication info 2021-09-27 13:22:39 -07:00
README tools/mesh-cfgclient: fix binaries and config name in README 2019-11-07 09:17:15 -08:00
remote.c tools/mesh-cfg-client: Fix NULL pointer dereferencing 2021-10-08 15:35:01 -07:00
remote.h tools/mesh-cfgclient: Check the result of config save 2021-09-27 13:22:39 -07:00
util.c tools: Add SPDX License Identifier 2020-09-29 14:37:23 -07:00
util.h tools: Add SPDX License Identifier 2020-09-29 14:37:23 -07:00

MeshCfgclient - BlueZ PB-Adv based Bluetooth Mesh Provisioner
*************************************************************

Copyright (C) 2019  Intel Corporation. All rights reserved.

Compilation and installation
============================

In addition to main BlueZ requirements, MeshCfgclient needs the following:
	- JSON library

Configuration and options
=========================

	--enable-mesh

		Build mesh-cfgclient and other Bluetooth Mesh based tools

Storage for mesh configuration file
===================================

The mesh-cfgclient tool generates a mesh configuration file in JSON format:
	- mesh_db.json
that contains information about the current state of the configured mesh
network.

The default directory for mesh-cfgclient configuration file is
$HOME/.config/meshcfg

To specify a custom file, run mesh-cfgclient tool as:

	mesh-cfgclient -c <config_file_name>

If a configuration file is not found, it is assumed that a mesh network
does not exist. In this case, the tool may be used to generate a new  mesh
network by invoking "create" command from the main menu and, on a successful
completion of this command, an initial configuration file is written.

If the configuration file is present, then "create" command will fail. This
is done so that the existing configuration is not accidentally overwritten.
If the intention is to create a new network then, the existing mesh
configuration file has to be either moved or dleted prior to running the
mesh-cfgclient tool. Also, a new custom storage location may be
specified for a new network on the start up as a command line option.


Information
===========

Mailing lists:
	linux-bluetooth@vger.kernel.org

For additional information about the project visit BlueZ web site:
	http://www.bluez.org