bewee-i
bewee-i
This sugests using libmdns for Linux MDNS advertisements. Whereas this works well for comissioning, the application does not seem to receive onoff commands: `RUST_LOG="matter" cargo run --example onoff_light` ``` [2022-09-13T15:57:17Z...
Hi all! I really appreciate your work on this crate; The functionality that is already implemented looks quite promising to me! Unfortunately, I was not yet able to commission the...
When building the following on nightly ```rust #[derive(sqlx::Type)] struct Foobar { a: String, } ``` Compilation fails with ``` error: lifetime may not live long enough --> tests/foo.rs:1:10 | 5...