silicon zigbee host一些常用命令

打印設備表:

           plugin device-table print

設備退網:

         zdo leave 0x058a 0 0  usage:zdo leave [target:2(網絡地址)] [removeChildren:1] [rejoin:1]

開放zigbee網絡:

          plugin network-creator-security open-network

zdo綁定:

     zdo bind 0x81b5 1 1 0x0006 {D0CF5EFFFE540307} {D0CF5EFFFEF11582}

     zdo bind [destination:2] [source Endpoint:1] [destEndpoint:1] [cluster:2] [remoteEUI64:8] [destEUI64:8]

     綁定CLusterID 

  • destination - INT16U - 網絡短地址
  • source Endpoint - INT8U - Remote device's source endpoint to bind
  • destEndpoint - INT8U - Remote endpoint to bind
  • cluster - INT16U - Cluster on which to bind
  • remoteEUI64 - IEEE_ADDRESS - Remote node EUI64
  • destEUI64 - IEEE_ADDRESS - Binding's dest EUI64. Usually the local node's EUI64

#根據短地址 查詢MAC地址

zdo ieee 0x0000

#根據長地址 查詢短地址

zdo nwk {00 00 00 00 00 00 00}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章