No description
Find a file
2019-03-14 00:52:14 +01:00
index.js tweak CORS response headers 2015-12-30 08:41:30 -05:00
LICENSE adds license 2015-12-29 12:47:55 -05:00
package.json Security update "aedes": ">=0.35.1" 2019-03-14 00:52:14 +01:00
README.md echo mqtt and http ports 2015-12-29 12:52:33 -05:00

mqtt-log

a simple mqtt logging utility that can output logs via a http server.

installation

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

license

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.