How can I send data over TCP / LwIp?
I am using Echoserver and EchoClient source code for stm32. I used `tcp_echoserver_init();` function to start callback and I tried to connect with python client to this server. And its successfully connect. I checked with wireshark. And python progra...