readme.txt

来自「blackfin561网络开发源码」· 文本 代码 · 共 43 行

TXT
43
字号
################################################################
#
#  Readme.txt	
#
################################################################

Webserver:
Go-ahead webserver ported on to Blackfin using lwIP TCP/IP stack and
VDK. This example demonstrates HTTP server functionality. A set of
ROM based files were used. 

Directory Information:
---------------------
	ws031202\      - Go Ahead library sources.
	BF5xxx         - BF5xxx webserver and library projects.
	ws031202\web\  - Utility to generate files(html) data in a .c file.
			The generated file is build with the webserver. 
			See webrom.c. A seperate Readme.txt provided in this
                        directory on 'how to build' your own html pages.
Proejcts:
--------
BF5xxx\ directory contains the two project files and a group file. 

A Project Group file is present in each directory (.dpg) which facilitate to
build the library and the application together.

Build for BF561 [analogous to BF533]:
------------------------------------
1. Refer to the "Lan Software Readme.txt" in addition to your ezkit and extender manuals for switch configurations.
2. Open httpsvr-grpbf533.dpg in the IDDE through  "File->Open->Project Group"
3. It opens TWO projects, httpserver-BF533.dpj and libwebsvrbf533.dpj.
4. Build the httpserver-bf533.dpj project. It builds the library & application.
5. Run the application.

Application prints the URL to access, something like

Webserver running# Type  'http://10.64.204.167/blackfin.html' from window|unix browser

Test:
----
Open Netscape or Internet Explorer Browser and paste the printed URL in the VisualDSP++. Server responds with the HTML pages.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?