Closed GoogleCodeExporter closed 9 years ago
Hi Blalor,
Thank you for your contribution. Some work on this topic may have already been
done; see issue # 11. When I get a chance, I'll look at what you've done and
integrate your ideas.
Thanks,
~Paul Malmsten
Original comment by pmalms...@gmail.com
on 15 Nov 2010 at 12:18
Original comment by pmalms...@gmail.com
on 15 Nov 2010 at 3:20
Thanks, Paul. I've made a few updates (normalizing the name of the source
address parameter, plus a bug in my code); I'll get those to you tomorrow,
hopefully.
Brian
Original comment by bla...@bravo5.org
on 15 Nov 2010 at 3:26
Updated patch attached.
Original comment by bla...@bravo5.org
on 16 Nov 2010 at 11:14
Attachments:
Hi Brian,
Thanks a bunch for your work. I loved how clean your code was; not only did I
grab your null-terminated string stuff, but I also replaced the existing IO
data processing logic with yours. I factored out the differences between the
XBee IEEE version and the XBee ZigBee version into separate versions of the
header processing code.
The latest code I've been working with is here:
http://bombadier.homeftp.net/hg/projects/python-xbee/main/
If you would could test out the integration and make sure it works how you
expect, that would be great. I haven't cut a release in a while, so the code
will be a little unfamiliar. The ZigBee specific stuff is in a class called
ZigBee in zigbee.py; just instantiate that class instead of XBee as you
normally would.
Thanks,
~Paul Malmsten
Original comment by pmalms...@gmail.com
on 19 Nov 2010 at 6:30
Fixed as of version 2.0.0.
Original comment by pmalms...@gmail.com
on 29 Dec 2010 at 10:03
Original issue reported on code.google.com by
bla...@bravo5.org
on 30 Oct 2010 at 2:58Attachments: