linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/9] mesh: Add configuration commands to meshctl
@ 2017-12-17 10:52 sbrown
  2017-12-17 10:52 ` [PATCH V4 1/9] mesh: meshctl: Change command names to <cmd>-<get/set> sbrown
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: sbrown @ 2017-12-17 10:52 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Steve Brown

From: Steve Brown <sbrown@cortland.com>

This complements the Zephyr application located in the Zephyr tree at
zephyr/samples/boards/nrf52/mesh/onoff-app

V2: Break each command into a separate commit
V3: Correct CID usage in pub-set and pub-get
V4: Correct 7/9 missing break in ident status case stmt
            compile problem going from V2 to V3

Steve Brown (9):
  mesh: meshctl: Change command names to <cmd>-<get/set>
  mesh: meshctl: Add add/get subscribe
  mesh: meshctl: Add set heartbeat publish
  mesh: meshctl: Add get app keys
  mesh: meshctl: Add get publish
  mesh: meshctl: Add set/get proxy
  mesh: meshctl: Add get/set identity
  mesh: meshctl: Add get/set relay
  mesh: meshctl: Add Company ID parameter to pub-set and pub-get

 mesh/config-client.c | 454 ++++++++++++++++++++++++++++++++++++++++++++++++---
 mesh/net.c           |  20 ++-
 2 files changed, 448 insertions(+), 26 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2017-12-18 12:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-17 10:52 [PATCH V4 0/9] mesh: Add configuration commands to meshctl sbrown
2017-12-17 10:52 ` [PATCH V4 1/9] mesh: meshctl: Change command names to <cmd>-<get/set> sbrown
2017-12-17 10:52 ` [PATCH V4 2/9] mesh: meshctl: Add add/get subscribe sbrown
2017-12-17 10:52 ` [PATCH V4 3/9] mesh: meshctl: Add set heartbeat publish sbrown
2017-12-17 10:52 ` [PATCH V4 4/9] mesh: meshctl: Add get app keys sbrown
2017-12-17 10:52 ` [PATCH V4 5/9] mesh: meshctl: Add get publish sbrown
2017-12-17 10:52 ` [PATCH V4 6/9] mesh: meshctl: Add set/get proxy sbrown
2017-12-17 10:52 ` [PATCH V4 7/9] mesh: meshctl: Add get/set identity sbrown
2017-12-17 10:52 ` [PATCH V4 8/9] mesh: meshctl: Add get/set relay sbrown
2017-12-17 10:52 ` [PATCH V4 9/9] mesh: meshctl: Add Company ID parameter to pub-set and pub-get sbrown
2017-12-18 12:17 ` [PATCH V4 0/9] mesh: Add configuration commands to meshctl Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).