tree: d6c2893f052f62953928ee21f4e3ee6a9b2bf6ad [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. decoder.cpp
  20. encoder.cpp
  21. InteractionModelEngine.cpp
  22. InteractionModelEngine.h
  23. message-reader.h
  24. 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/.