svd-xbee
svd-xbee copied to clipboard
Changes made to allow Zigbee protocol over XBee
Changes made for this module to work with my zbee module (https://github.com/stormboy/node-zbee). Importantly, explicit messages initiated by remote nodes may be received.
Looks cool (also your node-zbee project!), but I can't give it a thorough inspection atm. This doesn't change anything of the svd-xbee API, right?
No, it doesn't change the API. Probably the biggest change to "structure" is that XBee uses a _createNode() function can be overridden to create an extended Node object. The zbee module extends Xbee and Node for Zigbee-specific functions rather than requiring Zigbee functions in this project.