Hi,
I am trying to communicate between a coordinator and 20 routers.
How can I use the concept of many to one routing since all 20 routers will talk to coordinator only and coordinator sends same messages to all routers.
Thanks in Advance
sibin
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to communicate between a coordinator and 20 routers.
How can I use the concept of many to one routing since all 20 routers will talk to coordinator only and coordinator sends same messages to all routers.
Thanks in Advance
sibin
in compile options to enable many-to-one.
-DSRC_RTG_EXPIRY_TIME=255
-DCONCENTRATOR_ENABLE=TRUE
-DCONCENTRATOR_DISCOVERY_TIME=60
-DMAX_RTG_SRC_ENTRIES=100
1. do i need to enable these settings in coordinator
2. When going through the zstack developer's guide i came up with an api
NLME_RouteDiscoveryRequest( uint16 DstAddress, byte options, uint8 radius )
do i need to call this api?
3. If yes at which intervals do i call this api.
Thanks for above answers,
sibin sunny