mirror of
https://github.com/espressif/openthread.git
synced 2025-05-16 23:06:17 +08:00

With Thread 1.4 the cli application not can also (dns) resolve IPv4 addresses. This commit adds the same support in otci * dns_resolve4 Implements support for vendor operations in otci get/set * vendor_name * vendor_model * vendor_sw_version Implements network diagnostic commands * get * reset * non_preferred_channels Various other (small changes)" * allow setting read timeout on serial connections * allow replacing read routine filter * expose latest thread versions in the public module api * expand the definition of dns_get_config * replaces mgmtget/mgmtset with the correct mgmtgetcommand and mgmtsetcommand * replaces addressmode with the correct addrmode * adds an `ignore_result` option to `execute_command` * adds a missing `diag` command * removes some unexisting getters