
 /chargenloop/  is a simple lwIP demo that runs a character generator
                on TCP port 19. A user thread opens a socket to that port
                and prints the received data to the standard output stream.
                Please execute the makefile to build the program.

 /common/       contains shared source files for chargenloop and winserver

 /winserver/    a fully featured HTTP/FTP server demo that runs only
                on MS Windows machines. You need a Visual C++ compiler
                or MinGW gcc to compile the program. To compile it,
                please execute the makefile in the winserver directory.

 /findpico.mak  is a tool makefile that searches the pico]OS root directory
                for the case the user has changed the directory structure
                but forgot to update the paths in the makefiles.

 /findnetw.mak  is a tool makefile that searches the network root directory
                for the case the user has changed the directory structure
                but forgot to update the paths in the makefiles.
