Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 699 Bytes

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