Commit: fe43810b78577ef0cc72156e5f462d9977daf2c1
Parent: f2778f5877d20696d68a452b26e4accb91bfb19e
Author: Inga Stotland <inga.stotland@intel.com>
Committer: Brian Gix <brian.gix@intel.com>
Date: 2020-03-18 18:20:28
Tree: 107a0b04705bca3f9dc800b5dd7e8bd7b317d426

tools/mesh-cfgclient: Implement node-reset command This implements one-pass removal oa a remote node from a mesh network by issuing a node-reset command from config menu. The following actions are performed: - Config Node Reset message is sent to a remote node - Upon either receiving Config Node Reset Status or response timeout, node record is removed from configuration client's database and, by calling DeleteRemoteNode() method on mesh.Management interface node-delete command from the main menu is removed.

Diffstat

M tools/mesh-cfgclient.c | 77 ++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M tools/mesh/cfgcli.c | 60 ++++++++++++++++++++++++++++++++++++++++- - - - - -
M tools/mesh/cfgcli.h | 4 +++-
M tools/mesh/mesh-db.c | 39 +++++++++++++++++++++++++++++++++++++++
M tools/mesh/remote.c | 20 ++++++++++++++++++++
M tools/mesh/remote.h | 1 +

6 files changed, 147 insertions(+), 54 deletions(-)

View Full Diff | Patch