Hello,
I have one problem related to the LWIP API socket library. I have used enet_lwip example code and its working perfectly but as soon as I define LWIP_SOCKETS = 1, I get lot of errors, like NO_SYS to NETCONN_TCP etc. Can anybody tell me why this is happening. I have implemented the telnet and tftp server on the code but now I am trying to implement TFTP_CLIENT in this code as no supporting library is available for TFTP client so I am writing code using socket programming.
Best Regards,
Faizan Ahsan.