tree: 3923a49d4ab8a503fe477c2ccc6e3d8ab320df9c [path history] [tgz]
  1. clusters/
  2. docs/
  3. MessageDef/
  4. reporting/
  5. server/
  6. tests/
  7. util/
  8. zap-templates/
  9. .gitignore
  10. BUILD.gn
  11. chip-zcl-zpro-codec-api.h
  12. chip-zcl-zpro-codec.h
  13. Command.cpp
  14. Command.h
  15. CommandHandler.cpp
  16. CommandHandler.h
  17. CommandSender.cpp
  18. CommandSender.h
  19. common_flags.gni
  20. decoder.cpp
  21. encoder.cpp
  22. InteractionModelEngine.cpp
  23. InteractionModelEngine.h
  24. message-reader.h
  25. README.md
src/app/README.md

Application layer for CHIP

What is this?

The purpose of this folder is to contain CHIP clusters and associated utilities. The cluster implementations live under the clusters/ directory. Utility files live in the util/. Server files live in the server/.