Hi,
I'm developing a router Zigbee device starting from light bulb example.
In the example the function zb_set_max_children is called passing 10 as parameter.
About this funcion the documentation says only: Set the maximum number of connected devices. Used for coordinators and routers.
Can you explain better this parameter? In that example, what happen if the 11th wants to connect? It's rejected or like a FIFO the first children is dropped?
In my final network I will have about 100 devices, what is a raccomanded value for this parameter?
BR,
Maurizio