Working example using netlink to monitor processes under linux
This source tree is configured to use CMake.
To generate a build configuration, perform the following steps:
- mkdir build
- cd build
- cmake ..
- make
Current documentation generated using doxygen has been included in docs/html If python is installed, you can use it to spin up a temporary web server for viewing the documentation:
python -m http.server 8080
This assumes that port 8080 is not already in use. If it is, simply replace 8080 with a free TCP port.
If doxygen is in the path, the documentation can be generated using:
make docs