搜索资源列表
ertos
- 这是一个实时操作系统的库,能支持16位和32位DOS下应用.其中 .\\EXAMPLES\\NETCLI - some TCP/IP clients .\\EXAMPLES\\NETSERV - some TCP/IP servers 提供了DOS下的TCP/IP编程-This is a real-time operating system libraries, and support for 16-bit and 32-bit DOS applications. Which.
tcp_ip_on_DOS
- 在DOS操作系统下 Tcp/ip协议栈的实现完全源码 该DOS版本为1987年微软提供给IBM用于IBM-PC上用的-under the DOS operating system DEC / ip protocol stack to achieve full source code for the DOS version of Microsoft in 1987 to IBM for IBM-PC use
xinu
- XINU 操作系统中TCP/IP协议的实现源代码,可对照《Internetworking With TCP/IP》书阅读-well OS TCP / IP protocol to achieve source code, can control the "Internetworking With TCP / IP" book reading
wat1104(WATTCP)
- DOS下开发TCP/IP包,是最经典的,虽然现在普遍用WINDOWS系统,但DOS操作系统还在很多领域里应用-DOS development of TCP / IP packets, is the most classic, Although it is commonly used Windows systems, but many are still DOS application areas
altera_lwip
- 已移植到altera nios ii软核的基于microC/OS操作系统的lwip全套源代码- Transplanted to altera the nios ii soft nucleus based on microC/OS the operating system lwip complete set source code
listProtocol
- 列举所安装操作系统支持的网络协议栈信息。方便实用。-cited by the installation of the operating system to support the network protocol stack information. Convenient and practical.
dm9000
- DM9000网口驱动,用在ADI BF53X平台uclinux操作系统下。
Lwip+ucos-ii+CS8900A
- Lwip是一个非常优秀的开源协议栈,本人成功地把它移植到两款ARM7芯片上,移植过程中使用了众多大虾的成果,在此感谢他们的无私奉献!俗话说滴水之恩当涌泉相报,我反CS8900A的驱动程序张贴出来,希望对大家有利用价值。 网上有不少CS8900A的驱动程序,但大多是使之工作于Memory模式,Memory模式占用较多的地址口,适用于有EMI接口的芯片,而对于没有EMI接口的芯片(在低端嵌入式应用场合比较常见),IO模式因占用较少的地址线而得到广泛的应用。本驱动程序工作于16位IO模式,并在L
vxworks_tcpip_code
- 本源码为Tornado下,开发Vxworks操作系统TCPIP协议栈源码。
TCPIP
- EventOS操作系统下的ICP/IP协议栈实现
automodel-03-28
- GPRS DTU内部封装了PPP拨号协议以及TCP/IP协议栈并且具有嵌入式操作系统,从硬件上,它可看作是嵌入式PC与无线GPRS MODEM的结合;它具备GPRS拨号上网以及TCP/IP数据通信的功能。
1
- 通过对数据包的分析,我们可以判断通信双方的操作系统、网络信息流量、经过的路由、 数据包的大小,以及数据包的内容等等。对于喜欢网络安全的人来说,掌握这方面的知识是相 当重要的。现在的网络通信中,大部分数据都没有加密,我们可以轻易地从数据包中提取账号 、密码之类我们关心的数据.大家在看本文时如有困难,可先读一读计算机网络及C程序设计还 有协议分析方面的书下面我将分TCP/IP族协议结构程序部分函数及数据结构说明案例程序剖析三个部分与大家共同学习数据包分析程序的
tcp_ip_design_report.doc
- 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌
Socket
- 套接字(socket)为两台计算机之间的通信提供了一种机制,在 James Gosling 注意到 Java 语言之前,套接字就早已赫赫有名。该语言只是让您不必了解底层操作系统的细节就能有效地使用套接字。多数着重讨论 Java 编码的书或者未涵盖这个主题,或者给读者留下很大的想象空间
实时操作系统的μCos-Ⅱ下TCPIP协议栈的实现
- 实时操作系统的μCos-Ⅱ下TCPIP协议栈的实现-real-time operating system Cos-II under TCPIP stack the realization
AIX通信模块
- 一个AIX操作系统下实现的通信模块,包含底层函数代码库源码,以及测试示例程序
routeEnhLib.rar
- 通常内核路由表是由TCP/IP协议栈的主进程访问,然而有时用户需要自己操作内核路由表。该源代码包用于访问TCP/IP协议栈的内核路由表,该代码能够在VXWORKS操作系统上运行,做适当修改可以用于LINUX。,Usually the kernel routing table is TCP/IP protocol stack to visit the main process, but sometimes users need to operate their own core routing t
CopyOfUDPTest.rar
- 使用visual c++开发的udp发送和接收数据的程序,在windows操作系统下已经验证通过。,The use of visual c++ development udp send and receive data through the windows operating system has passed verification.
gprsinucosandlwip.rar
- 基于44b0使用ucos2.8操作系统的全部源码,成功移植了lwip1.1.1,ppp和gprs modem的驱动,可通过GPRSmod,Ucos2.8 based on the use of 44b0-source operating system, all the successfully transplanted a lwip1.1.1, ppp and gprs modem driver, can GPRSmod
TCP_test
- LPC2378的TCP客户端完整程序,包括TCP/IP协议,操作系统为UCOS,很好的程序哦。-LPC2378 complete the TCP client procedures, including TCP/IP protocol, the operating system for UCOS, oh well the procedure.