What do I need to do import a Linux kernel module into python so that I can use its features in an application I want to build.
My target is to use the Better Approach To Mobile Ad-Hoc Networking (B.A.T.M.A.N) kernel module that has been included in the Linux Kernel since 2.6 for routing purposes for a mesh network that would consist of Raspberry Pis. I will be using Twisted for all the network programming.