搜索资源列表
lincan-0.3.3.tar
- LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linu
s3c_wifi_v4(GSPI)
- s3c_wifi_v4是我们做出来的marvell 8686 SPI 驱动,移植了SPI接口部分。采用SPI Poll方式,支持最高SPI速率25M 目前已经测试了以下Linux版本 Linux 2.6.18.1 Linux 2.6.24.7 -s3c_wifi_v4 is the driverof marvell 8686 SPI , part of the SPI interface. Using SPI Poll ways to support the m
sct-complete
- linux下的改进的串口调试小助手,采用poll机制-improved under linux serial debugging a small assistant, using poll mechanism
poll
- linux poll driver for 2410
Linux-driver-development8
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第8章、Linux设备驱动中的阻塞与非阻塞I/O。阻塞和非阻塞I/O是设备访问的两种不同模式,驱动程序可以灵活地支持用户空间对设备的这两种访问方式。8.1节讲解阻塞I/O和非阻塞I/O的区别,实现阻塞I/O的等待队列机制,以及在globalfifo设备驱动中增加对阻塞I/O支持的方法,并进行了用户空间的验证。8.2节讲解设备驱动的轮询(poll)操作的概念和编程方法,poll操作可以帮助用户了解是否能对设备
scull-poll
- LINUX 驱动入门 字符设备 从入门到提升之 mydve_po-linux driver primer
Help-to-understand-select-poll-epoll
- 帮助了解select poll函数的运行机制 熟悉Linux kernel休眠等待机制-Help to understand select poll function mechanism Familiar with Linux kernel dormant waiting mechanism
forth_dev_poll
- 6410板载嵌入式Linux平台的POLL驱动测试程序的硬件与新手写的测试程序-6410 POLL drive test program the hardware onboard embedded Linux platform with the new hand-written test procedures
libiop-code-1.0.4
- 一个c语言开发的跨平台网络IO库 功能特性: 1:c/c++ api, 底层支持epoll,select,poll等io模型 2:异步事件模型 3:任务池模型,跨平台线程接口 4:跨平台(Linux/windows) 5:日志服务 6:稳定,支持7*24小时无间断运行,自动处理异常状态 7:高并发与快速响应 8:API简洁, 学习成本底-The libiop provides a mechanism to
poll
- 使用C语言,在linux系统下实现了POLL的基本原理和基本的使用方法,通过一个简单的程序,基本包含了POLL所用于的方法和优点。-Using the C language, linux system POLL the basic principles and use through a simple procedure, basic POLL used to and benefits.
timer
- UNIX/Linux应用程序在使用select/poll调用实现I/O的集中控制时,可借此实现通用的定时器功能。因为依赖于之前上传的双向链表实现,故而也包含在其中。-UNIX/Linux applications to achieve the centralized control of the I/O using select/poll call will be able to achieve universal timer functions. Doubly linked list impl
blk-iopoll
- Linux Driver, Functions related to interrupt-poll handling in the block layer. This is similar to NAPI for network devices.-Linux Driver, Functions related to interrupt-poll handling in the block layer. This is similar to NAPI for network devices.
LabJackLinux
- A data acquisition program which uses a Windows based server (mfc) and a linux client which has the Labjack U12. The server sends a string of data to the client specifying the time delay between acq s, the number of times to poll and the IO port dire
poll
- linux操作系统下面的poll函数的用法 源代码 驱动-linux poll
poll-client
- pop client souce coding under linux
poll
- 一个linux dirver示例:关于poll阻塞的简明而又很好的示例。-A linux dirver example: Brief but good example on poll obstruction.
poll
- Linux Poll机制的分析,有源代码,也有写的一份记录文档,很好的分析poll机制的实现-linux poll code and text
poll
- 对Linux的Poll机制进行了详细论述,说明了Poll机制的详细使用方法。-analysis Linux poll ,you can know how to use it.
poll聊天服务器
- 1. 聊天室服务器端的创建。 2. 聊天室客户端的创建。 3. 实现客户与服务器的连接通讯。 4. 实现客户之间的私聊 5. 实现客户端的在线信息显示。 6. 实现服务器端当前在线客户信息。(1. chat room server side creation. 2. chat room client creation. 3. realize the connection communication between client and server. 4., to achieve
IO
- 基于linux平台的多路IO复用,使用了select和poll来实现(Multiplexing of multiplex IO based on Linux platform)