source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/ports/win32/readme.txt@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 1.1 KB
Line 
1lwIP for Win32
2
3This is an example port of lwIP for Win32. It uses WinPCAP to send & receive packets.
4To compile it, use the MSVC projects in the 'msvc' subdir or the Makefile in the 'mingw' subdir.
5
6For both compilers:
7- the lwIP core repository must be in a folder "lwip" next to the "contrib" folder
8- you have to set an environment variable PCAP_DIR pointing to the WinPcap Developer's
9 Pack (containing 'include' and 'lib')
10 alternatively, place the WinPcap Developer's pack next to the "lwip" and "contrib" folders:
11 "winpcap\WpdPack"
12
13You also will have to copy the file 'lwipcfg_msvc.h.example' to
14'lwipcfg_msvc.h' and modify to suit your needs (WinPcap adapter number,
15IP configuration, applications...).
16
17Included in the contrib\ports\win32 directory is the network interface driver
18using the winpcap library.
19
20lwIP: http://savannah.nongnu.org/projects/lwip/
21WinPCap: https://www.winpcap.org/devel.htm
22Visual C++: http://www.microsoft.com/express/download/
23
24To compile the unittests (msvc\lwIP_unittests.sln), download check (tested with v0.11.0) from
25https://github.com/libcheck/check/releases/
26and place it in a folder "check" next to the "contrib" folder.
Note: See TracBrowser for help on using the repository browser.