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
note: this is original low level demo application. It is probably better to follow devman_demo for higher level api. See https://github.com/tom-code/rust-matc/tree/main/examples
45
+
41
46
* Compile demo application using cargo. Binary will be found usually in target/debug/examples/demo.\
42
47
`cargo build --example demo`
43
48
* demo application uses clap. use --help to learn all supported parameters
@@ -73,4 +78,4 @@ Other demo application flags:
73
78
* --local-address - specify local bind address for matter protocol. Format is ip:port. This is
74
79
ip/port which is used as source address for matter UDP requests.
75
80
Default is 0.0.0.0:5555. When IPV6 is used this must be changed for example to --local-address "[\:\:]:5555"
76
-
* --cert-path - change directory where pem files with keys and certificates are stored
81
+
* --cert-path - change directory where pem files with keys and certificates are stored
0 commit comments