uIPv0.95

所属分类:TCP/IP协议栈
开发工具:C/C++
文件大小:167KB
下载次数:2
上传日期:2008-03-18 13:17:46
上 传 者dddx
说明:  IP协议栈被设计为一个带最小化用户接口及可应用串行链路网络模块。根据采用CPU、 编译器和系统所需实现协议的多少,协议栈需要的代码容量空间在30-60KB之间
(IP protocol stack is designed as a belt to minimize the application of user interface and serial link network module. According to the use of CPU, compiler and system realize how much the agreement, protocol stack code in need of capacity space in between 30-60KB)

文件列表:
uIPv0.95\uIP_0.951\Ethernet11\etherdev.c (23609, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\main.c (4725, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\etherdev.h (17047, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\uip_arch.h (5053, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\Ethernet_setup.txt (8546, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\uip_arch.c (4788, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\main.h (1759, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\httpd.h (2992, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\httpd.c (11266, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\fs.c (4806, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\fs.h (3201, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\cgi.h (2543, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\cgi.c (7987, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\fsdata.c (36717, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\fsdata.h (3977, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\uip.c (47746, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\uip.h (33123, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\uipopt.h (16945, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\uip_arp.h (7168, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\uip_arp.c (14426, 2005-02-05)
uIPv0.95\uIP_0.951\Ethernet11\REG51.H (1610, 2005-01-19)
uIPv0.95\uIP_0.951\Ethernet11\STARTUP.A51 (5115, 2005-01-13)
uIPv0.95\uIP_0.951\Ethernet11\Ethernet.Uv2 (2738, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\Ethernet.Opt (1707, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.IMB (20480, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.IMD (528, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.IAB (36864, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.IAD (688, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.PR (7064, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.PS (131920, 2007-08-13)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.PFI (84, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.PO (776, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.PRI (43016, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi\Untitled Project.WK3 (19497, 2007-08-13)
uIPv0.95\uIP_0.951\Ethernet11\SouInsi (0, 2007-08-24)
uIPv0.95\uIP_0.951\Ethernet11\Ethernet111.plg (234, 2007-08-12)
uIPv0.95\uIP_0.951\Ethernet11 (0, 2007-08-24)
uIPv0.95\uIP_0.951\Slip12\uip_arch.c (4788, 2005-02-05)
uIPv0.95\uIP_0.951\Slip12\Sio_poll.h (3782, 2005-02-05)
... ...

TITLE: Keil C51 v7.00 port of Adam Dunkels' uIP v0.9 REVISION: VER 0.0 REV.DATE: 02-02-05 ARCHIVE: AUTHOR: Copyright (c) 2005, Murray R. Van Luyn. INTRODUCTION. This is the Keil C51 compiler/ 8051 microcontroller port of Adam Dunkels' uIP TCP/IP stack v0.9. Included is the uIP web server application, as well as drivers for both serial port SLIP and network card ethernet communication. REQUIREMENTS. * Keil Elektronik GmbH/ Keil Software Inc. C51 v7.00 compiler. This version is known to compile with the uVision2 v2.xx toolchain. * An 8051/ 8052 class microcontroller with 256 bytes of internal ram (data and idata), up to 18K bytes of FLASH or other program ROM (code), and additionally, 1K bytes of onboard or outboard external ram (xram). * For ethernet communication: A 16 bit ISA network interface card with a Realtek Semiconductor Co., Ltd. RTL8019AS controller chip. COPYRIGHT. Adam Dunkels retains ownership and copyright on all files ported from the original uIP v0.9 TCP/IP stack release. Refer to the original release notes, and to the ported file's headers for copyright details and usage conditions. http://www.sics.se/~adam/uip/ Additional files contained in this port, that are not derived from the original uIP v0.9 TCP/IP stack release, are Copyright (c) 2005, Murray R. Van Luyn, Riverton, Western Australia. They are released free of charge for any purpose, including both commercial and non-commercial. DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. DISTRIBUTION. I hope to have the most up-to-date and correct version of this port available for distribution from my homepage at all times. In preference to multiple, possibly outdated and un-manageable points of distribution, I would welcome links to this one point of origin. As the port's filename may change with each revision, please link to the root page from which the download may be located. http://www.iinet.net.au/~vanluynm CREDITS. This Keil C51/ 8051 port of uIP v0.9 is very substantially the work of the original distribution's author, and is in part an extension of the work of previous uIP contributors. Original uIP v0.9 TCP/IP stack by Adam Dunkels. 8051WEB Micro-C port of uIP v0.6 to 8051 by Fajun Chen. GCC/ Imagecraft port of uIP v0.9 to AVR by Louis Beaudoin. QUERIES, COMMENTS, SUGGESTIONS, PORT CONTRIBUTIONS, SUCCESS STORIES ETC. Correspondence relating to the Keil C51/ 8051 port of Adam Dunkels' uIP TCP/IP stack v0.9 may be directed to my personal e-mail account. Murray R. Van Luyn. vanluynm@iinet.net.au Please don't be offended if I do not answer right away. It probably just means that I'm busy with study.

近期下载者

相关文件


收藏者