mqttiotstuff / mqtt-agent-ledbox

LedBox Mqtt Agent , controlling led animation on the led box

Home Page:https://mqttiotstuff.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :

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

See Reference for more information of the builtin functions

About

LedBox Mqtt Agent , controlling led animation on the led box

https://mqttiotstuff.github.io


Languages

Language:Python 85.1%Language:Java 14.9%