Damian Królik
Damian Królik
I can imagine solutions at two levels: 1. Handle it at the application level by inheriting from `DefaultAttributePersistenceProvider` and overriding its `WriteValue` method as presented in the pseudocode below ```...
@bzbarsky-apple Ah, I didn't notice we had `CHIPSafeCasts.h`. I can fix it, but do you or anyone else understand the difference between `support` and `core` directories? I believe utility classes,...
chip-tool logs suggest the issue isn't (only) about DNS-SD, but the device might also fail to join a Thread network - the commissioner didn't get to the "FindOperational" stage: ```...
> @Damian-Nordic I have seen that you said: `4000` in [#19753 (comment)](https://github.com/project-chip/connectedhomeip/pull/19753#discussion_r903834229) but this is for the active threshold or am I misunderstanding it ? I only meant that the...
@tcarmelveilleux Note that after https://github.com/project-chip/connectedhomeip/commit/e5e09f5c00 Leave event is no longer generated because ACLs are removed first and then generating a report fails with `UNSUPPORTED_ACCESS` error. I onced fixed it by...
This is already fixed.
Did you add static routes to Thread on-mesh prefix addresses (e.g. using sth like `sudo ip -6 route add fd11:22::/64 dev otbr0 via fd11:db8:1::2`) or configured the host on which...
The `ip -6 route` command was just an example, if you can't/don't want to accept RAs, you need to set `via` to IPv6 address of the OTBR (be it a...
@hsusid are you going to continue the work on that?
When it comes to `#3`, it's necessary because some DNS-SD implementations require async initialization. For example, OpenThread SRP implementation requires that the device first communicates with the SRP server and...