Blob: README
Blob id: 44d633313707b028080296c7ee9b226fa720cf84
Size: 1.1 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | MeshCtl - BlueZ GATT based Bluetooth Mesh Provisioner ***************************************************** Copyright (C) 2017 Intel Corporation. All rights reserved. Compilation and installation ============================ In addition to main BlueZ requirements, MeshCtl needs the following: - JSON library Configuration and options ========================= --enable-mesh Build meshctl and other Bluetooth Mesh based tools and utils Example configuration files =========================== The MeshCtl tool requires two input configuration files in JSON format: - local_node.json Local mesh node configuration - prov_db.json Provisoner's database for all the configured nodes in the mesh The default directory for MeshCtl configuration files is /home/<username>/.config/meshctl To use .json configuration files either copy them to the default directory or, to specify a custom storage directory, run meshctl tool as: meshctl -c <config_dir_name> Information =========== Mailing lists: linux-bluetooth@vger.kernel.org For additional information about the project visit BlueZ web site: http://www.bluez.org |