Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Z zigbee-dongle-kw2x
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Gianmarco Garrisi
  • zigbee-dongle-kw2x
  • Wiki
  • state of impl

state of impl · Changes

Page history
Formatting text authored May 15, 2017 by Gianmarco Garrisi's avatar Gianmarco Garrisi
Hide whitespace changes
Inline Side-by-side
state-of-impl.md
View page @ 252c4484
...@@ -9,14 +9,18 @@ With the Freescale dongle you will get a lot of warning messages in the console ...@@ -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. 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 *To do this, just change in the pom.xml file in zigbee4java/zigbee-gateway-server the following line
[code]
<dependency> <dependency>
<groupId>org.bubblecloud.zigbee4java</groupId> <groupId>org.bubblecloud.zigbee4java</groupId>
----> <artifactId>zigbee-dongle-cc2531</artifactId> <---- ----> <artifactId>zigbee-dongle-cc2531</artifactId> <----
<version>3.1.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
</dependency> </dependency>
[/code]
to to
[code]
<dependency> <dependency>
<groupId>org.bubblecloud.zigbee4java</groupId> <groupId>org.bubblecloud.zigbee4java</groupId>
----> <artifactId>zigbee-dongle-kw2x</artifactId> <---- ----> <artifactId>zigbee-dongle-kw2x</artifactId> <----
<version>3.1.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
</dependency> </dependency>
\ No newline at end of file [/code]
\ No newline at end of file
Clone repository
  • bug dongle ti
  • clusters and endpoins
  • differences nxp ti
  • Home
  • long term plan
  • setup
  • short term plan
  • start
  • state of impl