View on GitHub

mqtt-transformer

A simple service which consumes, transforms and periodically republish json messages on mqtt.

Mqtt Marquee Scroller

Github page

A small hardware which can show mqtt messages.

Message input fomat;

{
  "message": "message"
}

Face input format;

{
  "panels": [
    { "t":2 },
    { "t":0 },
    { "t":3, "p":70},
    { "t":3, "p":10}
  ]
}

Recipes