1.0.5 • Published 4 months ago

mqtt-devices-parser v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

mqtt-devices-parser

NPM Module

  • MQTT parser
  • Parses topics coming from devices and updates data on dB

Deploy

parser.deploy(config,projectsPath);

Run

parser.init(config,projects);

Examples

check example path to see how to use this module

UnitTest

Dependencies

  • mysql8.0
  • MQTT

Front end

  • Node service running the following project

Configuration

The default configuration uses ./config/index.js file\ In your program set the same struct and pass it as argument on the module init call.

An mqtt account will be created using the following settings mqtt.user - mqtt user login mqtt.pwd - mqtt pwd login

1.0.2

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.1

5 months ago

1.0.0

7 months ago