tree: fce754779b6fa6c6c1e9378e76c17aec05c143fa [path history] [tgz]
  1. android/
  2. app/
  3. ble/
  4. controller/
  5. crypto/
  6. darwin/
  7. include/
  8. inet/
  9. lib/
  10. lwip/
  11. platform/
  12. qrcodetool/
  13. retransmit/
  14. setup_payload/
  15. system/
  16. test_driver/
  17. transport/
  18. BUILD.gn
  19. README.md
src/README.md

Source Code

Directory Structure

The CHIP src directory is structured as follows:

File / FolderContents
appApplication Layer -- Zigbee Cluster Library (ZCL)
bleBLE Layer -- Bluetooth Transport Protocol (BTP)
controllerController API
cryptoCryptography libraries
darwinDarwin Framework (iOS and MacOS)
includePublic headers
inetNetwork Layer -- TCP and UDP endpoints
libCore and Support libraries
lwipLightweight IP adaptation (to third_party library)
platformDevice Layer -- platform portability adaptations
qrcodetoolQR code tool
setup_payloadQR code setup data encode / decode library
systemSystem Layer -- common APIs for mem, work, etc.
test_driverFramework for on-device testing