diff --git a/doc/screenshot.png b/doc/screenshot.png index bdc09cc..746607f 100644 Binary files a/doc/screenshot.png and b/doc/screenshot.png differ diff --git a/readme.md b/readme.md index 304df4e..76ad819 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # MQTT Wall -*Simple web page for show subscribed topics from MQTT server.* +*Simple web page for show subscribed topics from MQTT server. — Like twitter wall for your MQTT broker.*
@@ -8,9 +8,7 @@ ## Status -[![Build Status](https://travis-ci.org/bastlirna/mqtt-wall.svg?branch=master)](https://travis-ci.org/bastlirna/mqtt-wall) - -**[Last Build](http://jslab.net/pub/mqtt-wall/)** +[![Build Status](https://travis-ci.org/bastlirna/mqtt-wall.svg?branch=master)](https://travis-ci.org/bastlirna/mqtt-wall) [![Build list](https://img.shields.io/badge/build-list-lightgray.png)](http://jslab.net/pub/mqtt-wall/) ## Main Goal @@ -18,6 +16,11 @@ - Nice on big screen with huge font (overhead projector during lecture) - Just subscription of single topic (including wildcards ofcourse) +## Usage + +1. Downalod MQTT wall package (stable version or latest build) +2. In index.html file there is configuration, put there your broker connection (MQTT over websockets is required). + ## History -This project was created as demo for my talk about MQTT on conference [Linux Days 2015](https://www.linuxdays.cz/2015/en/). It took me about one hour and from then I barely touch the code. It's useful little tool but not production ready. +This project was created as demo for my talk about MQTT on conference [Linux Days 2015](https://www.linuxdays.cz/2015/en/). First version took me about one hour. Since then codebase was completely rewritten.