1# TCP Echo Client Demo for MPS2 Cortex-M3 AN385 emulated using QEMU 2This FreeRTOS+TCP example demonstrates a TCP Echo Client which sends 3echo requests to an Echo Server and then receives the echo reply. The 4Echo Client runs on the MPS2 Cortex-M3 AN385 platform emulated using QEMU. 5 6The demo is being run using the following configurations: 71. [ User Networking (SLIRP) ](Readme_UserNetworking.md) 82. [ Tap Networking ](Readme_TapNetworking.md)