-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Description
My discovery does not finish after exced the node timeout after discovering the last node.
My discovery configurations:
self.xnet = self.xbee.get_network()
# discovery nodes settings
self.xnet.set_deep_discovery_options(deep_mode=NeighborDiscoveryMode.CASCADE,
del_not_discovered_nodes_in_last_scan=False)
self.xnet.set_deep_discovery_timeouts(node_timeout=25, time_bw_requests=10, time_bw_scans=20)
Am I doing a misapllication?
The discovery is taking too much time to finish.