========================== CPSW LWIP TCP CLIENT ========================== EnetPhy_bindDriver:1717 PHY 0 is alive Starting lwIP, local interface IP is dhcp-enabled [LWIPIF_LWIP] LwIP Checksum offload support disabled [LWIPIF_LWIP] NETIF INIT SUCCESS Host MAC address-0 : 70:ff:76:1d:ec:f2 Enet IF UP Event. Local interface IP:192.168.1.3 [LWIPIF_LWIP] Enet has been started successfully Waiting for network UP ... Waiting for network UP ... Cpsw_handleLinkUp:1323 MAC Port 1: link up Network Link UP Event Network is UP ... TCP Client Menu: Enter TCP server IPv4 address:(example: 192.168.101.100) 192.168.1.2 Enter TCP server IPv4 address:(example: 192.168.101.100) 192.168.1.2 IP eneterd is: 192.168.1.2 <<<< ITERATION 1 >>>> Connecting to: 192.168.1.2:8888 Connection with the server is established "Hello over TCP 1" was sent to the Server Successfully received the packet 1 "Hello over TCP 2" was sent to the Server Successfully received the packet 2 "Hello over TCP 3" was sent to the Server Successfully received the packet 3 "Hello over TCP 4" was sent to the Server Successfully received the packet 4 "Hello over TCP 5" was sent to the Server Successfully received the packet 5 Connection closed <<<< ITERATION 2 >>>> Connecting to: 192.168.1.2:8888 Connection with the server is established "Hello over TCP 1" was sent to the Server Successfully received the packet 1 "Hello over TCP 2" was sent to the Server Successfully received the packet 2 "Hello over TCP 3" was sent to the Server Successfully received the packet 3 "Hello over TCP 4" was sent to the Server Successfully received the packet 4 "Hello over TCP 5" was sent to the Server Successfully received the packet 5 Connection closed