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.

Node disconnect issue while polling

Other Parts Discussed in Thread: Z-STACK

I'm using the Z-stack Linux gateway for my home automation project. I'm polling nodes using the api - device_send_list_maintain_request () (nwk address request ) to update the nodes' activity in the network.Problem is that node's status gets updated for a certain period (about 1 hour) and after that,all the nodes get disconnected from the gateway.Polling happens once in every 50 seconds. The timeout is set to as 9s and maximum failed attempts is set as 5. Any suggestions are welcome.