Questions tagged [openthread]

Post usage questions related to OpenThread - Nest's open-source implementation of the Thread networking protocol

OpenThread is an open-source implementation of the Thread networking protocol. With OpenThread, Nest is making the technology used in Nest products more broadly available to accelerate the development of products for the connected home.

The Thread specification defines an IPv6-based reliable, secure and low-power wireless device-to-device communication protocol for home applications. More information about Thread can be found on threadgroup.org.

For discussions join openthread-users and file issues on Github.

95 questions
0
votes
1 answer

OpenThread Compiling Errors relating to 'PrefixTlv'

I have been asked to take the OpenThread code, compile it, and download it to an SoC (SiLabs - Mighty Gecko). I have added all the files from the src folder and tried to run it through the IAR Embedded Workbench IDE, but receive numerous errors…
-1
votes
1 answer

Does Openthread support Application Layer Security like OSCORE?

I am starting to use OpenThread in a project to communicate using CoAP protocol. I wanted to know if OpenThread supports OSCORE if I do not want to use DTLS for security.
rptech
  • 1
  • 1
-1
votes
1 answer

How can I write a simple application using Openthread library

Even to develop a simple application, the existing examples in Openthread are complex to refer. Can anybody provide a list of steps to use Openthread "mdt/fdt library" and develop a simple application, from where a CoAP message can be sent or…
rptech
  • 1
  • 1
-1
votes
1 answer

How can I resolve "undefined reference" errors when using openthread with mbedtls?

I'm working on an implementation of an EST(Enrollment over Secure Transport)-client over CoAPs for the OpenThread stack. For this, i want to write a CSR (Certificate Signing Request) by using mbedTLS, which is part of the stack as a third party…
-1
votes
1 answer

how to pass messages between two simulated openthread on windows 10 with C language

I am new to opwnthread, however, I figured it out how to simulate thread I am able to pass messages between them with cmd but I want to pass it now with C language program.
1 2 3 4 5 6
7