Skip to content

a simple mqtt logging utility with nedb backed storage and http access

License

Notifications You must be signed in to change notification settings

adafruit/mqtt-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a simple mqtt logging utility with nedb backed storage and http access

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published