Skip to content

WakeupTsai/MQTT-Panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT-Panel

Base on fabaff/mqtt-panel https://github.com/fabaff/mqtt-panel.

demo

Install

git clone https://github.com/WakeupTsai/MQTT-Panel.git
cd MQTT-Panel

# install dependencies
npm install

# set environment variables
export MQTTPANELPORT=[port] # default 5000
export MQTTBROKER=mqtt:[broker ip] # default mqtt:m2m.eclipse.org

# start mqtt-panel
npm start

# publish message to check
mosquitto_pub -h [broker ip] -t "lab/test" -m "test"

About

Panel for visualizing the message from MQTT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published