UNPKG

node-red-contrib-dnp

Version:

The DNP/DNP3 toolbox package for Node-RED.

32 lines (25 loc) 1.95 kB
<html> <head> </head> <body style="background: transparent;"> <script src="scripts/docstrap.lib.js"></script> <script src="scripts/lunr.min.js"></script> <script src="scripts/fulltext-search.js"></script> <script type="text/x-docstrap-searchdb"> {"index.html":{"id":"index.html","title":"Index","body":" Documentation node-red-contrib-dnp Distributed Network Protocol toolbox for Node-RED. !!! NOT READY TO USE - UNDER DEVELOPMENT - START YOUR CONTRIBUTION !!! Support for the project straight away! based on dnp3 library v0.0.x DNP Version DNP 3.0 Install Run command on Node-RED installation directory. npm install node-red-contrib-dnp or run command for global installation. npm install -g node-red-contrib-dnp try these options on npm install to build, if you have problems to install --unsafe-perm --build-from-source Contributing Let's work together! Please read and in best case accept CONTRIBUTING by your sign and send it via E-Mail. You could also send just a pull request. License The BSD 3-Clause License Klaus Landsdorf Important This is not an official product of the DNP Users Group. It is just to provide DNP to Node-RED based on dnp3 package. Contribution DNP3 I'd like to give special thanks to Ivan Garaviton for the dnp3 packages! × Search results Close Documentation generated by JSDoc 3.6.11 on July 29th 2022, 3:59:29 pm using the DocStrap template. "}} </script> <script type="text/javascript"> $(document).ready(function() { Searcher.init(); }); $(window).on("message", function(msg) { var msgData = msg.originalEvent.data; if (msgData.msgid != "docstrap.quicksearch.start") { return; } var results = Searcher.search(msgData.searchTerms); window.parent.postMessage({"results": results, "msgid": "docstrap.quicksearch.done"}, "*"); }); </script> </body> </html>