搜索资源列表
gps
- linux下select方式接受并解析NMEA协议gps信息,解析GGA、RMC语句,可以定位经纬度、时间、日期、星数等信息。
freesdp.tar
- SDP文件解析代码,简单实用。内有示例。SDP文件主要用RTSP,RTP协议的初始化中。
Tns_code
- 一个解析oracle协议的代码,分析比较深入,相对于dsniffer的oracle解析来说要强很多-An oracle protocol parsing code, more in-depth analysis, compared to the oracle parse dsniffer is a lot stronger
ringbuffer_src_2.0
- C语言实现的环形缓存类封装。功能比较实用,可以用于网络环境下,协议栈或通信协议解析。-C language implementation of the circular buffer class package. Functions more practical, can be used for the network environment, or communication protocol stack resolution.
send_message
- 利用TCP协议传输TCP报文,并且受到该报文后进行解析。-TCP protocol using TCP packet transmission, and by the newspaper after the resolution text.
LinuxARP
- Linux ARP协议源码解析,出处网络,作者不明-Linux ARP protocol source code analysis, source network, author unknown
FTP_SERVER_SRC
- 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
linuxkernelprotocolstacksourcecodeanalysis
- linux内核协议栈源码解析,pdf电子书,清晰,-pdf e-books, clear, linux kernel protocol stack source code analysis
ethtool-6.tar
- ethtool-6网络包解析工具源码。可以完整编译通过。需要研究网络抓包原理和协议的朋友可用-ethtool-6 network packet analysis tool for source code. You can completely compile. Need to study the principles of network packet capture and protocol friends available
ReadFromHTTPServer
- 手机开发,解析HTTP协议-Phone development, analytical HTTP protocol. . . . . . . . .
200612.04
- linux网络协议分析,对各种网络协议源代码解析-linux net source
decode_tcp
- 自己写的一个TCP协议选项解析,能够提取出SYN包中的选项内容,运行平台是linux,C语言开发,已经经过测试-Write a TCP protocol option parsing to extract the contents of the SYN packet in the option, run the platform is linux, C language development, has been tested
ntp
- linux中如何实现NTP 协议的源代码,具体流程“开始->解析地址->新建socket->构建ntp协议包->发送ntp协议包->接收ntp协议包->结束-linux how to achieve the NTP protocol source code, the specific processes " Start-> parse address-> new socket-> build ntp protocol packets-
dhcpcd-5.2.12
- DHCP客户端c++实现,可以模拟dhcp发包,包括协议解析和ip地址分配-DHCP client c++ implementation can be simulated dhcp contract, including protocol analysis and the ip address assignment
sas
- 防盗报警系统响应源码,写入数据库并响应,包含协议解析-Anti-theft alarm system response code, written to the database and responds
openbts for linux
- 基于openbts源代码,对GSM协议的解析,现实短信获取,监听用户手机号的获取等功能
ModbusTcp20170907.tar
- 基于ModbusTcp标准协议的客户端程序,实现数据的读取解析(Data reading and parsing based on the client program based on ModbusTcp standard protocol)
FFRSRL
- SyncML核心解析代码,对开发SyncML 协议非常有用,SYNCML是OMA的手机同步协议,此代码可以在Windows()
linux TCP IP协议栈源码解析
- linux内核TCP/IP协议栈解析,包括协议栈内核源码,适合中、高级开发人员