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.55k stars 2.04k forks source link

Building CHIPtool for use in embedded devices and as cloud backend for web commissioning #26175

Open MartyMcFlyInTheSky opened 1 year ago

MartyMcFlyInTheSky commented 1 year ago

Our company had the idea to provide automatic provisioning not via smartphone but via website and embedded.

Here's our scenario:

All information regarding these two topics is highly welcome! Thanks in advance!

bzbarsky-apple commented 1 year ago

chip-tool is designed as a test tool, not a production controller. To support its testing function, it (1) includes a lot of code that would never be used in a production controller, (2) is designed for ease of testing, not codesize, (3) stores private keys in insecure ways (files on disk).

You really should not use chip-tool for any sort of production use.

MartyMcFlyInTheSky commented 1 year ago

@bzbarsky-apple Thanks for the memo. Are there any production quality open source projects however? I didn't find any.

bzbarsky-apple commented 1 year ago

@MartyMcFlyInTheSky I'm not aware of any complete production-quality controller implementations that are open-source, so far.