嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
zigbee数据透传
zigbee数据透传程序,包含协调器和路由器两个设备的程序,
上电协调器自动组网,路由器收到串口命令加入网络,相互发送任意数据
.
├── ZigbeeTunnel
│ ├── ZTunnelCoor
│ │ ├── ZTunnelCoor-postbuild.bat
│ │ ├── ZTunnelCoor-postbuild.py
│ │ ├── ZTunnelCoor-prebuild.bat
│ │ ├── ZTunnelCoor-prebuild.py
│ │ ├── ZTunnelCoor.dep
│ │ ├── ZTunnelCoor.ewd
│ │ ├── ZTunnelCoor.ewp
│ │ ├── ZTunnelCoor.ewt
│ │ ├── ZTunnelCoor.eww
│ │ ├── ZTunnelCoor.h
│ │ ├── ZTunnelCoor.isc
│ │ ├── ZTunnelCoor_callbacks.c
│ │ ├── ZTunnelCoor_endpoint_config.h
│ │ ├── ZTunnelCoor_func.c
│ │ ├── ZTunnelCoor_func.h
│ │ ├── ZTunnelCoor_tokens.h
│ │ ├── ZTunnelCoor_uart.c
│ │ ├── ZTunnelCoor_uart.h
│ │ ├── adc
│ │ │ └── EFR32
│ │ ├── address-table
│ │ ├── af-gen-event.h
│ │ ├── af-structs.h
│ │ ├── antenna-stub
│ │ ├── att-storage.h
│ │ ├── attribute-id.h
│ │ ├── attribute-size.h
│ │ ├── attribute-type.h
│ │ ├── call-command-handler.c
│ │ ├── call-command-handler.h
│ │ ├── callback-stub.c
│ │ ├── callback.h
│ │ ├── ccm-encryption
│ │ ├── client-command-macro.h
│ │ ├── cluster-id.h
│ │ ├── coexistence-stub
│ │ │ └── EFR32
│ │ ├── command-id.h
│ │ ├── concentrator
│ │ ├── counters
│ │ ├── custom_efr32mg1b232f256gm32.hwconf
│ │ ├── debug-basic-library
│ │ │ └── EFR32
│ │ ├── debug-jtag-stub
│ │ │ └── EFR32
│ │ ├── debug-printing-test.h
│ │ ├── debug-printing.h
│ │ ├── efr32
│ │ ├── emdrv
│ │ ├── emlib
│ │ ├── enums.h
│ │ ├── form-and-join
│ │ ├── fragmentation
│ │ ├── groups-server
│ │ ├── hal-config
│ │ │ └── hal-config.h
│ │ ├── hal-library
│ │ │ └── EFR32
│ │ ├── identify
│ │ ├── mbedtls
│ │ │ └── EFR32
│ │ ├── mbedtls-config-generated.h
│ │ ├── network-creator
│ │ ├── network-creator-security
│ │ ├── packet-handoff
│ │ ├── print-cluster.h
│ │ ├── reporting
│ │ ├── scan-dispatch
│ │ ├── scenes
│ │ ├── serial
│ │ │ └── EFR32
│ │ ├── settings
│ │ │ ├── ZTunnelCoor.Normal.cspy.bat
│ │ │ ├── ZTunnelCoor.Normal.cspy.ps1
│ │ │ ├── ZTunnelCoor.Normal.driver.xcl
│ │ │ ├── ZTunnelCoor.Normal.general.xcl
│ │ │ ├── ZTunnelCoor.crun
│ │ │ ├── ZTunnelCoor.dbgdt
│ │ │ ├── ZTunnelCoor.dnx
│ │ │ ├── ZTunnelCoor.wsdt
│ │ │ └── ZTunnelCoor_Normal.jlink
│ │ ├── sim-eeprom2
│ │ │ └── EFR32
│ │ ├── simple-main
│ │ ├── sleepy-message-queue
│ │ ├── stack-handler-stub.c
│ │ ├── standard-printf-support
│ │ ├── strong-random
│ │ ├── zcl-framework-core
│ │ ├── znet-bookkeeping.c
│ │ ├── znet-bookkeeping.h
│ │ ├── znet-cli.c
│ │ ├── znet-cli.h
│ │ ├── znet-mfg-token.h
│ │ └── znet-token.h
│ └── ZTunnelRouter
│ ├── ZTunnelRouter-postbuild.bat
│ ├── ZTunnelRouter-postbuild.py
│ ├── ZTunnelRouter-prebuild.bat
│ ├── ZTunnelRouter-prebuild.py
│ ├── ZTunnelRouter.dep
│ ├── ZTunnelRouter.ewd
│ ├── ZTunnelRouter.ewp
│ ├── ZTunnelRouter.ewt
│ ├── ZTunnelRouter.eww
│ ├── ZTunnelRouter.h
│ ├── ZTunnelRouter.isc
│ ├── ZTunnelRouter_callbacks.c
│ ├── ZTunnelRouter_endpoint_config.h
│ ├── ZTunnelRouter_func.c
│ ├── ZTunnelRouter_func.h
│ ├── ZTunnelRouter_tokens.h
│ ├── ZTunnelRouter_uart.c
│ ├── ZTunnelRouter_uart.h
│ ├── adc
│ │ └── EFR32
│ ├── address-table
│ ├── af-gen-event.h
│ ├── af-structs.h
│ ├── antenna-stub
│ ├── att-storage.h
│ ├── attribute-id.h
│ ├── attribute-size.h
│ ├── attribute-type.h
│ ├── call-command-handler.c
│ ├── call-command-handler.h
│ ├── callback-stub.c
│ ├── callback.h
│ ├── ccm-encryption
│ ├── client-command-macro.h
│ ├── cluster-id.h
│ ├── coexistence-stub
│ │ └── EFR32
│ ├── command-id.h
│ ├── counters
│ ├── custom_efr32mg1b232f256gm32.hwconf
│ ├── debug-basic-library
│ │ └── EFR32
│ ├── debug-jtag-stub
│ │ └── EFR32
│ ├── debug-printing-test.h
│ ├── debug-printing.h
│ ├── efr32
│ ├── emdrv
│ ├── emlib
│ ├── enums.h
│ ├── form-and-join
│ ├── fragmentation
│ ├── groups-server
│ ├── hal-config
│ │ └── hal-config.h
│ ├── hal-library
│ │ └── EFR32
│ ├── identify
│ ├── mbedtls
│ │ └── EFR32
│ ├── mbedtls-config-generated.h
│ ├── network-steering
│ ├── packet-handoff
│ ├── print-cluster.h
│ ├── reporting
│ ├── scan-dispatch
│ ├── scenes
│ ├── serial
│ │ └── EFR32
│ ├── settings
│ │ ├── ZTunnelRouter.Normal.cspy.bat
│ │ ├── ZTunnelRouter.Normal.cspy.ps1
│ │ ├── ZTunnelRouter.Normal.driver.xcl
│ │ ├── ZTunnelRouter.Normal.general.xcl
│ │ ├── ZTunnelRouter.crun
│ │ ├── ZTunnelRouter.dbgdt
│ │ ├── ZTunnelRouter.dnx
│ │ ├── ZTunnelRouter.wsdt
│ │ └── ZTunnelRouter_Normal.jlink
│ ├── sim-eeprom2
│ │ └── EFR32
│ ├── simple-main
│ ├── sleepy-message-queue
│ ├── stack-handler-stub.c
│ ├── standard-printf-support
│ ├── strong-random
│ ├── update-tc-link-key
│ ├── zcl-framework-core
│ ├── znet-bookkeeping.c
│ ├── znet-bookkeeping.h
│ ├── znet-cli.c
│ ├── znet-cli.h
│ ├── znet-mfg-token.h
│ └── znet-token.h
└── 好例子网_ZigbeeTunnel.rar
84 directories, 109 files