tree: 7dc498b5b115361df86ff5961e4c0c4384b3193e [path history] [tgz]
  1. chip/
  2. py_matter_yamltest_repl_adapter/
  3. templates/
  4. test/
  5. build-chip-wheel.py
  6. BUILD.gn
  7. chip-repl.py
  8. ChipCommissionableNodeController-ScriptBinding.cpp
  9. ChipDeviceController-Discovery.cpp
  10. ChipDeviceController-IssueNocChain.cpp
  11. ChipDeviceController-ScriptBinding.cpp
  12. ChipDeviceController-ScriptDevicePairingDelegate.cpp
  13. ChipDeviceController-ScriptDevicePairingDelegate.h
  14. ChipDeviceController-ScriptPairingDeviceDiscoveryDelegate.cpp
  15. ChipDeviceController-ScriptPairingDeviceDiscoveryDelegate.h
  16. ChipDeviceController-StorageDelegate.cpp
  17. ChipDeviceController-StorageDelegate.h
  18. OpCredsBinding.cpp
  19. README.md
src/controller/python/README.md

Python CHIP Controller

The Python CHIP controller is a library that allows to create a Matter fabric and commission Matter devices with it, as well as communicate with commissioned devices by reading/subscribing and writing Attributes and sending Commands. The Python CHIP controller is based on the native Chip Device Controller library.

The Python CHIP Controller comes with a REPL which allows to explore and use the Python CHIP controller library from a shell. To learn more about the Python CHIP Controller and the REPL, how to build it and use its commands and advanced features, read the following guides: