lan7800-led-ctl is a command line tool to control the LEDs connected to a LAN7800 ethernet controller. Usually those LEDs show the ethernet status like "Link/Activity" and "Speed". Using this tool you can turn them off, if you don't like a disco in your room at night ;-) These ethernet and USB controllers are used on embedded computers like Raspberry Pi 3B+. Further info can be found at: https://dominic.familie-radermacher.ch/computer/raspberry-pi/lan7800-led-ctl/ The Git repo with the latest version is located at: https://git.familie-radermacher.ch/linux/lan7800-led-ctl.git Compile: mkdir -p build && cmake --fresh -B build && cmake --build build Install: cmake --install build