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.4clone this repo:
$ git clone https://github.com/adafruit/mqtt-log.git && cd mqtt-loginstall dependencies:
$ npm installstart 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.