搜索资源列表
netlink-program
- netlink编程,是linux下用户态和内核通讯的一种有效方法-netlink programming, is under linux kernel and user states an effective communications method
netlink
- Linux kernel - user space IPC - Netlink example
netlink_demo_2.6.30.tar
- 随着内核版本的演进,netlink的实现也有所变化。给出了在2.6.30内核系统上调测通过的的netlink demo,包括内核模块和应用程序两部分。程序代码精简,工程组织合理。具有参考与复用价值。-With the evolution of the kernel version, netlink realization also change. Given increase in the 2.6.30 kernel the system of measurement through the n
netlink-linux
- linux 内核用户通信netlink机制内核模块及应用层API-mechanism of linux kernel netlink kernel module user communication and application layer API
Linux-IPC.tar
- 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC wo
netlink_demo
- NETLINK是LINUX环境下一种新型的用户空间与内核空间的交互方法,示例代码给出了一个实例,将网络数据包以NETLINK的方式从内核空间发送至用户空间,再由用户空间返回。-under LINUX environment NETLINK is a new type of user space and kernel space of interactive methods, sample code gives an example of a network packet to the NETLI
linux2.6.26_netlink_IPC
- linux2.6.26下的netlink简单进程通信模型,包括Makefile文件-netlink under linux2.6.26 simple model of the process of communication, including the Makefile file
netlink_2.6.x
- netlink sample for arm linux under 2.6.x, to use it, just download and modify you cross compiler path
netlink
- Linux 下netlink的实现,实现较为精确,简单,非常适合刚学习netlink的工程是学习。-A simple implementation of Linux Netlink, it is a good material for those who want to learn how netlink works.
netlink_usage
- 我自己项目里面的一项应用,非常详细的讲清楚Linux下netlink用法-My own project inside an application, in great detail make it clear netlink usage under Linux
program-examples
- linux下内核编程的Damon程序 netlink呀什么都有-linux kernel programming under the program netlink 呀 everything Damon
socket
- Data transfer between kernel and user space using netlink socket if
netlink
- NETLINK 应用源码,主要包含netlink使用的例子-NETLINK application source code, consists mainly of examples of the use netlink
netlink
- Linux开发环境下通过建立Netlink套接字,实现内核态和用户态数据通信。-Linux development environment through the establishment of Netlink socket, kernel mode and user mode to achieve data communication.
netlink
- linux 内核态和用户态通信,netlink介绍-linux kernel mode and user mode communication, netlink introduced
netlink
- TIPC configuration handling for linux network device driver
netlink-program-examples
- Linux下netlink编程,包括用户态和内核态示例-Netlink programming under Linux, including kernel mode and user mode two examples
netlink
- linux系统下netlink开发的参考代码-linux netlink develop reference
netlink
- linux下用户程序同内核通信实例,主要的目的是用netlink机制实现用户程序和内核的通信。 具体就是用户程序执行./netlink -S [我是参数] 或./netlink -G 时,内核会返回 S know you! 和“I know you!” 这两种字符串, 然后输出。 内核和用户程序均加有打印-Under Linux user program with the kernel communication as an example, the main purpose is to
netlink
- linux下netlink机制实现通信,自己写的小程序实现内核与用户通信,代码十分精简且注释完整,内附有makefile编译文件和使用说明,还有学习文档-Linux u4E0Bnetlink u673A u5239 u5B0 u90B1 u901A u4FE1 uFF0C u81EA u5DF1 u5199 u7684 u5C0F u7A0B u5B9E u7B0 u5185 u6838 u4E0E u7528 u6237 u901A u4FE1