Hi Cosmin,
> strcpy(msg, "GET /nut/httpq.php");
> NutTCPSend(tcpsock, msg, strlen(msg));
NutTcpSend(tcpsock, 0, 0); /* Flush buffer */
> memset(msg, 0 , 512);
> rt = NutTCPReceive(tcpsock, msg, 500);
> printf("Got %i bytes.\r\n", rt);
Harald