搜索资源列表
FrameParser
- Ethernet帧结构解析程序,包括对源地址、目的地址、数据的解析,同时包括CRC校验。-Ethernet frame structure analysis procedures, including the source address, destination address, data analysis, while including the CRC.
tcpsniffbyjahnkey.rar
- vc6++ 实现对网络数据的监控,可以监听ip/tcp数据包的捕获和分析。,vc6 to achieve the monitoring of network data, you can monitor ip/tcp packet capture and analysis.
TCPTrafficAnalysisResult
- TCP 吞吐量是 TCP 性能的一个重要的端到端性能指标,本程序的功能是对实验数据进行分析,获得TCP流量传输过程中的各项参数!-TCP throughput performance of TCP is an important indicator of end-to-end performance, the function of this process is the analysis of experimental data, access to TCP traffic in the p
ReliableUDP
- 在高速数据传输网络中.UDP协议有着其它数据传输协议无法比拟的优势,但也存在着传输可靠性差的问题。文章在细致分析UDP协议特点的基础上,对其关键技术进行了改进,设计出了一种新的可靠UDP协议,大大提高了数据传榆的可靠性。-In the high-speed data transmission network. UDP protocol with other data transfer protocol can not match advantage, but there is also the
tcpreplay-3.4.2.tar
- tcp数据流重放工具,用于tcp/ip协议分析-tcp data stream playback tool for tcp/ip protocol analysis
tcpfx
- 在网络分析中,帮助读懂 TCP 序列号和确认号变化趋势,可以帮助我们学习TCP 协议以及 排查通讯故障,如通过查看序列号和确认号可以确定数据传输是否乱序-In network analysis, to help understand TCP sequence number and acknowledgment number trends that can help us to learn and troubleshoot TCP protocol for communication fail
TCP
- TCP序列号和确认号详解.pdf,是研究TCP的好资料,最好配合科莱网络分析工具使用-TCP sequence number and acknowledgment number Detailed. Pdf, TCP is a good research data, best use of network analysis tools with Collet
winzhua
- wincap远程数据包(TCP,IP等)获取,捕获网络包的例了,并进行了简单的分析,包括源IP,端口,目的IP,端口,内容- wincap remote data packets (TCP, IP, etc.) to acquire,captured network packets cases, and a simple analysis, including the source IP, port, destination, port
java_UDPSocket_codes
- java 多线程UDP通信资料与代码: 1、UDP多线程通信server程序(serverThread)详细解析 2、简易UDP client程序 3、多线程Java_Socket编程示例等资料-java multi-thread UDP communication data and code: UDP multi-threaded communications server program (serverThread) detailed analysis, simple UDP c
tcpdump.tar
- TcpDump可以将网络中传送的数据包的“头”完全截获下来提供分析。它支持针对网络层、协议、主机、网络或端口的过滤,并提供and、or、not等逻辑语句来帮助你去掉无用的信息。tcpdump就是一种免费的网络分析工具,尤其其提供了源代码,公开了接口,因此具备很强的可扩展性,对于网络维护和入侵者都是非常有用的工具。tcpdump存在于基本的FreeBSD系统中,由于它需要将网络界面设置为混杂模式,普通用户不能正常执行,但具备root权限的用户可以直接执行它来获取网络上的信息。因此系统中存在网络分析
GPRS_PPP_Analyse
- 分析了基于GPRS的PPP协商过程,并分析了PPP协商过程的数据交换情况,CAJ格式-PPP negotiation process based on GPRS PPP negotiation process data exchange and analysis, CAJ format
arp
- 通过程序实现类似windows系统类似tracert的功能,可以通过wireshark抓取tracert数据分析 来了解工作原理。基本流程向目标主机发送3个ICMP回显报文,IP报文的ttl值设为1,接收ICMP 差错报告报文,记录从发送出去到接收花费的时间,然后修改ttl值为2,再发3个ICMP报文, 记录接收到的差错报告报文,直到接收到ICMP回显中的应答报文接收,打印数据类似如下 格式:-Program similar to windows system similar t
simple_server
- 实现一个简单的服务端,对客户端传输过来的数据流根据协议栈进行准确地解析,并且能够判断各种异常-Implement a simple server, the client data stream transmitted over the protocol stack based on accurate analysis, and the ability to determine the various anomalies
ais-data-field
- ais数据字段,用于研究ais数据解析,协助ais软件开发-ais data field for data analysis ais help achieve ais Software Development
TCPServer
- indy 通信服务端,GPS定位OBD数据解析-indy communications server, GPS positioning OBD data analysis
HTTPanalyse
- 实现对http数据的解析,分为服务器端和用户端数据。-Http achieve data analysis is divided into server-side and client data.
sa873
- Principal component analysis of multivariate data analysis projection, Energy spectrum analysis and calculation, Bayesian parameter estimation principle mixed logit model.
vbbye
- Based on negative entropy largest independent component analysis, Can be widely used in data analysis and forecast data, Modeling and simulation pwm rectifie.
teibangleng
- Using MATLAB dynamic clustering or iterative self-organizing data analysis, GPS and INS navigation program, Optimization class contains several simple sample programs.
SocketToolsourcecode
- Socket测试工具包的开发 第一阶段,先开发客户端,第二阶段 开发服务端. 1.GPS坐标数据的解析与转化, 比如开始和结尾判断后,中间取字符串的方式. 使用什么样的编码. 2.Json数据的解析与转化,快速的发送类的一种方式,不用考虑那么多的字节转化方式 3.最简单的是发送字符串,这样的功能市面上都有。 我要能够发送字节串,可以写一个16进制串,然后发送出去. 可以定时发送. 4.多个客户端同时发送数据. 模拟数量,然后以列表的形式看发送和返回的数据. 5.添加的测试服务器和