Sending and receiving arbitrary messages using generic netlink (written in Rust)
Netlink is one of the nicer interfaces to communicate between userland and linux kernel, but it’s still quite hard, tho. For an uni project I had to figure it out how to communicate...