Skip to content

smougenot/mqtt2thingspeak

Repository files navigation

mqtt2thingspeak

NPM version Build Status Dependency Status Coverage percentage

Transfers mqtt message to thingspeak channel

Install

$ npm install --save mqtt2thingspeak

Usage

var mqtt2thingspeak = require('mqtt2thingspeak');
DEBUG=app node --harmony dist/mqtt2ts.js

Can be started as a deamon (using /etc/init.d) by linking the file script/mqtt2thingspeak to /etc/init.d It might need some editing for setup

ln -s "$(pwd)/script/mqtt2thingspeak" /etc/init.d/
service mqtt2thingspeak start

License

ISC © Sylvain Mougenot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published