10000 GitHub - bakterian/stdMqtt: Mqtt helper utility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bakterian/stdMqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT STANDARD HELPER LIBRARY

Node-js Mqtt helper utility

Node Js utility for dealing with common mqtt related tasks. Like extracting values from a nested payload structure.

Release 1.0.0

Initial release of code and configuration examples. Tested on linux.

How to Install

Clone or unzip repository. Open shell or the windows cmd, cd inside and type:

npm install

How to run

Simply reference in a different application: const stdMqtt = require("../stdMqtt/stdMqtt");

stdMqtt.getPayloadChunk(pathPieces, jsonTopicPayload)

Testing the logger

The basic logging functionality can be tested by running:

  1. npm run test
  2. node stdMqttTests.js

About

Mqtt helper utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0