Hi,i made a webscoket server over TCP on STM32F429VI with lwip stack. I would like to use on local network. I used this nectonn examples for TCP communication. The connection and the websocket handshake works fine, the client can send a message to my...