lwip-contrib-mac/ports/win32/msvc
sg ffb99d8be9 added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
..
libcheck.vcproj changed win32 project files to MSVC9/Visual C++ 2008 and renamed the directory accordingly; added .gitignore to ignore all the MSVC build files 2014-08-20 21:45:31 +02:00
libcheck.vcxproj added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
libcheck.vcxproj.filters added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwIP.vcproj Adapted example ports to moved IPv4/IPv6 header files 2014-09-01 17:30:45 +02:00
lwIP.vcxproj added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwIP.vcxproj.filters added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwIP_Test.sln added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwIP_Test.vcproj changed win32 project files to MSVC9/Visual C++ 2008 and renamed the directory accordingly; added .gitignore to ignore all the MSVC build files 2014-08-20 21:45:31 +02:00
lwIP_Test.vcxproj added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwIP_Test.vcxproj.filters added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwIP_pcapif.vcproj changed win32 project files to MSVC9/Visual C++ 2008 and renamed the directory accordingly; added .gitignore to ignore all the MSVC build files 2014-08-20 21:45:31 +02:00
lwIP_pcapif.vcxproj added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwIP_pcapif.vcxproj.filters added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwIP_unittests.sln added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwip_unittests.vcproj changed win32 project files to MSVC9/Visual C++ 2008 and renamed the directory accordingly; added .gitignore to ignore all the MSVC build files 2014-08-20 21:45:31 +02:00
lwip_unittests.vcxproj added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
lwip_unittests.vcxproj.filters added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
makefsdata.vcproj changed win32 project files to MSVC9/Visual C++ 2008 and renamed the directory accordingly; added .gitignore to ignore all the MSVC build files 2014-08-20 21:45:31 +02:00
makefsdata.vcxproj added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
makefsdata.vcxproj.filters added VS2010 projects / cahanged solutions to VS2010 2014-11-05 21:36:58 +01:00
readme.txt changed win32 project files to MSVC9/Visual C++ 2008 and renamed the directory accordingly; added .gitignore to ignore all the MSVC build files 2014-08-20 21:45:31 +02:00

readme.txt

lwIP for Win32

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

It doesn't (yet?) include support for dhcp, autoip, 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_DIR: points to the main lwip tree (the folder where is the CHANGELOG file).
- 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, applications...).

Note that you also have to set the PCAP_DIR environment variable to point
to the WinPcap Developer's Packs (containing 'include' and 'lib').

Included in the contrib\ports\win32 directory is the network interface driver
using the winpcap library.

lwIP: http://savannah.nongnu.org/projects/lwip/
WinPCap: http://netgroup-serv.polito.it/winpcap/

To compile the unittests, download check (tested with v0.9.8) from
http://sourceforge.net/projects/check/
and place it in a folder "check" next to the "contrib" folder.