From ebaa0a16821e5588eda5bc590c14f72931f2a181 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Tue, 4 Jul 2023 22:30:10 +0100 Subject: [PATCH] add readme --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..46c055e --- /dev/null +++ b/readme.md @@ -0,0 +1,11 @@ +# DDCMQTT +DDCMQTT is a little server program that sends DDC commands to monitors in response to +MQTT messages. This allows you to, for example, change brightness and input from +whatever custom scripts/hardware/control system you want. + +## Status +It works, on a RPi 4, and is in daily use by the author. Code's a bit messy. + +## Building +You'll need a working Rust environment, or Nix. Run `cargo build` or `nix build` +accordingly.