diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-08-27 20:36:50 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-08-30 02:55:35 +0200 |
commit | 9e91058ed926841d3152f888b8b87633b8ccc4f8 (patch) | |
tree | a6dd007fa6ffe1338bd611babdb3fbb3ab8715b9 /README.adoc | |
parent | fbc7454647d874cfc4603eea50c9576b12e3068e (diff) | |
download | desktop-tools-9e91058ed926841d3152f888b8b87633b8ccc4f8.tar.gz desktop-tools-9e91058ed926841d3152f888b8b87633b8ccc4f8.tar.xz desktop-tools-9e91058ed926841d3152f888b8b87633b8ccc4f8.zip |
Add elksmart-comm for transceiving infrared codes
The receive functionality is quite unstable,
however useful enough for something that is officially unsupported.
The gadget is picky about cables,
but it has ridiculous reach when it works.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 0bd0de4..06b7c26 100644 --- a/README.adoc +++ b/README.adoc @@ -27,6 +27,8 @@ to other people as well: pseudo-random data; it should be fast enough to saturate most devices - 'big-brother' tracks the title of the active window and the idle state of the user and writes these events to standard output. + - 'elksmart-comm' interfaces with ELK Smart infrared dongles, + partially reimplementing the Ocrustar mobile app. Few of them are useful outside of Linux. @@ -37,7 +39,9 @@ Regular releases are sporadic. git master should be stable enough. Building -------- Build dependencies: CMake, pkg-config, liberty (included) + -Runtime dependencies: libpulse, libx11, dbus-1, libgdm (optional) +Runtime dependencies: libpulse, libx11, dbus-1 + +Optional runtime dependencies: +libusb-1.0 (elksmart-comm), libgdm (gdm-switch-user) $ git clone --recursive https://git.janouch.name/p/desktop-tools.git $ mkdir desktop-tools/build |