搜索资源列表
Linux 2_4_x 网络协议栈QoS模块(TC)的设计与实现
- linux qos 模块,最标准的实现-module, the most standard of achievement
linux-bluetooth-touchscreen
- 上学的时候写的蓝牙触控板程序,可以控制linux主机的鼠标的位移(键盘同样道理,不过源码忘放哪里了),不过没有实现鼠标按键点击动作。触控板使用的平台是2410的。自己写的程序,主机端借用了bluz协议栈中的程序。请尊重我的个人劳动,使用时请注明作者。欢迎交流kaiserempire@gmail.com
Linux TCP-IP 协议栈源码分析(一)
- 本文可用于核心协议分析-paper can be used for the core protocol analysis
linuxprotocol
- 提供了linux协议栈的分析文档。对研究协议栈会很有帮助。
802.11无线局域网协议栈的完整实现
- 这是在Linux下的802.11无线局域网协议栈的完整实现,运行环境为Linux+NS2,编程语言为C++。
嵌入式TCPIP协议栈相关资料
- 内容包括: 嵌入式TCPIP协议栈应用主机端程序(VC6源码);如何构造嵌入式Linux系统;基于ARM的嵌入式TCPIP协议的实现等-include : Embedded TCPIP stack-mainframe application procedures (VC6 source); How to structure embedded Linux systems; Based on the ARM Embedded TCPIP agreement realization
SIP协议栈for linux
- SIP协议栈for linux
src(upnp)
- Linux下的UPNP协议栈源码及实现,完整程序,无任何删减,请放心使用!-Under the Linux source code and the UPNP protocol stack implementation, the full program, without any deletion, please be assured!
LINUXprotocal
- Linux网络协议栈的介绍,包含丰富的图文说明.-The introduction of Linux network protocol stack and it has profound picture and word explation.
Linuxtcpipnetstack
- linux 2.6.18下详细分析了内核网络协议栈,对研究网络协议栈很有帮助!-linux 2.6.18 net stack tcp ip udp icmp vlan
Openh323-RTH323
- 如何成功的运用OPENH323 来开发商业的H.323 协议栈 Openh323 有以下的特征: 1>动态的静音检测算法, 以减小语音包的传输量。 2>支持Windows,Linux 和FreeBSD 的多种客户端命令。 3>包含有MCU,PSTN 网关,和自动语音应答机等多种应用平台。 4>软件支持GSM,LPC-10,G.711 uLaw/Alaw 软件编解码方式。 5>特定硬件(Quicknet/LineXJ)支持G.723.1, G.728 和 G.729
LinuxIPstack
- linux内核协议栈的分析文件,包括流程图,过程等-linux kernel protocol stack analysis of documents, including flowcharts, process, etc.
understanding-of-the-Linux-network-protocol-stack-
- 对Linux网络协议栈结构的理解.Linux的协议栈基于分层的设计思想,总共分为四层,从下往上依次是 :物理层,链路层,网络层,应用层。-Linux network protocol stack on the understanding of the structure. Linux protocol stack based on the hierarchical design idea, a total is divided into four levels, from bottom to t
linux-network-protocol-stack-analysis
- 了解网络协议栈的人都知道,网络协议栈是一个有层次的软件结构,层与层之 间通过预定的接口传递网络报文。网络报文中包含了在协议栈各层使用到的各 种信息。-Understand the network protocol stack knows that the network protocol stack is a level of software architecture, layer and layer of the interface between the transmission
LinuxNetworkKernelSource
- 这是我自己对Linux下的一个版本比较低的网络协议栈内核学习笔记,现在公开给大家,一起学习-This is my own version of Linux, a relatively low core network protocol stack study notes, is now open to everyone, learn together. . .
Linux
- linux内核以及linux网络协议栈代码相关的经典书籍-Linux kernel and networks-related books,
The-Linux-TCP-IP-Stack
- linux 协议栈源代码分析,分析得比较清楚,对linux协议栈学习者很有帮助-linux protocol stack source code analysis, the analysis was clear and helpful on the Linux protocol stack learners
Linux基础命令
- 本文将讲述网络相关命令,作者假定读者具备TCP/IP协议栈的基础知识。对于相关命令及其输出只介绍它的基本的使用方法和大概的描述,具体协议将不作详细解释。 如今网络无疑是很重要的,linux系统中提供了丰富的网络测试与管理命令。我们来一起看看它们。(This article will tell about network-related commands, and the author assumes that the reader has the basics of TCP\/IP proto
Linux网桥知识学习文档
- Linux网络协议栈网桥功能相关知识,总结并且整理出来的文档。对学习linux网络协议开发者有很大帮助。
linux TCP IP协议栈源码解析
- linux内核TCP/IP协议栈解析,包括协议栈内核源码,适合中、高级开发人员