BuLogics / zigsnake

This is a ZigBee testing framework developed by BuLogics to automate the testing of ZigBee devices
11 stars 3 forks source link

ZCL #1

Open Diaoul opened 11 years ago

Diaoul commented 11 years ago

Hi,

I developed hachi and I'm willing to add ZCL support to it. Your work is interesting, how one can obtain the required XML files? I'd appreciate if you'd want to contribute.

Thanks

ssfrr commented 11 years ago

Hi Diaoul,

I'd definitely be interested in collaborating or supporting the inclusion of the ZCL code into your library. I had been in touch with Ember to try to get permission to use their XML descriptors of the ZCL commands, but hit a bit of a brick wall. I'll get back in touch to see if we can get the process moving again. I believe TI and Freescale both maintain similar descriptors, so it may be worthwhile to reach out to them as well so that we don't need to build them from the documentation ourselves.

-s

Diaoul commented 11 years ago

Build everything from the documentation is a painful task to do so I'd rather use an XML. I hope you will succeed.

I saw that deCONZ has such an XML but I don't know if it is complete / up-to-date. I don't know the license of it either. Can you get in touch with them?

I'll create a zcl branch of hachi to work on that and start implementing base classes.