lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Embedded Web server unable to display image atclientsid


From: Sergio R. Caprile
Subject: Re: [lwip-users] Embedded Web server unable to display image atclientsid
Date: Fri, 08 Aug 2014 15:04:20 -0300
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]