/dart_mqtt_matcher

Primary LanguageDartOtherNOASSERTION

A very (very) small package to determine if a given MQTT topic matches with a broader MQTT topic pattern.

Features

it does the thing

Getting started

add this package and use it

Usage

you type literally one line

const bool result = MqttMatcher.isTopicMatch('test/ooga/+/booga/#', 'test/ooga/aeugh/booga/unga');

Where to find additional information

you cant