openthread
openthread copied to clipboard
OpenThread released by Google is an open-source implementation of the Thread networking protocol
After BBR restarting, in order to receive the packets from multicast group, the devices, which have registered multicast group addresses to that BBR, needs to re-register these groups. In this...
This commit fetches the NAT64 prefix on infrastructure interface and advertise it to Network Data at medium preference. - Use `getaddrinfo_a()` function to asynchronously lookup the ipv6 address of the...
This commit updates how unspecified CSL channel is conveyed in MLE messages. Special value of zero in CSL Channel TLV is used to indicate that the CSL channel is unspecified....
This commit contains fixes and enhancements related to processing of CSL Channel TLV and CSL Clock Accuracy TLV in MLE messages: - Updates/adds `IsValid()` method to check if TLV is...
Depends-On: openthread/ot-br-posix#1491
https://github.com/openthread/openthread/pull/7826 removed BBR related configurations for Thread 1.3 BRs. However, when running 1.2 test case for a Thread 1.3 BR, these configurations are still necessary. This commit restore BBR dataset...
## Description - Updated the following deprecated APIs with their respective alternatives - - `mbedtls_ssl_conf_min_version` => `mbedtls_ssl_conf_min_tls_version` - `mbedtls_ssl_conf_max_version` => `mbedtls_ssl_conf_min_tls_version` - `mbedtls_ssl_conf_sig_hashes` => `mbedtls_ssl_conf_sig_algs` - Updated the parameter data-type...