node-red-contrib-dnp
Version:
The DNP/DNP3 toolbox package for Node-RED.
255 lines (173 loc) • 6.76 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Documentation Index</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top ">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">Documentation</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="topNavigation">
<ul class="nav navbar-nav">
</ul>
<div class="col-sm-3 col-md-3">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
<div class="input-group-btn">
<button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container" id="toc-content">
<div class="row">
<div class="col-md-8">
<div id="main">
<section class="readme-section">
<article><p><img src="http://b.repl.ca/v1/Platform-Node--RED-red.png" alt="Platform Node-RED">
<img src="http://b.repl.ca/v1/Node--RED-DNP3-blue.png" alt="Node-RED DNP3">
<a href="https://github.com/biancode/node-red-contrib-dnp"><img src="http://b.repl.ca/v1/Repository-GitHub-orange.png" alt="Repository GitHub"></a>
<a href="https://travis-ci.org/biancode/node-red-contrib-dnp"><img src="http://b.repl.ca/v1/Quality-Travis_CI-green.png" alt="Quality Travis CI"></a>
<a href="https://travis-ci.org/biancode/node-red-contrib-dnp"><img src="https://travis-ci.org/biancode/node-red-contrib-dnp.svg?branch=master" alt="Build Status"></a></p>
<p><a href="http://www.dnp.org/"><img src="images/dnp-icon-small64.png" alt="nodemodbus64"></a></p>
<h1>node-red-contrib-dnp</h1>
<p>Distributed Network Protocol toolbox for Node-RED.</p>
<p>!!! NOT READY TO USE - UNDER DEVELOPMENT - START YOUR CONTRIBUTION !!!</p>
<h2><a href="https://bianco-royal.cloud/supporter/">Support for the project straight away!</a></h2>
<ul>
<li>based on dnp3 library v0.0.x</li>
</ul>
<h3>DNP Version</h3>
<p>DNP 3.0</p>
<h2>Install</h2>
<p>Run command on Node-RED installation directory.</p>
<pre><code>npm install node-red-contrib-dnp
</code></pre>
<p>or run command for global installation.</p>
<pre><code>npm install -g node-red-contrib-dnp
</code></pre>
<p>try these options on npm install to build, if you have problems to install</p>
<pre><code>--unsafe-perm --build-from-source
</code></pre>
<h2>Contributing</h2>
<p>Let's work together!
Please read and in best case accept <a href="CONTRIBUTING.md">CONTRIBUTING</a> by your sign and send it via E-Mail.
You could also send just a pull request.</p>
<h3>License</h3>
<p>The BSD 3-Clause License</p>
<p><a href="https://bianco-royal.cloud/">Klaus Landsdorf</a></p>
<h3>Important</h3>
<p>This is <strong>not</strong> an official product of the DNP Users Group.
It is just to provide DNP to Node-RED based on dnp3 package.</p>
<h3>Contribution DNP3</h3>
<p>I'd like to give special thanks to <a href="https://github.com/IvanGaravito">Ivan Garaviton</a> for the dnp3 packages!</p></article>
</section>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-3">
<div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
</div>
</div>
</div>
<div class="modal fade" id="searchResults">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Search results</h4>
</div>
<div class="modal-body"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div>
<footer>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>
on July 29th 2022, 3:59:29 pm
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
</footer>
<script src="scripts/docstrap.lib.js"></script>
<script src="scripts/toc.js"></script>
<script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
<script>
$( function () {
$( "[id*='$']" ).each( function () {
var $this = $( this );
$this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
} );
$( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
var $this = $( this );
var example = $this.find( "code" );
exampleText = example.html();
var lang = /{@lang (.*?)}/.exec( exampleText );
if ( lang && lang[1] ) {
exampleText = exampleText.replace( lang[0], "" );
example.html( exampleText );
lang = lang[1];
} else {
var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
lang = langClassMatch ? langClassMatch[1] : "javascript";
}
if ( lang ) {
$this
.addClass( "sunlight-highlight-" + lang )
.addClass( "linenums" )
.html( example.html() );
}
} );
Sunlight.highlightAll( {
lineNumbers : true,
showMenu : true,
enableDoclinks : true
} );
$.catchAnchorLinks( {
navbarOffset: 10
} );
$( "#toc" ).toc( {
anchorName : function ( i, heading, prefix ) {
return $( heading ).attr( "id" ) || ( prefix + i );
},
selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
showAndHide : false,
smoothScrolling: true
} );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
$( '.dropdown-toggle' ).dropdown();
$( "table" ).each( function () {
var $this = $( this );
$this.addClass('table');
} );
} );
</script>
<!--Navigation and Symbol Display-->
<!--Google Analytics-->
<script type="text/javascript">
$(document).ready(function() {
SearcherDisplay.init();
});
</script>
</body>
</html>