lwip-contrib-mac/ports/msvc6
2007-09-05 16:48:11 +00:00
..
fs.c Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
fs.h Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
fsdata.c Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
fsdata.h Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
httpd.c Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
httpd.h Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
lwip4.dsp Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
lwipopts.h Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
pktdrv.c Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
pktif.c Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
pktif.dsp Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
readme.txt Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
sys_arch.c Update for new sys_thread_new parameters (see task #7252 : "Create sys_thread_new_ex()" ). Some @todo are integrate to do some suggestions to port maintainers. 2007-09-05 16:48:11 +00:00
test.c Added call to netif_set_up for loopif 2007-06-21 19:04:35 +00:00
test.dsp Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00
test.dsw Return msvc6 to "maintained" state 2007-06-15 08:49:55 +00:00

lwIP for Win32

***WARNING***
The current CVS code of this port isn't much tested.
***WARNING***

This is a quickly hacked port and example project of the lwIP library to
Win32/MSVC.

To get this compiling, you have to set the LWIP_SRC environment variable to
point to the src subdirectory in the main lwip tree.

Due to the nature of the lwip library you have to copy this whole project
into a new subdir in proj and modify lwipopts.h to your needs. If you move
it to another directory besides proj, you have to update the include paths
in the project settings.

Included in the proj/msvc6 directory is the network interface driver using
the winpcap library.

There is no more documentation yet. Try to figure it out yourself.

This is provided as is, it's just a hack to test some stuff, no serious
implementation.

Florian Schulze (florian.proff.schulze@gmx.net)

lwIP: http://www.sics.se/~adam/lwip/
WinPCap: http://netgroup-serv.polito.it/winpcap/