Kangping

Results 137 comments of Kangping

> @wgtdkp , Matter over Thread is working now on the Android host. I used the `ip -6 rule add from all iif lo lookup 1011 priority 10300` command. Thank...

> Looks that openthread is being successful in writing the routes in that 1011 table on its own. Oh yes, you are right and I missed the routes in table...

I think Android modifies the Linux kernel to always create a new routing table for a new network and all routes are added to that new table. **If you are...

Will leave it to @AlanLCollins, But here gives a heads up of the official Android Thread support: 1. You can find the ot-br-posix code for Android in https://cs.android.com/android/platform/superproject/main/+/main:external/ot-br-posix/ 2. You...

It sounds good to add such support. > I am unclear if dropping this support from our TBR's WebUI and REST-API handler will break matter device onboarding, is there other...

@ekobres Thanks for reporting this issue! I agree it's too short to collect diagnostic info in 3 seconds. Enlarge `kDiagCollectTimeout` to 20 seconds will result in a /diagnostics taking 20...

> Correct me if I am wrong, but the timeout is only the maximum time. If diagnostics reporting is completed in less time, then the call will complete sooner The...

@ekobres I missed the `ActiveRouters`! But we still need to wait for time of `kDiagCollectTimeout` before receiving any responses.

@abtink Yes the new APIs should be more useful, but it probably doesn't help this issue if a RESTful API is required (@ekobres you may want to try Abtin's API...