Hello
I have a simple Thread network with 3 nodes and I would like to send a provisioning request from one to the 2 others in order to get their IP.
I modified the Thread simple coap server example to allow provisioning all the time (instead of only after pushing a button of the nRF52840 DK) and I broadcast the provisioning request from my coap client.
The issue is I randomly only get one of the two server IP. With the debug, I know both sended their IP but it seems that my client misses one.
How can I do to get all my IP nodes ?
My target application will have around 100 nodes, and I need to find a way to get all the IP addresses without the need of a manual action on each node.
Best regards