TCP/IP 协议栈成功的在S3C44B0X 的实现。我从网上下的所谓在44b0x上运行的tcpip程序其实都是不能运行的,包括LWIP在44b0x代码。这个是我自己根据下载的代码经过努力的修改和调试得到的,程序稳定,TCP UDP icmp web都得到很好的实现。os是UCOS-II.程序包里面有详细的程序演示说明
上传时间: 2016-11-18
上传用户:fredguo
在Linux利用Libpcap实现的一个数据包捕获程序,能捕获TCP,UDP,icmp等类型数据包。
上传时间: 2013-12-15
上传用户:nanfeicui
Visual C++网络高级编程电子书,详细罗列了诸如HTTP,FTP,icmp等协议以及网络安全的具体实现
上传时间: 2017-02-07
上传用户:wxhwjf
uip(uip 0.9 and uip 1.0)源代码。实现tcp/ip,udp,dhcp,http,icmp等。
上传时间: 2013-12-26
上传用户:wpwpwlxwlx
Serveez是一个服务器框架,它提供了基于TCP,UDP和icmp的网络服务程序的一套例程。
上传时间: 2013-12-26
上传用户:凤临西北
单片机上网所使用的精简协议栈,包括TCP\IP,icmp等。
上传时间: 2017-06-17
上传用户:hongmo
利用系统驱动服务ipFltDrv.sys写的过滤驱动,仅支持TCP\UDP\icmp协议的拦截、过滤
上传时间: 2013-12-10
上传用户:yt1993410
CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs * Initializes CPUs, caches, memory controllers, and peripherals * Built-in device drivers for SB1250 SOC peripherals * Several console choices, including serial ports, ROM emulators, JTAG, etc. * Environment storage in NV EEPROM, flash, etc. * Supports big or little endian operation * Supports 32-bit and 64-bit processors * Support for network bootstrap. Network protocols supported include IP,ARP,icmp,UDP,DHCP,TFTP. * Support for disk bootstrap. * Provides an external API for boot loaders and startup programs * Simple user interface. UI is easy to remove for embedded apps.
标签: following important contains features
上传时间: 2014-11-23
上传用户:龙飞艇
用VC++6.0的Sockets API实现一个聊天室程序.txt VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和icmp的直接访问。
上传时间: 2014-03-12
上传用户:从此走出阴霾
The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, icmp and TCP protocols. uIP is written in the C programming language.
标签: implementation designed absolute features
上传时间: 2017-08-08
上传用户:xinzhch