+rebased after mesh-config refactoring +updated documentation +removed import_req +added patch to remove void pointers from managed_obj_request Jakub Witowski (2): mesh: Add ImportLocalNode API documentation mesh: Extract read_* functions in mesh-config-json Michał Lowas-Rzechonek (2): mesh: Implement ImportLocalNode() method mesh: Convert void pointers to anonymous unions in managed_obj_request:wq doc/mesh-api.txt | 52 ++++++++++--- mesh/mesh-config-json.c | 161 +++++++++++++++++++++++++++++++++++----- mesh/mesh-config.h | 10 +++ mesh/mesh-defs.h | 3 + mesh/mesh.c | 90 +++++++++++++++++++++- mesh/net.h | 2 - mesh/node.c | 151 ++++++++++++++++++++++++++----------- mesh/node.h | 5 ++ 8 files changed, 399 insertions(+), 75 deletions(-) -- 2.19.1