There is a micropython sample for Xbee.discover to find nodes on the network:
Xbee.discover.
However, discover is not a module defined in micropython Xbee.
Also, the Digi website says this is available
https://www.digi.com/resources/documentation/Digidocs/90002219/#reference/r_example_xbee.discover.htm?TocPath=XBee%2520device%2520examples%257C_____4
If the python module is unavailable, how can we access this information in micropython?
The ATND command does not work in micropython
And the xbee.discover command throws this error: AttributeError: 'module' object has no attribute 'discover'