资源列表
Ip
- TCP/IP协议描述,是对该协议的描述还应用。-TCP/IP protocol descr iption
Socket_TCPIP
- 基于socket的TCP/IP的文件传输程序,包括服务端和客户端,能在命令行中输入指定文件进行传输。-Socket of the TCP/IP-based file transfer program, including the service and client can specify the file to be transmitted in the command-line input.
TCP
- TCP 验证程序 服务器端和客户端程序,可在网络上实现tcp程序的通信-TCP client
Make-ping
- Network and TCP/ IP protocol Tools
UdpResponse
- this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the request in upper char with a header made of remote host IP & port nu
ip-tcp
- developement code for ip tcp
tcp
- 基于linux c的socket编程,简单的客户端与服务器通信测试
tcp
- 1)以命令行形式运行:SendTCP source_IP source_port dest_ip dest_port 其中,SendTCP为程序名,source_IP为源端IP地址,source_port为源端口,dest_ip 为目的IP地址,dest_port为目的端口 2)其他的TCP头部参数请自行设定。 3)数据字段为“This is my homework of network ,I am happy!”. 4)成功发送后在屏幕上输出“Send OK”。
aodvfresh
- It s a aodv.tcl programme Just paste it in the directory ns2 and run it by typing the command ns aodvfreshh.tcl
easyftp
- Simple FTP Server scr ipt
AnalyzeTCP_WinPcap.cpp
- 该程序通过利用WinPcap提供的函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)将数据包捕获。并在dispatch_handle(u_char *,const pcap_pkthdr *header,const u_char *pkt_data)中通过编写代码实现解析。
udp_clnt
- TCP/IP客户端程序,利用tcp传输通信