project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.23k stars 1.92k forks source link

[Documentation] Building custom controller #29850

Open kdurlu opened 9 months ago

kdurlu commented 9 months ago

Documentation issues

I want to implement and build my own version of controller (chip-tool or chip-repl, which stands more suitable) but I couldn't find any documentation about it.

Guides in the repository describes how to build the example 'chip-tool' or pre-implemented chip-repl but It does not contain any documentation about using the library or APIs as I couldn't see any.

I only want to learn more about the generic API and how to build only the controller. I think this is a missing part in documentations. Thanks.

Platform

No response

Anything else?

No response

kdurlu commented 4 months ago

still need help...

rlaybourn commented 4 weeks ago

I am in a similar situation , cannot find any example of a controller other than the chip-tool which is a bit of a complicated beast to start on. Any simple examples of a controller and using it to read and write attributes would be very useful