This is a GTK4 based UI to visualize measurements coming from Nordic Semiconductor’s Power Profiler Kit 2
The program ppk2tool-gtk is the GUI part only, and
relies on a separate Python module, ppk2tool, for
communication with the device.
In its present form, the tool relies on Linux specific way to get notified about connection and disconnection of USB devices, and Linux specific way of discovering the desired type of device. Contributions of code that would make it usable on other platforms are welcome (but no AI produced, please!).
Home repo: https://git.average.org/cgit/ppk2tool-gtk.git/ or github mirror
Uses low level library: https://git.average.org/cgit/ppk2tool.git/ or github mirror
.deb package is available as a github release,
but bear in mind that you’d need to download and install the
.deb for the low level library as a dependency, e.g. from
here
Eugene Crosser <crosser at average dot org>