Way to implement both Netconn TCP server and client on same IP address
Posted on October 14, 2015 at 02:47Hi All,I am now using Netconn based HTTP(web server) and TCP server on STM32F429I Eval board. HTTP and TCP server are running on each thread (FreeRTOS) and both connections are created by Neconn API, netconn_new(N...