{"id":28868223,"url":"https://github.com/project-chip/matter-openwrt","last_synced_at":"2026-02-16T15:31:35.545Z","repository":{"id":184066581,"uuid":"670838043","full_name":"project-chip/matter-openwrt","owner":"project-chip","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-14T03:33:28.000Z","size":117,"stargazers_count":50,"open_issues_count":0,"forks_count":12,"subscribers_count":41,"default_branch":"main","last_synced_at":"2025-11-14T05:33:06.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/project-chip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-26T00:49:24.000Z","updated_at":"2025-11-14T03:33:32.000Z","dependencies_parsed_at":"2024-05-21T00:33:56.717Z","dependency_job_id":"35399cd8-8703-489b-9390-36a0a49a90f5","html_url":"https://github.com/project-chip/matter-openwrt","commit_stats":null,"previous_names":["project-chip/matter-openwrt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/project-chip/matter-openwrt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-chip%2Fmatter-openwrt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-chip%2Fmatter-openwrt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-chip%2Fmatter-openwrt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-chip%2Fmatter-openwrt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-chip","download_url":"https://codeload.github.com/project-chip/matter-openwrt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-chip%2Fmatter-openwrt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29511508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-20T12:36:37.989Z","updated_at":"2026-02-16T15:31:35.516Z","avatar_url":"https://github.com/project-chip.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matter OpenWrt Feed\n\n[![build matter packages](https://github.com/project-chip/matter-openwrt/actions/workflows/build-packages.yaml/badge.svg)](https://github.com/project-chip/matter-openwrt/actions/workflows/build-packages.yaml)\n\nThis repository is an [OpenWrt](https://openwrt.org) feed that packages [Matter](https://github.com/project-chip/connectedhomeip) software components for the OpenWrt operating system. It forms part of a reference implementation for Matter device types in the Routers \u0026 Access Points category.\n\nMatter is a unified, open-source application-layer connectivity standard built to enable developers and device manufacturers to connect and build reliable, and secure ecosystems and increase compatibility among connected home devices. Visit [buildwithmatter.com](http://buildwithmatter.com) to learn more.\n\n## Usage\n\nThis repository is intended to be included as a package feed in an OpenWrt buildroot, and familiarity with the configuration and use of the OpenWrt build system is assumed in the following instructions. Please refer to the [OpenWrt Developer Guide](https://openwrt.org/docs/guide-developer/start) for general guidance on building an OpenWrt system.\n\nNote that this repository is aimed primarily at Matter implementers and OpenWrt integrators, and provides source packages only.\nThe general policy for the packages in this feed is to target the latest stable release of OpenWrt, currently this is the **24.10.x** line of releases.\n\n### Adding the feed\n\nAdd the following line to `feeds.conf` (ensure the OpenWrt `packages` feed is also present; it's definition can be copied from `feeds.conf.default` if necessary):\n\n```\nsrc-git --force matter https://github.com/project-chip/matter-openwrt.git\n```\n\nRun the following commands to fetch the feed and install it into the build:\n\n```\n$ ./scripts/feeds update packages matter\n$ ./scripts/feeds install -a -p matter\n```\n\n### Build configuration\n\nFor a minimal configuration, overwrite the `.config` file with the following lines and then run `make defconfig`:\n\n```\nCONFIG_PACKAGE_matter-netman-mbedtls=y\nCONFIG_MBEDTLS_CCM_C=y\n```\n\nNote that this requires the mbedtls package from the OpenWrt core to be rebuilt with the MBEDTLS_CCM_C option enabled.\nAlternatively, the matter-netman-openssl variant of the package can be used which depends on OpenSSL.\n\n## License\n\nMatter-OpenWrt is released under the [Apache 2.0 license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-chip%2Fmatter-openwrt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-chip%2Fmatter-openwrt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-chip%2Fmatter-openwrt/lists"}