Greetings.
Is there a way to do information mapping using, for instance, one of the mesh nodes that could act as a client/provisioner to all other nodes and therefore keep all the mesh information which could then be backed up through either a BLE<>clCud gateway, or a WiFi network coprocessor?
If so, what API calls would we need to get the necessary information to be able to reconstruct the network (network key, app keys, device keys, device constitution (elements+models+addresses) etc...) ?
I know the mesh serializer combined with the interactive python script could be used to extract such information. However, In real-case scenarios you don't always have a device that can speak Python to extract the information in that way. And in some use-cases you might not want an App that connects via BLE....
Thank you very much!