Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ah01 committed Sep 4, 2016
1 parent aec8a04 commit a1b0fdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Binary file modified doc/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# 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.*

<p align="center">
<img src="https://raw.githubusercontent.com/bastlirna/mqtt-wall/master/doc/screenshot.png" alt="MQTT Wall Screenshot">
</p>

## 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

- Clean and simple design
- 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.

0 comments on commit a1b0fdc

Please # to comment.