Hi,
we are working on a project with CC2538, by creating mesh network using zstack mesh v1.0.0.
In our project we are using ZNP stack for coordinator to act as a gateway, and nearly 100 routers to form a mesh network. So for a large network we have changed the values of network parameters as per the following document
.
Initially we have tested with 50 routers and all were connected and worked without any issues. But when we disconnect all the routers and connect only one which is near to the coordinator, it could not connect to the coordinator. When we checked the packet sniffer, we have noticed that the bit value corresponding to the assoc flag is 0, in response packet for the beacon request from router.
Please find the attached sniffer log file. I have mentioned about the packets starting from 40468.
Earlier this bit was like
.
Is this related to the association table of ZC ? Is there any chance to fill this table completely, even if the routers were connected one by one to make a mesh network ? I think size of this table is related to the value of a network parameter NWK_MAX_DEVICE_LIST. Now this value is 10 in our code. I think the problem will be solved, if this parameter is changed to a large value. But still why every routers are trying to connect directly to the coordinator, even if they are placed away from it ? Please reply.