blob: 34edea444650b106583047e46ac1bfbf5f4a39d7 [file] [log] [blame] [view]
Kamil Kasperczyk07ae2bf2021-06-03 04:00:22 +02001# Python CHIP Device Controller
Song Guof60ffc52020-12-15 14:20:31 +08002
Kamil Kasperczyk07ae2bf2021-06-03 04:00:22 +02003The Python CHIP controller is a tool that allows to commission a Matter device
4into the network and to communicate with it using the Zigbee Cluster Library
5(ZCL) messages. The tool uses the generic [Chip Device Controller](../) library.
Song Guof60ffc52020-12-15 14:20:31 +08006
Grzegorz Ferenc8a4f2f12021-08-16 15:53:49 +02007To learn more about the tool, how to build it and use its commands and advanced
8features, read the following guides:
Song Guof60ffc52020-12-15 14:20:31 +08009
Grzegorz Ferenc8a4f2f12021-08-16 15:53:49 +020010- [Working with Python CHIP Controller](../../../docs/guides/python_chip_controller_building.md)
Markus Becker829c5132022-02-28 23:44:36 +010011- [Using Python CHIP Controller advanced features](../../../docs/guides/python_chip_controller_advanced_usage.md)