bachrc / mqtt-browser-displayer

A client-sided Javascript app which displays in a page the informations it receives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQTT Displayer

This app can easily display the data received from an MQTT server, by subscribing to value/#

Launching the application

In the project directory, open a console and then type in :

npm install
npm start

And then you can access to the app via localhost:1234 !

Connect the application to the MQTT server

On the sensors.js file, on the first line, you can change the MQTT server address and port. You can combine the random sensors generator available here : https://github.com/pigne/random-sensors

About

A client-sided Javascript app which displays in a page the informations it receives.


Languages

Language:JavaScript 66.3%Language:HTML 33.7%