lwip-contrib-mac/ports/msvc6
2007-06-08 22:13:34 +00:00
..
include/arch Added sys_arch.c to be able to use sys layer and sequential APIs under Win32 2007-05-18 13:26:11 +00:00
fs.c Finally got it working. Cleaned up in some places, messed more in others. 2003-07-17 15:42:53 +00:00
fs.h Finally got it working. Cleaned up in some places, messed more in others. 2003-07-17 15:42:53 +00:00
fsdata.c Finally got it working. Cleaned up in some places, messed more in others. 2003-07-17 15:42:53 +00:00
fsdata.h Finally got it working. Cleaned up in some places, messed more in others. 2003-07-17 15:42:53 +00:00
httpd.c Updated the Win32 port to work with current CVS HEAD (only NO_SYS=1 yet) 2007-05-18 11:23:21 +00:00
httpd.h Finally got it working. Cleaned up in some places, messed more in others. 2003-07-17 15:42:53 +00:00
lwip4.dsp Updated the Win32 port to work with current CVS HEAD (only NO_SYS=1 yet) 2007-05-18 11:23:21 +00:00
lwipopts.h Added sys_arch.c to be able to use sys layer and sequential APIs under Win32 2007-05-18 13:26:11 +00:00
pktdrv.c Updated the Win32 port to work with current CVS HEAD (only NO_SYS=1 yet) 2007-05-18 11:23:21 +00:00
pktif.c Added initialization of per-netif snmp variables for Win32 ethernetif (pktif.c) 2007-06-08 22:13:34 +00:00
pktif.dsp Updated the Win32 port to work with current CVS HEAD (only NO_SYS=1 yet) 2007-05-18 11:23:21 +00:00
readme.txt Moved msvc6 project files to contrib module. 2003-01-29 16:30:47 +00:00
sys_arch.c Added sys_arch.c to be able to use sys layer and sequential APIs under Win32 2007-05-18 13:26:11 +00:00
test.c Added sys_arch.c to be able to use sys layer and sequential APIs under Win32 2007-05-18 13:26:11 +00:00
test.dsp Updated the Win32 port to work with current CVS HEAD (only NO_SYS=1 yet) 2007-05-18 11:23:21 +00:00
test.dsw Moved msvc6 project files to contrib module. 2003-01-29 16:30:47 +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/