mqtt-match
v3.0.0
Published
Match mqtt formatted topic strings to strings
Downloads
33,339
Readme
mqtt-match
Match mqtt formatted topic strings to strings
Usage
const match = require('mqtt-match')
console.log(match('foo/+', 'foo/bar'))
// true
Api
match(filter, topic[, handleSharedSubscription])
filter
(string) - mqtt filter topic, e.g.foo/+/bar
topic
(string) - topic string, e.g.foo/314/bar
handleSharedSubscription
(boolean) - set to true if handling$share/
filter topics
License
MIT