Yakun Xu
Yakun Xu
How about apply the same code style of OpenThread? @abtink
@stevew817 This is a missing feature. This requires converting the router advertisement to Thread network data. I agree this is very useful but I think it requires some time to...
Yes, but it seems it didn't detect what kind of prefix is added. We'll add the feature soon.
Yes, I prefer filtering unsupported packets inside OpenThread's IPv6 stack(src/core/ip6.cpp), which helps all platforms.
@IHIDCHAOS In fact, Thread can have multiple prefixes. Instead of adding setonmeshprefix, I think it better to add UI support full functionality of https://github.com/openthread/openthread/tree/master/src/cli#prefix. That is, OpenWRT should be able...
@mrninhvn On OpenWrt, mdns is not enabled, so you cannot scan the border router on a mobile commissioner. By default, Thread network data is persisted in `/var/lib/thread`, could you check...
SGTM:+1: If we don't want to increase the overhead to all builds, we may add this function in the cli library only. Thoughts?
If there are multiple Thread networks, are they going to running in multiple threads? lwIP supports multiple netifs, but it still runs in a single thread. And it has some...
If the flag is added only for the new version of mbedtls? Perhaps we can add a flag only for mbedtls sources.
Looks great to me!