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.