Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 357 Bytes

Meshtastic MQTT Monitor

A web browser application that shows meshtastic packet data acquired from an MQTT broker. The broker must have a secure WebSocket endpoint. There is no server backend — everything runs in a browser.

The app is deployed at https://mskvortsov.github.io/meshmon

Running locally

npm ci
npm run test
npm run dev