lwip-contrib-mac/ports/msvc6
2007-10-01 20:53:35 +00:00
..
include/arch Minor change: temporary remove some warnings, mainly in SNMP module 2007-09-22 10:16:22 +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 Hope it's compiling cleanly again, after all these recent changes... 2007-09-18 19:46:42 +00:00
lwipcfg_msvc.h.example Changed documentation, added IP configuration example file, rename to 'lwipcfg_msvc.h' to be able to compile! 2007-10-01 20:53:35 +00:00
lwipopts.h Moved raw httpd and netio test apps from ports/msvc6 to apps 2007-10-01 20:48:42 +00:00
pktdrv.c Minor changes in msvc6 port... 2007-09-21 21:11:05 +00:00
pktif.c Moved raw httpd and netio test apps from ports/msvc6 to apps 2007-10-01 20:48:42 +00:00
pktif.dsp Hope it's compiling cleanly again, after all these recent changes... 2007-09-18 19:46:42 +00:00
readme.txt Changed documentation, added IP configuration example file, rename to 'lwipcfg_msvc.h' to be able to compile! 2007-10-01 20:53:35 +00:00
sys_arch.c Moved raw httpd and netio test apps from ports/msvc6 to apps 2007-10-01 20:48:42 +00:00
test.c Moved raw httpd and netio test apps from ports/msvc6 to apps 2007-10-01 20:48:42 +00:00
test.dsp Hope it's compiling cleanly again, after all these recent changes... 2007-09-18 19:46:42 +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 a couple of environment variables:
- LWIP_SRC: points to the src subdirectory in the main lwip tree
- CONTRIB_APPS: points to the apps subdirectory of the contrib module
- 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/