- Application: This code is an echo client that is implemented with LwIP under FreeRTOS to communicate with a server by TCP and UDP protocols.
- BSP Version: M480 Series BSP CMSIS V3.04.000
- Hardware: NuMaker-PFM-M487
This code is an echo client that is implemented with LwIP under FreeRTOS. This FreeRTOS system creates two tasks that communicate with a server by TCP and UDP protocols. The echo client will get the message from the server and then send the same message back to the server.
You can download the sample code at https://www.nuvoton.com/resource-downlo ... 1007182737
|