搜索资源列表
uip09win
- uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@dunkels.com>. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ -
cc65
- This directory is a port of uIP to the popular Commodore 64 home computer. In order to compile it, you need the cc65 C compiler that can be downloaded from <http://www.cc65.org/>.
UDPmulticast
- 这是一个VC编写的组播通信演示程序。程序调用了Winsock API,并在Windows XP下测试通过。程序说明源于任泰明编写的<TCP/IP协议与网络编程>-VC This is a demonstration of the preparation process of the multicast communication. Procedure calls the Winsock API, and tested under Windows XP.
socket
- SOCKET_压力测试与日志工具socket 基于 .Net Framework 1.1 开发,基于 socket 开发,可以发送和接收 TCP/UDP 包。<-press test and log tool using socket tool
lunwen
- 功能描述: 1. 能够捕获所有进出本主机的数据包完整显示数据包头信息和内容。 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP 2. 以十六进制显示报文每个字节内容(包括头和数据),指定某个字段时,使相应字节高 亮显示。如点击IP Source Address(解析树中IP源),则相应的四个字节高亮。 3. 可以设置过滤,指定IP地址,指定报文类型(TCP,UDP,ICMP,ARP,RARP),指定方 向(A地址-&g
Tcp-simulator
- uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@sics.se>. - This is version $Name: uip-1-0 $. The directory structure look as follows: apps/ - Example applications doc/ - Documentati
TestNode
- static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Trace.Listeners.Add(new TextWriterTraceListener("messages.log")) Trace.AutoFlu