|
From: | Karl Kobel |
Subject: | RE: [lwip-users] Web Server |
Date: | Wed, 21 Dec 2005 10:57:09 -0600 |
Here is a copy of the web server I’m using.
It makes a call to fs_open in fs.c (which I did not include as it is modified per application with a static file table to emulate a ROM file system).
Fs_open sets a fs_file structure with a pointer to the data to send and the length.
Hope this helps.
Karl
-----Original Message-----
Hello : i wnna bulid up a Web Server by LwIP without OS . However , i can't come up with how can i handle multi-connection . Can somebody give me some example and tell me how the tcp_listen() work? thanks a lot
_______________________________________ |
http.h
Description: Binary data
http.c
Description: Binary data
[Prev in Thread] | Current Thread | [Next in Thread] |