搜索资源列表
fang_ucapture
- 截包的需求一般来自于过滤、转换协议、截取报文分析等。 过滤型的应用比较多,典型为包过滤型防火墙。 转换协议的应用局限于一些特定环境。比如第三方开发网络协议软件,不能够与原有操作系统软件融合,只好采取“嵌入协议栈的块”(BITS)方式实施。比如IPSEC在Windows上的第三方实现,无法和操作系统厂商提供的IP软件融合,只好实现在IP层与链路层之间,作为协议栈的一层来实现。第三方PPPOE软件也是通过这种方式实现。 截取包用于分析的目的,用“抓包”描述更恰当一些,“截包”一般表示有截断的能力,“
Bluez-btstack
- Bluez 蓝牙协议栈代码 包含HCI层接口,以及上层应用协议代码-Bluez Bluetooth protocol stack code contains HCI interface layer and the upper application protocol code
All
- Qt网络编程,主要实现ZigBee网络拓扑结构的现实以及信息传递的功能。-The ZigBee Specification describes the infrastructure and services available to applications operating on the ZigBee platform. Keywords ZigBee, Stack, Network, Application, Profile, Framework, Device Descr iption,
StackedWidget
- 堆栈窗口QStackedWidget类也是应用程序中经常见到的。在实际应用中,堆栈窗体多与列表框QListWidget及下拉列表框QComboBox配合使用。本程序实现堆栈窗体QStackedWidget类的使用,当选择左侧列表框中不同的选项是,右侧显示所选的不同的窗体。-The the stack the window QStackedWidget class is also an application often see. In practical applications, the st
9
- 在 μC/OS-II 上的移植,主要是针对与 CPU 或编译器相关的文件和操作系统模拟层来 进行移植,并简要描述了 LwIP 对下层的网络接口和上层的应用程序接口的编程模 型。针对以太网控制器和网络物理层芯片的硬件特征,实现了以太网驱动程序,主 要完成以太网的初始化、中断处理以及数据的接收和发送等功能,为 LwIP 提供驱动 支持。根据嵌入式应用开发的需要,在 LwIP 协议栈的基础上实现了 TFTP 协议以及 网络烧写服务器,为 Bootloader 提供有实用性的网络下载
tpmdd-2.6.16
- TPM芯片可以使你使用硬件来安全存储和保护你的密钥和个人数据,该工程文件为TPM芯片提供了一个Linux内核设备驱动。解压后文件名为tpmdd-2.6.16.tgz-This project provides a Linux kernel device driver to enable the TPM chip as described by Trusted Computing Group specifications. The TPM chip will enable you to use h
Z-stack
- TI Z-stack 协议栈开发环境和工作流程。-Z-Stack API(Application Programming Interface),HAL (Hardware Abstract Layer),MAC(Media Access Control),NWK(Zigbee Network Layer),OSAL (Operating System Abstract System), Security, Service,ZDO (Zigbee Device Objects)。
calculator_stack.tar
- 栈的应用:C实现简单计算器(表达式的计算)(举例: 计算 3+(5-2*3)/4-2= )-Application stack: C simple calculator (expression calculation) (for example: the calculation 3+ (5-2* 3)/4-2 =)
LinkedListaQueueaStack
- 数据结构中LinkedList,Queue,Stack等数据结构的构造与应用-Construction and application of the data structure of LinkedList, Queue, Stack
DpcStackGrower_Sources
- DPC Stack Grower is a program I wrote some time ago that allows to modify the size of the kernel stack used by the system for servicing "Deferred Procedure Calls" in Windows NT and later. For the reader it can be an example of a quite complex hook ap
FreeModbusSlaveMaster
- FreeMODBUS一个奥地利人写的Modbus协议。它是一个针对嵌入式应用的一个免费(自由)的通用MODBUS协议的移植。Modbus是一个工业制造环境中应用的一个通用协议。Modbus通信协议栈包括两层:Modbus应用层协议,该层定义了数据模式和功能;另外一层是网络层。 本压缩包是进修改完善后的程序,可直接移植到各种嵌入式平台。- FreeMODBUS Austrian write a Modbus protocol. It is a port for embedded appli