FRDM KW41Z sending a UDP packet.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FRDM KW41Z sending a UDP packet.

613 Views
michaeldalby
Contributor I

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

Labels (2)
Tags (3)
0 Kudos
1 Reply

415 Views
jc_pacheco
NXP Employee
NXP Employee

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

0 Kudos