Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mqttiotstuff/mqtt-agent-ledbox

LedBox Mqtt Agent , controlling led animation on the led box
https://github.com/mqttiotstuff/mqtt-agent-ledbox

animation iot-light led mqtt python strip

Last synced: about 2 months ago
JSON representation

LedBox Mqtt Agent , controlling led animation on the led box

Awesome Lists containing this project

README

        

# LedBox MQTT Agent

This repository contains an mqtt agent implementation in Python to display event animation to the ledbox, that can be used to display meanings to computer events or notifications : (internet link down, childrens near home, web site not available, build failed .... )

An animation example :

![](doc/images/parallel_parallel_dotanim_red__1__11__rain_blue____dotanim_green_1_9__.avi.gif)

This animation is done on sending the following command on an mqtt topic
```
parallel(parallel(dotanim(red, 1, 11),rain(blue)), dotanim(green,1,9))
```

[See gallery for more examples](doc/gallery.md)

[See Reference for more information of the builtin functions](LedBox_Animations.md)