openthread icon indicating copy to clipboard operation
openthread copied to clipboard

OpenThread released by Google is an open-source implementation of the Thread networking protocol

Results 454 openthread issues
Sort by recently updated
recently updated
newest added

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...

enhancement
continuous-integration
comp: border router

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...

bug
P4
comp: mle
comp: low-power

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...

bug
comp: thci

comp: docs
comp: cli

## 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...

security
comp: meshcop