https://github.com/mimani68/mqtt_simulator
mqtt.js plugin for IOT device connection
https://github.com/mimani68/mqtt_simulator
iot mqtt mqtt-client mqtt-server
Last synced: 2 months ago
JSON representation
mqtt.js plugin for IOT device connection
- Host: GitHub
- URL: https://github.com/mimani68/mqtt_simulator
- Owner: mimani68
- Created: 2018-08-20T14:37:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T15:02:42.000Z (almost 8 years ago)
- Last Synced: 2025-05-26T18:04:45.284Z (about 1 year ago)
- Topics: iot, mqtt, mqtt-client, mqtt-server
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
MQTT is protocol for IOT connection.

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

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

____
## 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

