Kangping

Results 137 comments of Kangping

> If there is nothing OpenThread can do other than to die, then there isn't much benefit to returning the error. For errors which OT doesn't know how to handle,...

> This forces the client / application layer to understand the impact of various platform errors, which also requires them to understand Thread and OpenThread as its implementation. The platform...

> I think it would help if someone could provide a concrete proposal, which documents all the scenarios where the platform API may be called, when the platform API may...

> > The problem is that for non-Android linux platforms, the vendor, > > product name are customized via build time flags but customization needs > > to be runtime...

First of all, there lacks native support for Thread on Android. But the good news, we are working on it. 1. I suppose you are hacking with Android and trying...

1. Please share the routes in the Wi-Fi routing table: ``` ip -6 route show table wlan0 ``` 2. Try use a lower priority for the Thread routing table -...

> Extended discovery fails when trying to resolve the OMR addr. Is this the DNS-SD service discovery? Please share the failure log

> I tried lowering the priority of ot0, but the flow still fails in Sigma1 handshake. What does ``` ip -6 route get fd3a:303:44bf:1:e4b4:66da:4205:cf50 ``` give now?

What about adding this? ``` ip -6 rule add from all fwmark 0x0/0xffff iif lo lookup 1011 priority 10000 ``` or ``` ip -6 rule add from all iif lo...

`ip -6 rule add from all iif lo oif ot0 lookup 1011 priority 13000` probably don't work if the native Matter socket is not bound to the net interface