summaryrefslogtreecommitdiff
path: root/README
blob: 4678fbd8d31e0fa1215275ad31fbd1c228890f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

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