tree: f319bfeb1f65ab6e7fcc9fbb601963dbe44f14c2 [path history] [tgz]
  1. access/
  2. app/
  3. ble/
  4. controller/
  5. credentials/
  6. crypto/
  7. darwin/
  8. include/
  9. inet/
  10. lib/
  11. lwip/
  12. messaging/
  13. platform/
  14. protocols/
  15. python_testing/
  16. qrcodetool/
  17. setup_payload/
  18. system/
  19. test_driver/
  20. tools/
  21. tracing/
  22. transport/
  23. BUILD.gn
  24. CMakeLists.txt
  25. 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

Darwin

Near Field Communication Tag Reading

NFC Tag Reading is disabled by default because a paid Apple developer account is required to have it enabled. If you want to enable it and you have a paid Apple developer account, go to the CHIPTool iOS target and turn on Near Field Communication Tag Reading under the Capabilities tab.