Ok yes, I should have looked before posting, but thanks. Anyway I got the webserver working now, and this is my starting point to make a basic echo web server. From what I see the server netconn closes between requests in order to accept new ones. But what if my client needs to stay connected? I beleive the server should'nt closes nor deletes the netconn. I try to program this but without success, any hints would be welcome
Francois ----- Original Message ----- From: <[email protected]> To: "Mailing list for lwIP users" <[email protected]> Sent: Wednesday, February 11, 2009 12:39 PM Subject: Re: [lwip-users] basic question on httpserver-netconn application. > Both the netconn and the socket API can only be used with an RTOS! I > beleive this is sufficiently described in the various text files in the > lwIP release as well as in the wiki! > > Simon > > > Francois Bouchard wrote: > > Hi all, > > > > Is the */httpserver-netconn/* demo meant to run in a *RTOS* environment? > > > > regards, > > Francois > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > lwip-users mailing list > > [email protected] > > http://lists.nongnu.org/mailman/listinfo/lwip-users > > > > _______________________________________________ > lwip-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/lwip-users > _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
