搜索资源列表
聊天吧
- 使用数据报开发的聊天程序!对初学者有多帮助!-use data reported development of the chat program! More help for beginners!
udp_c
- 用户数据报协议的程序源码,在嵌入式开发中实现了传输协议的实现-the souce of UDP protocol,realize the transport in embeded develop
数据报通信程序
- 一个关于数据报通信的DEMO程序,只有一个服务器端程序,演示了搂据报的发-a report on the data communications DEMO procedures, only a server-side procedures, the demonstration was reportedly grabbed the hair
IPPack
- 简单的IP封包截获工具(IPPack)以及(IPPackLib)相关的库文件。用于截获IP数据报- The simple IP wrapped gift interception tool (IPPack) as well as (IPPackLib) is connected storehouse document. Uses in to intercept the IP data newspaper
命令行下可以解读TCP数据报内容的Sniffer
- 命令行下可以解读TCP数据报内容的Sniffer-command line can be interpreted as TCP data reported to the Sniffer
mipv6-2.0-rc3-linux-2.6.11.patch
- 移动ipv6实现的内核补丁,是移动ipv6的网络数据报格式的实现,和ipsec的实现。-mobile ipv6 achieve kernel patches, mobile network ipv6 format of the data to achieve, and ipsec realized.
UDP轻松应用
- \"用户数据报协议\"(User Datagram Protocol,简称UDP)是基于无连接的通信协议,不保证可靠数据的传输;\"传输控制协议\"(Transmission Cotrol Protocol,简称TCP)是基于连接的通信协议,可提供个两台计算机之间可靠无差错的数据传输。但是UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。而在多台计算机构成的仿真或控制系统中,经常会出现多台计算机进行数据传输,所以在仿真或控制软件中采用UDP协议的较多。-"User D
server and client
- 这是数据报方式进行无连接的客户/服务交互-This is the data reported no way connected to the client / interactive services
ListenNetwork
- 侦听网络中的数据包,可设置侦听的目的地址和端口,并显示数据报的内容,并把侦听结果写入日志文件中。-interception of network data packets that can be set to intercept the destination address and port, and display of data content, results and interception into the log file.
RUDP
- 可靠用户数据报协议(RUDP)是一种基于可靠数据协议 (RDP: RFC908 和 1151 (第二版 )) 的简单分组传输协议。作为一个可靠传输协议, RUDP 用于传输 IP 网络间的电话信号。-reliable User Datagram Protocol (RUDP) is based on reliable data protocol (RDP : RFC908 and 1151 (2nd Edition)), a simple packet transmission agreemen
wssf
- JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
基于winpcap的网络数据捕获
- 使用winpcap开发包开发的一款数据报捕获软件,能够对流过网卡的数据报进行捕获,并且分析,朋友们还可以自行添加自己所需模块
ThreadSockect
- 使用数据报(UDP)创建并初始化套接字,接收发送数据-The use of datagram (UDP) to create and initialize the socket, the receiving send data
LANmonitor
- 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。 客户端模块 该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。 服务器端模块 该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。-LAN monitoring system is the main screen by the client and server-sid
udt.4.4.win32_withVC6
- UDT_4.4增加,VC6可编译版本。UDT是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。-UDT_4.4 , VC6 version can be compiled. UDT is an Internet data transfer protocol. UDT was built in on top of UDP and the introduction of a n
c
- 编写计算机程序,从IP数据报头中抽出源和目的地址,将它们以点分十进制表示输出。-Write computer programs, from the IP datagram header out of the source and destination address, will them to dotted decimal notation output.
tcp3
- 报文代码分析 1.了解和掌握以太网帧、IP数据报、TCP报文段格式 2.了解应用层协议的工作过程 3.掌握报文代码分析方法 -Message code of 1. To understand and master the Ethernet frame, IP datagram, TCP segment packet format 2. To understand the work process of the application layer protocol 3. Grasp
5.3
- 用c语言实现的网络嗅探器,可以抓到tcp,ip,udp 等网络数据报-With c language network sniffer can capture tcp, ip, udp and other network data report
IPdata-package
- TCP/IP协议定义了一个在因特网上传输的包,称为IP数据报。这是一个与硬件无关的虚拟包, 由首部和数据两部分组成,ip数据包解析-ip data package
简单的用数据报与PHP通信
- 简单的用易语言数据报与PHP通信!自己一个小项目用到的,分享给需要的人(Simply communicate with PHP using easy language datagram!)