niolabs / python-xbee

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

Adding DigiMesh Support #17

Closed jamesleesaunders closed 8 years ago

jamesleesaunders commented 8 years ago

Adds XBee Digimesh support by adding a new digimesh.py module.

This is a plain copy of code already on GitHub, credits:

By Matteo Lucchesi, 2011 Inspired by code written by Amit Synderman, Marco Sangalli and Paul Malmsten matteo@luccalug.it http://matteo.luccalug.it

This module provides an XBee (Digimesh) API library.

Updated by Thom Nichols http://blog.thomnichols.org

jamesleesaunders commented 8 years ago

I have emailed both Matteo Lucchesi and Thom Nichols asking their permission to use their code.

thom-nic commented 8 years ago

Yes, happy to have this merged upstream.

hansmosh commented 8 years ago

@pmalmsten: thanks for the contribution (and a little nudge through emailing us).

I haven't personally used digimesh but I know it's been highly requested for this library. I'll go ahead and merge this in and we can improve upon as necessary.

luk156 commented 8 years ago

:+1:

jamesleesaunders commented 8 years ago

Thanks for merging this in @hansmosh @pmalmsten :-)

Also huge thanks to @luk156 and @thom-nic for allowing their code to be merged upstream, it is great to see this DigiMesh support added to the main repo.