... | ... | @@ -9,14 +9,18 @@ With the Freescale dongle you will get a lot of warning messages in the console |
|
|
There still some work to do to have a working network discovery. From the tests I've done with the dongle and the FlexPlug I could get the simple descriptor response, but sent the IEEEAddressRequest with no response.
|
|
|
|
|
|
*To do this, just change in the pom.xml file in zigbee4java/zigbee-gateway-server the following line
|
|
|
[code]
|
|
|
<dependency>
|
|
|
<groupId>org.bubblecloud.zigbee4java</groupId>
|
|
|
----> <artifactId>zigbee-dongle-cc2531</artifactId> <----
|
|
|
<version>3.1.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
[/code]
|
|
|
to
|
|
|
[code]
|
|
|
<dependency>
|
|
|
<groupId>org.bubblecloud.zigbee4java</groupId>
|
|
|
----> <artifactId>zigbee-dongle-kw2x</artifactId> <----
|
|
|
<version>3.1.0-SNAPSHOT</version>
|
|
|
</dependency> |
|
|
\ No newline at end of file |
|
|
</dependency>
|
|
|
[/code] |
|
|
\ No newline at end of file |