Skip to content

m3y54m/netlink-socket-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlink Socket in C

Build

mkdir build
cd build
cmake ..
make

If you want to enable debugging in the build output, use the following command instead of cmake ..

cmake -DCMAKE_BUILD_TYPE=Debug ..

Run

To run the output executable file you need root permissions:

sudo ./main

Resources

About

How to Use Netlink Socket in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published