cnc-thesis-project / probeably

Probing tool
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

probeably

This is a probe tool we developed for our master thesis. It is unfinished, and we leave no guarantees for its usability.

Building and installing

meson build
ninja -C build

sudo ninja -C build install

Running

./build/probeably --config <path to config>

or run it with systemd:

systemctl start probeably

The probe tool uses a new database file for every restart. It should be able to separate probing sessions using ids, but we haven't had the time to implement that :relieved:.