bluez/mesh
Michal Hobot 7be84fe316 mesh: onoff-model: Fix msec to sec conversion
There is an error in meshctl while displaying transition time. 1000 ms
is being presented as 16 sec, 40 ms. The reason is incorrect
conversion of milliseconds to seconds.  The fix is pretty trivial.
2017-11-27 10:50:40 +02:00
..
agent.c mesh: Correct length test in agent.c:request_ascii 2017-11-19 10:16:33 +02:00
agent.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
config-client.c mesh: validate configuration target 2017-11-23 12:16:13 +02:00
config-model.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
config-server.c mesh: Add config server response for loopback 2017-11-01 15:02:29 +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 gatt: Update signature of AcquireWrite and AcquireNotify 2017-09-22 13:50:17 +03: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: Add 'security' command 2017-09-14 11:22:24 +03:00
mesh-net.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
net.c mesh: Correct segmentation logic 2017-10-11 22:20:24 +03:00
net.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
node.c mesh: Use PRIx64 for printing uint64_t variables 2017-09-18 01:32:17 -07:00
node.h mesh: move GATT defines to the appropriate header file 2017-08-28 13:56:55 +03:00
onoff-model.c mesh: onoff-model: Fix msec to sec conversion 2017-11-27 10:50:40 +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: Fix includes to use root relative path names 2017-08-21 13:40:03 +02:00
prov-db.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
prov.c mesh: Add 'security' command 2017-09-14 11:22:24 +03: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: Remove circular include protection guards 2017-08-21 18:43:31 +02:00
util.h mesh: Remove circular include protection guards 2017-08-21 18:43:31 +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