lwip-contrib-mac/ports/msvc6
2007-10-12 21:36:18 +00:00
..
include/arch
apps.dsp
lwip4.dsp
lwipcfg_msvc.h.example
lwipopts.h Use a timers_table to simplify NO_SYS=1 case in msvc6 port. 2007-10-12 21:36:18 +00:00
pktdrv.c
pktif.c
pktif.dsp
readme.txt
sys_arch.c
test.c Use a timers_table to simplify NO_SYS=1 case in msvc6 port. 2007-10-12 21:36:18 +00:00
test.dsp Removed the need for CONTRIB_APPS environment variable 2007-10-04 19:10:02 +00:00
test.dsw

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 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/