tree: 1e7f00cc7fcd2463d6212838cc2f5fd4647ad47b [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. chip_data_model.gni
  14. Command.cpp
  15. Command.h
  16. CommandHandler.cpp
  17. CommandHandler.h
  18. CommandSender.cpp
  19. CommandSender.h
  20. common_flags.gni
  21. decoder.cpp
  22. encoder.cpp
  23. InteractionModelDelegate.h
  24. InteractionModelEngine.cpp
  25. InteractionModelEngine.h
  26. message-reader.h
  27. ReadClient.cpp
  28. ReadClient.h
  29. ReadHandler.cpp
  30. ReadHandler.h
  31. 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/.