Hi:
Based on the WICED-Studio-6.2, I use mesh_provision_client sample, I added several nodes to the client. How do I get the number of nodes and nodes name?
Solved! Go to Solution.
You should be able to trace this from the source code of the ClientControlMesh App. The App displays the nodes provisioned to the network, so it must somewhere obtain and contain the count of the nodes.
You should be able to trace this from the source code of the ClientControlMesh App. The App displays the nodes provisioned to the network, so it must somewhere obtain and contain the count of the nodes.
thanks