niolabs / python-xbee

Python tools for working with XBee radios
MIT License
101 stars 45 forks source link

Include response for Route Information Packets (0x8d) #37

Closed liammonahan closed 7 years ago

liammonahan commented 7 years ago

This packet can be sent back by each hop during a Transmit Request to inform the sender of the route that was taken to deliver to the destination.

I used the example packet from pg. 130 of http://www.digi.com/resources/documentation/digidocs/pdfs/90001477.pdf

jamesleesaunders commented 7 years ago

Thanks for contributing @spicybits all looks good. Thank you also for adding a test.