Hi All
Hopefully this is a quick and simple question..... I would like to send and receive UDP packet across the Thread network (ideally through the CLI serial port interface) but I can't seem to find any documentation on this subject of the syntax to send such a message (there is some information on sending a CoaP message, but I want to try UDP)....
Any ideas?
Best regards
Michael
Hello Michael,
You can verify the usage of plain UDP sockets using the SHELL demo and enabling the "#SOCK_DEMO" macro at config.h.
Documentation on how to use the sockets is found at Section 8 from the Kinetis Thread Stack Shell Interface User's Guide.pdf
-JC