Sergio, I have been to the site many times and find it very helpful. My problem is that I can send data from my project to our server with no problem the first time but after closing the first connection and opening another with a different port the server will not respond to the request. At the server side we see the message that the connection was forcibly closed. I have look for clues as to why. Any ideas on what I am doing wrong?
Thanks Paul -----Original Message----- From: lwip-users-bounces+pwebber=heat-timer....@nongnu.org [mailto:lwip-users-bounces+pwebber=heat-timer....@nongnu.org] On Behalf Of Sergio R. Caprile Sent: Friday, August 08, 2014 2:04 PM To: lwip-users@nongnu.org Subject: Re: [lwip-users] Embedded Web server unable to display image atclientsid You have a working http server in the contrib tree. You also have my http server, which expands a bit over the "official" one: http://scaprile.ldir.com.ar/cms/category/os/lwhttpd/ If that is not enough and you really need to do your own, you have working examples on how to develop TCP applications on the contrib tree; check tcpecho and smtp (besides the aforementioned http server, also) And you have a wiki with proper documentation: http://lwip.wikia.com/wiki/Raw/TCP If something in the wiki is not clear, I'll change it. And, finally, two _personal_ pieces of advice: - if you plan on developing something TCP/IP, do yourself a favor and learn TCP/IP first. Particularly if you will actually use TCP and not UDP. - if you plan on developing on lwIP, get the contrib tree, study the examples, break them, read the wiki, write small examples, make them work, and then jump into rocket science (as a web server). _______________________________________________ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users