Add files via upload

This commit is contained in:
nmset
2017-12-17 17:31:49 +01:00
committed by GitHub
parent 3aa2ebd1ae
commit 6e6916aabe
22 changed files with 1550 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
POD7 is a small utility that listens to HIDRAW USB foot pedals and forwards the events as session DBus signals.
It can also list available HIDRAW USB devices. Using an udev rule to symlink the device is however recommended.
The forwarded signal can then be remotely caught and reacted upon.
The forwarded pedal events can be identified using the -v switch.
Work done as a hobbyist with NetBeans, targeting GNU/Linux OS.