niolabs / python-xbee

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

Support for Many-to-One Route Request packets #34

Closed jamesleesaunders closed 7 years ago

jamesleesaunders commented 7 years ago

Adds support for Many-to-One Route Request packets (Type a3). Currently if a Route Record Indicator packet is received then the Python XBee library would error: "Unrecognized response packet with id byte \xa3"

Adding Many-to-One Route Request packet type to zigbee.py.

This PR also updates: README and CHANGES - small tidy ups. Note suggested version up to v2.2.4 as there has been quite a number of changes since v2.2.3!

jamesleesaunders commented 7 years ago

Hi @hansmosh ? Any good ?

jamesleesaunders commented 7 years ago

Please consider this PR. Is this library being actively supported and progressing?

mattdodge commented 7 years ago

Hey @hansmosh, what do we need to do to merge this and also make a new release on PyPI? Is that build/deploy set up anywhere yet?