https://github.com/thbkrkr/garland
Control LED garlands using Kafka
https://github.com/thbkrkr/garland
Last synced: 2 months ago
JSON representation
Control LED garlands using Kafka
- Host: GitHub
- URL: https://github.com/thbkrkr/garland
- Owner: thbkrkr
- Created: 2016-07-13T13:28:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T13:51:10.000Z (about 10 years ago)
- Last Synced: 2025-01-13T05:08:00.369Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Garland
Toy to control a LED garland by producing and consuming messages into Kafka \o/.
## Getting started
Setup the environment variables B, K and T required by the [Qli](https://github.com/thbkrkr/qli/blob/master/client/client.go#L47) client.
To turn on the 10th LED in red, produce a message:
```
echo -n '{"10":"0,50,0"}' | oq
```