You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/project-chip/matter-rs/actions/workflows/test-linux-openssl.yml)
9
6
[](https://github.com/project-chip/matter-rs/actions/workflows/test-linux-mbedtls.yml)
10
7
11
8
## Build
12
9
13
10
Building the library:
11
+
14
12
```
15
-
$ cd matter
16
13
$ cargo build
17
14
```
18
15
19
16
Building the example:
17
+
20
18
```
21
-
$ cd matter
22
19
$ RUST_LOG="matter" cargo run --example onoff_light
23
20
```
24
21
25
22
With the chip-tool (the current tool for testing Matter) use the Ethernet commissioning mechanism:
0 commit comments