Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/5] MeshCtl - Mesh GATT Client Provisioner
@ 2017-08-14 19:01 Brian Gix
  2017-08-14 19:01 ` [PATCH 1/5] mesh: Add BT SIG reserved numbers for Mesh Brian Gix
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Brian Gix @ 2017-08-14 19:01 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Brian Gix, marcel, luiz.dentz

With the recent adoption of the Bluetooth Mesh Profile, we offer this
GATT Client provisioner tool (meshctl).

Brian Gix / Inga Stotland` (5):
  mesh: Add BT SIG reserved numbers for Mesh
  mesh: define APIs for Bluetooth Mesh
  mesh: Baseline Mesh runtime configuration files
  mesh: Baseline Mesh implementation
  mesh: Add mesh to main bluez build

 Makefile.tools       |   24 +
 bootstrap-configure  |    1 +
 configure.ac         |   18 +
 lib/uuid.h           |   10 +
 mesh/README          |   26 +
 mesh/agent.c         |  276 ++++++
 mesh/agent.h         |   58 ++
 mesh/config-client.c |  667 +++++++++++++++
 mesh/config-model.h  |  119 +++
 mesh/config-server.c |  165 ++++
 mesh/crypto.c        | 1168 ++++++++++++++++++++++++++
 mesh/crypto.h        |  133 +++
 mesh/gatt.c          |  609 ++++++++++++++
 mesh/gatt.h          |   47 ++
 mesh/keys.h          |   43 +
 mesh/local_node.json |   61 ++
 mesh/main.c          | 2269 ++++++++++++++++++++++++++++++++++++++++++++++++++
 mesh/mesh-net.h      |  174 ++++
 mesh/net.c           | 2184 ++++++++++++++++++++++++++++++++++++++++++++++++
 mesh/net.h           |   72 ++
 mesh/node.c          |  879 +++++++++++++++++++
 mesh/node.h          |  146 ++++
 mesh/onoff-model.c   |  306 +++++++
 mesh/onoff-model.h   |   50 ++
 mesh/prov-db.c       | 1599 +++++++++++++++++++++++++++++++++++
 mesh/prov-db.h       |   52 ++
 mesh/prov.c          |  664 +++++++++++++++
 mesh/prov.h          |   43 +
 mesh/prov_db.json    |   37 +
 mesh/util.c          |  369 ++++++++
 mesh/util.h          |   71 ++
 31 files changed, 12340 insertions(+)
 create mode 100644 mesh/README
 create mode 100644 mesh/agent.c
 create mode 100644 mesh/agent.h
 create mode 100644 mesh/config-client.c
 create mode 100644 mesh/config-model.h
 create mode 100644 mesh/config-server.c
 create mode 100644 mesh/crypto.c
 create mode 100644 mesh/crypto.h
 create mode 100644 mesh/gatt.c
 create mode 100644 mesh/gatt.h
 create mode 100644 mesh/keys.h
 create mode 100644 mesh/local_node.json
 create mode 100644 mesh/main.c
 create mode 100644 mesh/mesh-net.h
 create mode 100644 mesh/net.c
 create mode 100644 mesh/net.h
 create mode 100644 mesh/node.c
 create mode 100644 mesh/node.h
 create mode 100644 mesh/onoff-model.c
 create mode 100644 mesh/onoff-model.h
 create mode 100644 mesh/prov-db.c
 create mode 100644 mesh/prov-db.h
 create mode 100644 mesh/prov.c
 create mode 100644 mesh/prov.h
 create mode 100644 mesh/prov_db.json
 create mode 100644 mesh/util.c
 create mode 100644 mesh/util.h

-- 
2.9.5

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-08-21 10:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 19:01 [PATCH 0/5] MeshCtl - Mesh GATT Client Provisioner Brian Gix
2017-08-14 19:01 ` [PATCH 1/5] mesh: Add BT SIG reserved numbers for Mesh Brian Gix
2017-08-14 19:01 ` [PATCH 2/5] mesh: define APIs for Bluetooth Mesh Brian Gix
2017-08-14 19:01 ` [PATCH 3/5] mesh: Baseline Mesh runtime configuration files Brian Gix
2017-08-14 19:01 ` [PATCH 4/5] mesh: Baseline Mesh implementation Brian Gix
2017-08-15  9:07   ` Luiz Augusto von Dentz
2017-08-15 15:36     ` Gix, Brian
2017-08-16 12:29       ` Luiz Augusto von Dentz
2017-08-14 19:01 ` [PATCH 5/5] mesh: Add mesh to main bluez build Brian Gix
2017-08-16 12:28 ` [PATCH 0/5] MeshCtl - Mesh GATT Client Provisioner Szymon Janc
2017-08-16 12:30   ` Luiz Augusto von Dentz
2017-08-21 10:42 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox