Skip to content

tnemelclement/episen-mqtt-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT Project

Get started

  1. Create the network mqtt-project-network
  2. Run node-red
  3. Run grafana
  4. Run influx-db
  5. Run mosquito

Network

docker network create mqtt-project-network

Node Red

cd node-red
docker-compose up -d --build

Available on localhost:1880.

InfluxDB

cd influx-db
docker-compose up -d --build

Available on localhost:8086.

Mosquito

cd mosquito
docker-compose up -d --build
  • localhost:1883 for MQTT.
  • localhost:8001 for WebSocket.

Grafana

cd grafana
docker-compose up -d --build

Available on localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages