fix copyrights
246 files changed
tree: 64de3121ee093a7bb028160a3e8591f7002057e7
  1. .devcontainer/
  2. .github/
  3. .vscode/
  4. build/
  5. docs/
  6. images/
  7. integrations/
  8. src/
  9. tests/
  10. third_party/
  11. tools/
  12. .clang-format
  13. .default-version
  14. .gitignore
  15. .gitmodules
  16. .restyled.yml
  17. bootstrap
  18. BUILDING.md
  19. CODE_OF_CONDUCT.md
  20. configure.ac
  21. CONTRIBUTING.md
  22. CONTRIBUTORS.md
  23. LICENSE
  24. Makefile-Android
  25. Makefile-bootstrap
  26. Makefile-iOS
  27. Makefile-Standalone
  28. Makefile.am
  29. README.md
  30. repos.conf
  31. REVIEWERS.md
README.md

Connected Home over IP

C/C++ CI

Getting started with CHIP

All documentation is inside of the docs section

Additional build information can also be found in BUILDING.md.

Need help?

There are numerous avenues for CHIP support:

Directory Structure

The CHIP repository is structured as follows:

File / FolderContents
.default-versionDefault CHIP version if none is available via source code control tags, .dist-version, or .local-version.
bootstrapGNU autotools bootstrap script for the CHIP build system.
bootstrap-configureConvenience script that will bootstrap the CHIP build system, via bootstrap, and invoke configure.
build/Build system support content and build output directories
BUILDING.mdMore detailed information on configuring and building CHIP for different targets
CODE_OF_CONDUCT.mdCode of Conduct for CHIP, and contributions to it
CONTRIBUTING.mdGuidelines for contributing to CHIP
CONTRIBUTORS.mdContributors to CHIP
docs/Documentation
integrations/Third party integrations related to this project
integrations/github/GitHub integrations related to this project
integrations/github/actionsGitHub actions related to this project
integrations/docker/Docker scripts and Dockerfiles
images/Images
LICENSECHIP License file (Apache 2.0)
Makefile-AndroidConvenience makefile for building CHIP against Android.
Makefile-iOSConvenience makefile for building CHIP against iOS.
Makefile-StandaloneConvenience makefile for building CHIP as a standalone package on desktop and server systems.
README.mdThis file
src/Implementation of CHIP
tests/Tests for CHIP
third_party/Third-party code used by CHIP.
tools/Tools needed to work with the CHIP repo, as well as develop in the repository

Third Party Tools

Some tools and utilities are dependent on third party tools, such as Docker.

Docker is an excellent way to have stable build environments that don't pollute the host OS. It is also much easier to maintain stability across multiple host environments. Install stable version of Docker Desktop relevant to your native OS (MacOS or Windows). Once installed, you can run docker commands from the shell/terminal.

Contributing

We would love for you to contribute to CHIP and help make it even better than it is today! See the CONTRIBUTING.md file for more information.

License

CHIP is released under the Apache 2.0 license Please read more details therein