Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1017 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 1017 Bytes

tempgauge

Read a topic from MQTT and display the value on a gauge

Screenshot

Websockets

This uses WSS which provides a WebSocket interface and connects to my MQTT broker:

WSS \
	--websocketPort 18883 \
	--brokerHost localhost \
	--brokerPort 1883

boom.py publishes a random temperature to my Mosquitto broker every 0.5s.

Demo

See it and interact with it here

Credits