lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Porting a project from uip to lwip, advice needed


From: Simon Goldschmidt
Subject: Re: [lwip-users] Porting a project from uip to lwip, advice needed
Date: Wed, 10 Oct 2012 21:09:13 +0200

Louis Wells wrote:

... However I have found that there is not a webserver written for use with the netconn api that is even remotely close to being able to handle the functionality that we need. 

I have also spent some time looking at the webserver written for the raw lwip api, which appears to be much closer to something that we could use. 
...
Finally, it is possible that there is a better webserver written for the netconn / sockets api that I am missing. If this is the case I would be extremely grateful if someone could point me in the right direction. 

Why are you focused on a netconn/socket http server? The raw API httpd should do exactly what you want. I must admit though that there are currently no examples of how to get SSI and CGI to work, but it does work. _javascript_, otoh is just text to the http server - there's nothing special for the http server to do to "support" it.

The raw API httpd server is from TI, you might find an example of how to use CGI and SSI in their Stellaris software package which you can download from their server.

Simon

reply via email to

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