Control DDC-capable monitors over MQTT
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sam W ebaa0a1682 add readme 3 months ago
src Add monitor brightness support 12 months ago
.envrc Switch to mqtt adaptor 1 year ago
.gitignore Initial kinda working OSC->DDC server 1 year ago
Cargo.lock Switch to mqtt adaptor 1 year ago
Cargo.toml Switch to mqtt adaptor 1 year ago
flake.lock Swap to rust nightly 12 months ago
flake.nix flake: Exclude udev from devshell on !linux 12 months ago
readme.md add readme 3 months ago

readme.md

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.