Commit: 97b8bbc47ec4262c968612dc49c8f92689723a5d
Parent: b723fafbbe582344e65e37ba1732a240cbd764cb
Author: Inga Stotland <inga.stotland@intel.com>
Committer: Brian Gix <brian.gix@intel.com>
Date: 2019-05-10 17:39:57
Tree: 77e810f56afd4525bf64bad8160d9a8958cdd46f

mesh: Add CreateNetwork method() implementation This implements CreateNetwork() method on org.bluez.mesh.Network1 interface. Invoking this method generates a self-provisioned local node associated with a brand new mesh network. This new network is bare bones: only one network key is defined. The new node assumes the role of mesh network manager and will be able to use soon to be implemented methods of org.bluez.mesh.Management1 interface to provision remote nodes into its network and to add/update/remove network and application keys.

Diffstat

M mesh/mesh.c | 70 ++++++++++++++++++++++++++++++++++++++++- -
M mesh/node.c | 218 ++++++++++++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M mesh/node.h | 8 +++++- - -

3 files changed, 218 insertions(+), 78 deletions(-)

View Full Diff | Patch