tree: ad26ef85f0290046ecab48f4ada81066f2b0edfd [path history] [tgz]
  1. data_model/
  2. java/
  3. python/
  4. AbstractMdnsDiscoveryController.cpp
  5. AbstractMdnsDiscoveryController.h
  6. BUILD.gn
  7. CHIPCluster.cpp
  8. CHIPCluster.h
  9. CHIPCommissionableNodeController.cpp
  10. CHIPCommissionableNodeController.h
  11. CHIPDevice.cpp
  12. CHIPDevice.h
  13. CHIPDeviceController.cpp
  14. CHIPDeviceController.h
  15. DeviceAddressUpdateDelegate.h
  16. EmptyDataModelHandler.cpp
  17. ExampleOperationalCredentialsIssuer.cpp
  18. ExampleOperationalCredentialsIssuer.h
  19. OperationalCredentialsDelegate.h
  20. README.md
src/controller/README.md

CHIP controller

There are currently 4 implementations of the CHIP device controller with varying support for certain CHIP features.

Implementations

iOS

The iOS chip-tool is located in ../darwin/CHIPTool.

Android

The Android chip-tool is located in ../android/CHIPTool.

POSIX CLI

The POSIX CLI chip-tool is located in ../../examples/chip-tool.

Python

The Python chip-device-ctrl is located in ../controller/python/.

Feature Overview

OnboardingiOSAndroidCLIPython
Setup codey?nyy
QR codeyynn
NFCyynn
ProvisioningiOSAndroidCLIPython
Soft-APynyy
WiFi-BLEy?yyy
Thread-BLEn(*0)y(*1)ny(*1)
Commands/ClustersiOSAndroidCLIPython
Echo Clienty?yyy
On/Off Clientyyyy
LevelControl Client?yyy
Identify Client?n(*2)yy
Scene Clientn?n(*2)yy
Group Clientn?n(*2)yy
Binding Clientn?n(*2)yy
Attributes/ClustersiOSAndroidCLIPython
Readnn(*2)yy
Writenn(*2)yn
iOSAndroidCLIPython
Multiple Devicesyn?y

Notes:

(*0) https://github.com/project-chip/connectedhomeip/pull/4829

(*1) Only static commissioning, not MeshCoP.

(*2) Locally a patch exists, could be upstreamed.