tree: f451cb549c03dd0f287b6bb21792d5c7234f773d [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. setup_payload/
  14. system/
  15. test_driver/
  16. transport/
  17. BUILD.gn
  18. 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