MQTTLensChromeApp icon indicating copy to clipboard operation
MQTTLensChromeApp copied to clipboard

MQTTLens Chrome App, a MQTT utility build on Web Components and Packaged for the Chrome Platform

MQTTLens Chrome App

Get started and loading the Dev version of MQTTLens

git clone https://github.com/sandro-k/MQTTLensChromeApp.git

cd MQTTLensChromeApp

git submodule init

git submodule update

npm install

bower install

grunt

This will build MQTTlens in to the build directory. Navigate to chrome://extensions/ in Chrome and load the build folder as a Chrome App.

To debug MQTTlens installed from the Chrome App Store brows to chrome://inspect/#apps

Other installations needed

You will also need a few other tools installed to properly complete the build:

  • Ruby - see https://www.ruby-lang.org/en/
  • NodeJS - see https://nodejs.org/en/
  • bower - npm install -g bower
  • sass gem install sass
  • Grunt npm install -g grunt-cli

Live reload

grunt watch

Changelog

0.0.13

  • using in mqtt-message-detail-ui.html

0.0.12

  • replacing × with x in mqtt-message-detail-ui.html

0.0.11

  • adding the ability to connect/disconnect on demand

0.0.10

  • making JSON paylod copyable

0.0.9

0.0.2

  • Updated to Polymer 0.5.5 and webcomponents.js

0.0.1 Initial release