1.0.2 • Published 8 years ago

mqtt-topics v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

MQTT Topics

Tool to match MQTT topic name against topic filter regarding MQTT specification.

Installation

npm install mqtt-topics --save

Example

var MqttTopics = require('mqtt-topics');
var result = MqttTopics.match('sport/tennis/+/score', 'sport/tennis/player1/score');

console.log(result);
// Outputs 'true' to the console

License

MIT