2.2.0 • Published 4 years ago

hermesjs-mqtt v2.2.0

Weekly downloads
26
License
MIT
Repository
github
Last release
4 years ago

hermesjs-mqtt

MQTT adapter for HermesJS.

Installing

npm install hermesjs-mqtt

Example

const Hermes = require('hermesjs');
const MqttAdapter = require('hermesjs-mqtt');

const app = new Hermes();

app.addAdapter(MqttAdapter, {
  url: 'mqtt://test.mosquitto.org',
  topics: ['hola/+', 'adios/+'],
});

See a working example here.

Author

Fran Méndez (fmvilas.com)

2.2.0

4 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago