.
├── Documents
│ ├── sample_app_ota_readme.txt
│ ├── Z-Stack Linux Gateway - API document v1.1.pdf
│ ├── Z-Stack Linux Gateway BeagleBone QuickStart Guide.pdf
│ ├── Z-Stack Linux Gateway User Guide BeagleBone Addendum.pdf
│ └── Z-Stack Linux Gateway User Guide.pdf
├── EULA.txt
├── Firmware
│ ├── CC2531-GW-ZNP_38724.hex
│ └── SampleSwitchRouter_OTA.hex
├── Manifest.pdf
├── Precompiled_arm
│ ├── app
│ │ └── main.bin
│ ├── misc
│ │ ├── CC2531-GW-ZNP_38724.bin
│ │ └── ota_sample_images
│ │ ├── 5678-1234-0000AAAA.zigbee
│ │ └── 5678-1234-0000BBBB.zigbee
│ ├── protobuf
│ │ └── libprotobuf-c.so.0
│ ├── servers
│ │ ├── config.ini
│ │ ├── gateway_config.tlg
│ │ ├── GATEWAY_SRVR_arm
│ │ ├── NPI_Gateway.cfg
│ │ ├── NPI_lnx_arm_server
│ │ ├── NWKMGR_SRVR_arm
│ │ ├── OTA_SRVR_arm
│ │ ├── sample_app_ota.cfg
│ │ ├── start_application
│ │ ├── track_servers
│ │ ├── zigbeeHAgw
│ │ └── ZLSZNP_arm
│ ├── tools
│ │ ├── bbb_usbreset.bin
│ │ ├── gw_soc_fw_version_query.bin
│ │ └── sbl_tool.bin
│ └── z-stack_linux_gateway_arm_binaries_38883.tar
├── Proto_files
│ ├── gateway.proto
│ ├── nwkmgr.proto
│ └── otasrvr.proto
├── readme.txt
├── Source
│ ├── build_sample_app
│ ├── google
│ │ └── protobuf-c
│ │ ├── protobuf-c.h
│ │ └── protobuf-c-private.h
│ ├── out
│ │ └── main.bin
│ ├── Projects
│ │ └── zstack
│ │ └── linux
│ │ ├── demo
│ │ │ ├── engines
│ │ │ │ ├── actions_engine.c
│ │ │ │ ├── actions_engine.h
│ │ │ │ ├── attribute_engine.c
│ │ │ │ ├── attribute_engine.h
│ │ │ │ ├── commissioning_engine.c
│ │ │ │ ├── commissioning_engine.h
│ │ │ │ ├── device_list_engine.c
│ │ │ │ ├── device_list_engine.h
│ │ │ │ ├── group_scene_engine.c
│ │ │ │ ├── group_scene_engine.h
│ │ │ │ ├── network_info_engine.c
│ │ │ │ ├── network_info_engine.h
│ │ │ │ ├── ota_engine.c
│ │ │ │ ├── ota_engine.h
│ │ │ │ ├── sensor_engine.c
│ │ │ │ ├── sensor_engine.h
│ │ │ │ ├── state_reflector.c
│ │ │ │ ├── state_reflector.h
│ │ │ │ ├── system_engine.c
│ │ │ │ └── system_engine.h
│ │ │ ├── framework
│ │ │ │ ├── data_structures.c
│ │ │ │ ├── data_structures.h
│ │ │ │ ├── macros.c
│ │ │ │ ├── macros.h
│ │ │ │ ├── polling.c
│ │ │ │ ├── polling.h
│ │ │ │ ├── socket_interface.c
│ │ │ │ ├── socket_interface.h
│ │ │ │ ├── tcp_client.c
│ │ │ │ ├── tcp_client.h
│ │ │ │ ├── timer_utils.c
│ │ │ │ ├── timer_utils.h
│ │ │ │ ├── types.h
│ │ │ │ ├── user_interface.c
│ │ │ │ └── user_interface.h
│ │ │ └── project
│ │ │ ├── main.bin
│ │ │ ├── main.c
│ │ │ ├── makefile
│ │ │ └── out
│ │ ├── hagateway
│ │ │ ├── gateway.pb-c.c
│ │ │ └── gateway.pb-c.h
│ │ ├── nwkmgr
│ │ │ ├── nwkmgr.pb-c.c
│ │ │ └── nwkmgr.pb-c.h
│ │ └── otaserver
│ │ ├── otasrvr.pb-c.c
│ │ └── otasrvr.pb-c.h
│ └── protobuf-c-arm
│ └── lib
│ ├── libprotobuf-c.a
│ ├── libprotobuf-c.la
│ ├── libprotobuf-c.so
│ ├── libprotobuf-c.so.0
│ ├── libprotobuf-c.so.0.0.0
│ └── pkgconfig
│ └── libprotobuf-c.pc
├── uninstall
│ ├── Z-Stack_Linux_Gateway-1.0.1-linux-uninstaller.dat
│ └── Z-Stack_Linux_Gateway-1.0.1-linux-uninstaller.run
└── zstack_gateway-tree.txt
阅读(2203) | 评论(0) | 转发(0) |