A cli for running mosca
This embeds mosca and helps you to connect it to
jull.io using kue.
It implements authenticate, authorizeSubscribe, authorizePublish, publish, storePacket.
Install with npm
npm install -g mqtt-cli
You can run it using all the options available in mosca. config.js is a example of how to configure the auth back-end.
mqtt-cli -c config.js -v
Feel free to open a pull request with a nice feature or a fix for some bug.
See the LICENSE file.