Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp107671ybx; Tue, 29 Oct 2019 15:10:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqy6FTUPC+/RwIMNT+CzwAZW4di0PtBT5O/X7FLbaZnk2M2MBjSZNgVKIPqlQQ2OezK237QT X-Received: by 2002:a17:906:6a06:: with SMTP id o6mr5656281ejr.89.1572387002493; Tue, 29 Oct 2019 15:10:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572387002; cv=none; d=google.com; s=arc-20160816; b=K1+hNkVYESu/2eYF3tB0hG/vVY5id1fAbxxKU/swQaIMAqAfvZvRrPFIAisd/VQCct SuewTZhgtIA5OMDR8eyNXSX8iiPb4FkoQhWvP70yneAbW+FftVhg3+JFpdcgyx1gv489 MfEVBIWUsd5oitl+/ViqPsAXK3qVS2JGduG32Rv7knrI+loJQvanqxiAeEQBbCu6zfr3 WBTZ00xZOFB3c8p9AE226EmZU5M3aqOXx5whbskE5oR6nS5k7QPVwdxG8xW9SlWU2O8E 0kczl1C+eAfFobtqTSqF/9PM7ij2oM//vq3qpbf8Snz6JrnqpaPCHJnWoBsCgsfhYcnk oNDg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=txUMyk2kPhzZH7BUyYpM1Jlwa/36J0+OjP65wgPzBhA=; b=c0o704WELL0yd3nDgRbfjAFleWPkYlfJCWeKiSsa9Tc6v5kyXf2LTKnlScVn/y0tdY LU4f/f8ClOZQ+1CHz9kETyGwExRuIq7xlnpmetgpwSrR9dALYH/D4aSxecFE6WozkjU+ edsm+udBPU/YoPbUeMUryx5hpKhTEf3e0HgYRcEzJOVUkMc0U5WOam8vKqJC6FfLeeER UX+FVAh5qW1teXGqB4hvu254brp+bOADV6j/VzzLUdOYXoN+0bzjk6QwvOT/3ha1Pg+P jb2lDvF/B6XjsAHac27cqHNcL0A6RtwCCRv/yipNC7AiC7SmUcopvlTFwAKhYhCMBNKb KAJg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r17si72250edx.257.2019.10.29.15.09.17; Tue, 29 Oct 2019 15:10:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727989AbfJ2UlH (ORCPT + 99 others); Tue, 29 Oct 2019 16:41:07 -0400 Received: from mga01.intel.com ([192.55.52.88]:15200 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725840AbfJ2UlH (ORCPT ); Tue, 29 Oct 2019 16:41:07 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Oct 2019 13:41:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,245,1569308400"; d="scan'208";a="401277243" Received: from ingas-nuc1.sea.intel.com ([10.255.229.102]) by fmsmga006.fm.intel.com with ESMTP; 29 Oct 2019 13:41:07 -0700 From: Inga Stotland To: linux-bluetooth@vger.kernel.org Cc: brian.gix@intel.com, Inga Stotland Subject: [PATCH BlueZ 10/10] tools/mesh-cfgclient: Add README file Date: Tue, 29 Oct 2019 13:40:54 -0700 Message-Id: <20191029204054.30599-11-inga.stotland@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191029204054.30599-1-inga.stotland@intel.com> References: <20191029204054.30599-1-inga.stotland@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org --- tools/mesh/README | 54 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 tools/mesh/README diff --git a/tools/mesh/README b/tools/mesh/README new file mode 100644 index 000000000..9362d8ff6 --- /dev/null +++ b/tools/mesh/README @@ -0,0 +1,54 @@ +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/mesh-cfgcli + +To specify a custom storage directory, run mesh-config tool as: + + meshctl -c + +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 -- 2.21.0