jankolkmeier / xbee-api

Node.js and Chrome communicate with XBee/ZigBee devices in API mode
MIT License
105 stars 51 forks source link

XBee S2C didgimesh support #61

Open ritujb opened 7 years ago

ritujb commented 7 years ago

Hi, is there any chance of you guys adding digmesh protocol support?

jankolkmeier commented 7 years ago

I have no interest in doing it, but feel free to contribute!

jankolkmeier commented 7 years ago

As a note, if you look at the api frames used by s2c digimesh, there is only a couple of unimplemented frames for the frame parser (that you may not even need):

Implementing any of these is done by:

EDIT: and of course, if you implement it, add them to the README.md, following the current formatting.

jankolkmeier commented 7 years ago

And finally, if you look at the last four commits in this branch of @docwelch, you will find that somebody already did the work. but according to issue #32, he just couldn't test it, yet.