a simple mqtt logging utility that can output logs via a http server.
make sure you have a current, stable version of node.js installed:
$ node -v
v4.2.4
clone this repo:
$ git clone https://github.com/adafruit/mqtt-log.git && cd mqtt-log
install dependencies:
$ npm install
start the server:
$ node index.js
listening on mqtt port 1883 and http port 8080...
copyright (c) 2015 adafruit industries. licensed under the mit license.
adafruit invests time and resources providing this open source code. please support adafruit and open-source hardware by purchasing products from adafruit.