Skip to content

canonical/matter-all-clusters-app-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matter All Clusters App Snap

The Matter/CHIP All Clusters App implements all the Matter clusters. It can be used to simulate a Matter device on Linux.

Installation

Install from the store:

sudo snap install matter-all-clusters-app

Connect required interfaces:

sudo snap connect matter-all-clusters-app:avahi-control
sudo snap connect matter-all-clusters-app:bluez

Development

Build the snap

Build locally for the same architecture as the host:

snapcraft -v

Build remotely for all supported architectures:

snapcraft remote-build

Install the built snap

Install the local snap:

sudo snap install --dangerous *.snap

Also connect the interfaces as described under installation.

Test

Refer to tests.