Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 431 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 431 Bytes

A simple webapp to display messages read from MQTT topics - originally forked from @seandmccarthy's project

Uses Sinatra, with the mqtt gem from @njh

The Sinatra app subscribes to topics on an MQTT broker and presents them as Server Sent Events on a URL. The client-side Javascript code then updates the web UI with the values received.