Skip to content

mimani68/mqtt_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

MQTT is protocol for IOT connection.

mqtt logo

In this project we simulate some services and one external MQTT message broker. Client that assume is a single devices, send below topic for SMS sending.

   oC%4w@shop/system/connection/sms/inbox

we use random prefix for separate call in project

   oC%4w@shop

mqtt architecture

Main server that written in ECMAScritp6 is in class form and made in SOLID principle.

mqtt architecture


RUN PROJECT

a) for use this project you can run both file in same times.

   $ node device-client/device.iot.js
   $ node server/saman.sms.service.js

project-screen_one

project-screen_two

About

mqtt.js plugin for IOT device connection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published