An open API service indexing awesome lists of open source software.

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

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
```