Update README.md

This commit is contained in:
Giovanni Harting 2017-12-13 16:38:39 +01:00 committed by GitHub
parent c9e72aec4c
commit 3309b9defa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
# LedD.GO
LedD Daemon in golang
[![][license img]][license]
LedD is a multipurpose daemon for interfacing LED(s) written in GO. It provides an abstract, protobuf based protocol for clients to control any kind of LED through an backend, although its original purpose was interfacing a PCA9685 chip via i2c. Since there are multiple ways to control leds we made the decision to write LedD as open as possible to other ways of controlling leds. As a result of this decision we split LedD in a server part (this repository) and multiple clients, which can be written in any kind of language and can use a custom way to control its LEDs, as long as they implement LedD's protobuf protocol they can be controled with LedD.