Skip to content

Yaroslav-95/genltest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Generic Netlink example

This repository contains an example of how to use the Generic Netlink communication protocol of the Linux Kernel both in kernel space and user space.

For more information read my introductory article here; or if you are the adventurous kind just read the source, it's got plenty of comments :)

Build and run

Kernel module

In order to build the kernel module you need to have installed the Linux kernel headers in your system.

Once you've got the requirements covered just switch to the ks/ directory and make it.

If the build completed successfully, you should be able to load the genltest.ko module using insmod.

User space program

In order to build the program you need to have libnl installed.

Once installed just switch to the us/ directory and make it.

If the build completed successfully, and once you have loaded the aforementioned genltest.ko module, you should be able to run the program ./genltest.

About

A Generic Netlink example in kernel and user space. Mirror of https://git.yaroslavps.com/genltest/about/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors