##Overview
Proof of concept of MQTT client. It will show any message received over MQTT from a local server (hardcoded to localhost:1884) as a notification. When clicking the notification, a new tab is opened.
##Installation
- Download all the files to a directory.
- In Chrome, goto Tools -> Extenstions.
- Tick the 'Developer mode' box, then click 'Load unpacked extension...'
- Select the directory where you have downloaded the extension.
- The extension will automatically load and connect using the default settings.
- The settings page will open allowing you to change them to suit your configuration.
- Click Save & Close. Note: if you changed the broker, port or subtopic settings you need to click the MQTT2Chrome toolbar to trigger a reconnect.