Kamil Kasperczyk | 07ae2bf | 2021-06-03 04:00:22 +0200 | [diff] [blame] | 1 | # Python CHIP Device Controller |
Song Guo | f60ffc5 | 2020-12-15 14:20:31 +0800 | [diff] [blame] | 2 | |
Kamil Kasperczyk | 07ae2bf | 2021-06-03 04:00:22 +0200 | [diff] [blame] | 3 | The Python CHIP controller is a tool that allows to commission a Matter device |
| 4 | into 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 Guo | f60ffc5 | 2020-12-15 14:20:31 +0800 | [diff] [blame] | 6 | |
Grzegorz Ferenc | 8a4f2f1 | 2021-08-16 15:53:49 +0200 | [diff] [blame] | 7 | To learn more about the tool, how to build it and use its commands and advanced |
| 8 | features, read the following guides: |
Song Guo | f60ffc5 | 2020-12-15 14:20:31 +0800 | [diff] [blame] | 9 | |
Grzegorz Ferenc | 8a4f2f1 | 2021-08-16 15:53:49 +0200 | [diff] [blame] | 10 | - [Working with Python CHIP Controller](../../../docs/guides/python_chip_controller_building.md) |
Markus Becker | 829c513 | 2022-02-28 23:44:36 +0100 | [diff] [blame] | 11 | - [Using Python CHIP Controller advanced features](../../../docs/guides/python_chip_controller_advanced_usage.md) |