*****************************************************************************************


This ZIP File is associated with Rev 1 of the Application Note


    Running Two Network Interfaces with ADSP-BF537 Blackfin Processors (EE-310)  


that can be found at http://www.analog.com/ee-notes.


Date Created:	Dec 12th, 2006


*****************************************************************************************


The archive provides 1 code example:

Example 1 in directory \BF537_dual_port_WebServer includes the source code and libraries
of an example application that illustrates how to run two network interfaces
simultaneously: one on the ADSP-BF537 EZ-KIT Lite evaluation board and one on USB-LAN
EZ-Extender board.  It provides four server services in four threads at the same time:
web server, echo server, CharGen server, and discard server. Each network interface
supports two servers. 
	
File  Structure:	
	".\Two_NIC_grpbf537.dpg"     -  Project group file
	
	".\libwebsvrbf537.dpj"       -  Project file providing the web server library, whose
	                                source code is in the subdirectory ".\ws031202"

	".\Two_NIC_Server_BF537.dpj" -  Main project file providing the main program, whose
	                                source code is in ".\"
	
	".\Release"                  -  A subdirectory containing a modified version of the lwIP
	                                wrapper library "tcpip_wrapper-BF537.dlb" for two
	                                network interface support.  The web server library that
	                                is generated by building the "libwebsvrbf537.dpj"
	                                project will be in this directory as well. 


*****************************************************************************************


All code examples have been written and tested with

	VisualDSP++ 4.5 (August Update)

	ADSP-BF537 revision 0.2

	ADSP-BF537 EZ-KIT Lite revision 2.1
	
	USB-LAN EZ-Extender Card revision 2.0


*****************************************************************************************


