Remove only one device from the large Network #7697
-
I have a large network is created for the open thread devices. In this structure, I have only one device as the leader (FED) and all others are the child devices (SED). Now I want to remove only one child device from the network and the rest of the other devices should remain connected with the leader. Also, the entry of that child device should be removed from the child table list. Are there any standard ways to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Thread does not currently specify a mechanism for removing individual Thread devices from the Thread network. One option is to have your application layer implement the logic to remove a given device from the Thread network, but that assumes the device you want to remove is running your application. Once a given child is removed from the network, its associated child table entry on the parent should eventually timeout within the Child Timeout period. |
Beta Was this translation helpful? Give feedback.
-
Hi Jonathan, Is there a way to do this from the FTD side? I want to drop a child from the STD to test child supervision. Thanks, |
Beta Was this translation helpful? Give feedback.
Thread does not currently specify a mechanism for removing individual Thread devices from the Thread network.
One option is to have your application layer implement the logic to remove a given device from the Thread network, but that assumes the device you want to remove is running your application.
Once a given child is removed from the network, its associated child table entry on the parent should eventually timeout within the Child Timeout period.