niolabs / python-xbee

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

Adding missing request frames as per XBEE docs #43

Closed mlasevich closed 7 years ago

mlasevich commented 7 years ago

Adding the missing requests needed to use source routes

jamesleesaunders commented 7 years ago

Thanks for contributing and adding two more frame types defs for create_source_route and register_joining_device, good stuff!

I think it may be a good idea to add to the README a list of supported and not yet implemented frame types, in the same way our Node.js cousin does here: https://github.com/jankolkmeier/xbee-api/blob/master/README.md Not only would this help people know what is supported, but it may also encourage people to contribute like you have @mlasevich.

Thanks again!