I am using cli_ftd (Thread) example from TI Resource explorer(TI cc1352R).
I would like to call the UDP functions(i.e open
, bind
, connect
, send
) automatically at the booting time of the device(My thread network starts at boot time without using CLI ),
so that I don't have to use the Command line(CLI).
I am not able to understand how to modify the project to do the aforementioned.
Thank you in advance for your answers.