When the protocol stack network layer receives data from the upper layer, it will check the destination address and decides whether to send AODV routing requests.
Are you referring to periodic broadcast sending MTO requests?
You can adjust the MTO periodic time of the Coordinator by following these steps,
1. set NWK_NIB().concentratorDiscoveryTime to the new value as needed, the unit is seconds.
2. call the zb_routeDiscReq() function to restart the MTO periodic timer.
TL_YB 发表于 2025-1-3 09:37
simpleLight does not support MTO, and a destination address must be specified.
It is not effected.
Currently, sampleLight send "Route Request" every 1minutes(60 seconds) when coordinator is detected.
Can I change this time to every 10 seconds when coordinator is connected and not connected ?