tlaukkan / zigbee4java

Zigbee API for Java provides simple Java interface to ZigBee network.
Apache License 2.0
144 stars 68 forks source link

Node/service discovery improvements #44

Closed cdjackson closed 9 years ago

cdjackson commented 9 years ago

This adds code to get the node descriptors during the node discovery phase. It currently gets the node descriptor and power descriptor, although only the node descriptor is (reasonably) properly implemented.

This is work in progress, but I thought I'd give visibility especially as @presslab-us is also working in this area...

cdjackson commented 9 years ago

This has been merged into the LQI PR (#33) as some of the changes I made here were useful to improve the LQI information.