Page 1 of 1

Send messages in an openthreads network

Posted: Wed Dec 06, 2023 1:59 am
by guillermovidal
Hello!
I'm using 2 ESP32-H2 to build an openthreads network. The idea is that I have a central unit and another one that gathers data from a few sensors. Consequently, I would like to send the data via an application protocol so that the central unit gathers the data. Additionally, I would like to autconfigure (if possible) the network by coding in the esp-idf (not using the command line that appears when you execute the ot_cli, for example). I am new to this and somewhat lost, could you please give me any references or links on where to start?

Note: for me the most important part is to at least be able to send the data and then process it in the central unit.

Thank you! :mrgreen:

Re: Send messages in an openthreads network

Posted: Wed Dec 06, 2023 5:03 pm
by guillermovidal
I see no one replies so I would like to clarify my problem is I don't know how to send the data from one node to another in this type of network. Is there any documentation or files I should look at? Names, URLs or protocols all work for me. Thank you!