-
Hello, i need to make a GUI for USBGuard in c++ and i wanted to ask if it's possible to use your library for communicating with the actual daemon. What i mean exactly is that i'd for example want to create a pointer to DeviceManager inside the daemon so that i could call getDeviceList() and display it inside my own app. |
Beta Was this translation helpful? Give feedback.
Answered by
radosroka
Oct 19, 2023
Replies: 1 comment 1 reply
-
Hello, it's definitely possible. See https://github.com/pinotree/usbguard-applet-qt. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Peteri42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, it's definitely possible. See https://github.com/pinotree/usbguard-applet-qt.