Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mqttiotstuff/mqtt-agent-ledbox
- Owner: mqttiotstuff
- Created: 2021-03-14T17:37:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T20:03:34.000Z (over 2 years ago)
- Last Synced: 2023-03-08T20:51:01.141Z (almost 2 years ago)
- Topics: animation, iot-light, led, mqtt, python, strip
- Language: Python
- Homepage: https://mqttiotstuff.github.io
- Size: 35.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)