bluez/mesh
Steve Brown 557d6368f9 mesh: meshctl: Add Company ID parameter to pub-set and pub-get
Add a CID parameter to both commands similar to bind.
Correct the prior assumption that a model id > 0xffff
was a vendor model.

pub-set 0100 c000 1 0 0 1000
03 0001 00c0 01 00 ff 00 00 0010

pub-set 0100 c000 1 0 0 1000 1
03 0001 00c0 01 00 ff 00 00 0100 0010
2017-12-18 13:15:15 +01:00
..
agent.c mesh: Make meshctl use bt_shell helpers 2017-12-08 13:06:12 +02:00
agent.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
config-client.c mesh: meshctl: Add Company ID parameter to pub-set and pub-get 2017-12-18 13:15:15 +01:00
config-model.h mesh: Make meshctl use bt_shell helpers 2017-12-08 13:06:12 +02:00
config-server.c mesh: Make meshctl use bt_shell helpers 2017-12-08 13:06:12 +02:00
crypto.c mesh: Fix includes to use root relative path names 2017-08-21 13:40:03 +02:00
crypto.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
gatt.c mesh: Segmentation fails in gatt.c:pipe_write() 2017-12-12 09:50:46 -02:00
gatt.h mesh: move GATT defines to the appropriate header file 2017-08-28 13:56:55 +03:00
keys.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
local_node.json Rename sample JSON Databases 2017-09-14 11:22:27 +03:00
main.c mesh: Remove cmd_scan 2017-12-08 13:06:21 +02:00
mesh-net.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
net.c mesh: meshctl: Add set heartbeat publish 2017-12-18 13:14:49 +01:00
net.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
node.c mesh: Make meshctl use bt_shell helpers 2017-12-08 13:06:12 +02:00
node.h mesh: move GATT defines to the appropriate header file 2017-08-28 13:56:55 +03:00
onoff-model.c mesh: Add description for submenus 2017-12-13 10:08:55 -02:00
onoff-model.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
prov_db.json Rename sample JSON Databases 2017-09-14 11:22:27 +03:00
prov-db.c mesh: Make meshctl use bt_shell helpers 2017-12-08 13:06:12 +02:00
prov-db.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
prov.c mesh: Make meshctl use bt_shell helpers 2017-12-08 13:06:12 +02:00
prov.h mesh: Add 'security' command 2017-09-14 11:22:24 +03:00
README mesh: define APIs for Bluetooth Mesh 2017-08-21 12:40:35 +02:00
util.c mesh: Make meshctl use bt_shell helpers 2017-12-08 13:06:12 +02:00
util.h mesh: Make meshctl use bt_shell helpers 2017-12-08 13:06:12 +02:00

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

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

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

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