andrewrapp / xbee-arduino

Arduino library for communicating with XBee radios in API mode
GNU General Public License v2.0
334 stars 162 forks source link

Route recoird indicator library #68

Open mbPejvak opened 5 years ago

mbPejvak commented 5 years ago

I need to fetch route to remote XBees by broadcasting ND command to remote XBees and get response from them, extract address of the XBees and the routes (16-bit addresses of hubs) and use it to create source route when send data to remote XBees. Is there any library for arduino carries out this task, or I should develop my own library?