Other Parts Discussed in Thread: Z-STACK
Hello,
I'm trying to implement a rejoinning process of router devices when a network change the comunication channel. I'm using Z-Stack Home 1.2.0
The procedure is:
1. I have a network with 4 devices (1 coordinator and 3 routers) operatin in network with PAN ID 0x1245 in channel 11;
2. I turn off one of the routers (Router A);
3. In my coordinator application i change the comunication channel from channel 11 to channel 20 (Its a API for Zigbee frequency agility);
4. After few secounds, all the devices (coordinator and 2 routers powered on) change the comunication channel for channel 20 and comunicate one each others perfectlly;
5. I turn on the Router A again and it is still operating in channel 11 (i can´t comunicate with network that are supposed to be conected (PANID = 0x1245));
My question is, if it is possible this router scan for network in all channels and rejoin again in the newest channel and how can i do that in z-stack?
Best regards
Nalves