tree: b54ae23c13af8f8cec59e8a0d226680debd83113 [path history] [tgz]
  1. android/
  2. app/
  3. ble/
  4. controller/
  5. crypto/
  6. darwin/
  7. include/
  8. inet/
  9. lib/
  10. lwip/
  11. messaging/
  12. platform/
  13. protocols/
  14. qrcodetool/
  15. setup_payload/
  16. system/
  17. test_driver/
  18. transport/
  19. BUILD.gn
  20. 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