aniketp / netlink

Demonstration of userspace and kernel communication via Netlink (both Unicast and Multicast)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netlink

Demonstration of userspace and kernel communication via Netlink-protocol (both Unicast and Multicast). Additionally, a character device-driver /dev/char_device to be expanded to a full-fledged module to use netlink for inter-process and inter-kernel communication instead of ioctls.

References:

About

Demonstration of userspace and kernel communication via Netlink (both Unicast and Multicast)


Languages

Language:C 95.7%Language:Makefile 4.3%