lwip-contrib-mac/ports/msvc6
2007-11-10 18:17:09 +00:00
..
include/arch Define PACK_STRUCT_USE_INCLUDES to support packing (netbios app doesn't work without) 2007-10-28 14:19:46 +00:00
apps.dsp Integrate SNTP client in msvc6 port. 2007-11-06 22:47:30 +00:00
lwip4.dsp Change header files layout in the project 2007-11-10 18:17:09 +00:00
lwipcfg_msvc.h.example
lwipopts.h Add ping sample from unix ports to reuse it in any ports. 2007-11-04 21:52:57 +00:00
pktdrv.c Add ping sample from unix ports to reuse it in any ports. 2007-11-04 21:52:57 +00:00
pktif.c
pktif.dsp Removed the need for PLATFORMSDK_DIR 2007-10-01 21:02:46 +00:00
readme.txt Added comment that slipif, ppp & pppoe are not supported by this port. 2007-11-10 18:16:40 +00:00
sys_arch.c Add ping sample from unix ports to reuse it in any ports. 2007-11-04 21:52:57 +00:00
test.c Integrate SNTP client in msvc6 port. 2007-11-06 22:47:30 +00:00
test.dsp Removed the need for CONTRIB_APPS environment variable 2007-10-04 19:10:02 +00:00
test.dsw Added a project for the apps, removed the old app files from the msvc6 directory. 2007-10-04 18:26:20 +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.

It doesn't (yet?) include support for slipif, ppp or pppoe. This is simply
because none of the active developers using this port are using these interfaces
right now.

To get this compiling, you have to set a couple of environment variables:
- LWIP_SRC: points to the src subdirectory in the main lwip tree
- PCAP_DIR: points to the WinPcap Developer's Packs (containing 'include' and 'lib')

You also will have to copy the file 'lwipcfg_msvc.h.example' to
'lwipcfg_msvc.h' and modify to suit your needs (WinPcap adapter number,
IP configuration).


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)
Simon Goldschmidt

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