UNPKG

node-red-contrib-bit

Version:

A Bit helper contribution package for Node-RED maintained by P4NR B2B Community.

261 lines (178 loc) 8 kB
<!DOCTYPE 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"> <li class="dropdown"> <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a> <ul class="dropdown-menu "> <li><a href="module-BitSimpleSixteenContribNode.html">BitSimpleSixteenContribNode</a></li><li><a href="module-BitSimpleThirtytwoContribNode.html">BitSimpleThirtytwoContribNode</a></li><li><a href="module-BitSixteenContribNode.html">BitSixteenContribNode</a></li><li><a href="module-BitThirtytwoContribNode.html">BitThirtytwoContribNode</a></li> </ul> </li> </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="https://img.shields.io/badge/Platform-Node--RED-red.png" alt="Platform Node-RED"> <img src="https://img.shields.io/badge/Contribution-Bit-orange.png" alt="Contribution Bit"> <img src="https://img.shields.io/badge/JS_Source-ES2019-yellow.png" alt="ES_Sourdce_Version"> <img src="https://img.shields.io/badge/JS_Deploy-ES2015-yellow.png" alt="ES_Deploy_Version"> <img src="https://img.shields.io/badge/NodeJS-LTS-green.png" alt="NodeJS_Version"> <a href="http://standardjs.com/"><img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="Standard - JavaScript Style Guide"></a> <a href="http://www.npm-stats.com/~packages/node-red-contrib-bit"><img src="https://img.shields.io/npm/dm/node-red-contrib-bit.svg" alt="NPM download"></a> <a href="http://badge.fury.io/js/node-red-contrib-bit"><img src="https://badge.fury.io/js/node-red-contrib-bit.png" alt="NPM version"></a> <a href="https://github.com/BiancoRoyal/node-red-contrib-bit/actions/workflows/build.yml"><img src="https://github.com/BiancoRoyal/node-red-contrib-bit/actions/workflows/build.yml/badge.svg" alt="Build and publish"></a> <a href="https://gitpod.io/#https://github.com/BiancoRoyal/node-red-contrib-bit"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" alt="Gitpod Ready-to-Code"></a></p> <h1>node-red-contrib-bit</h1> <h2>International IIoT Website for Node-RED</h2> <p>For an international area, <a href="https://github.com/Iniationware">Iniationware</a> has provided the <a href="https://www.plus4nodered.com">PLUS for Node-RED International</a> website.</p> <h2>IIoT Webseite Deutschland für Node-RED</h2> <p>Für einen deutschsprachigen Bereich hat <a href="https://github.com/Iniationware">Iniationware</a> die Webseite <a href="https://www.plus4nodered.de">PLUS for Node-RED Germany</a> bereitgestellt.</p> <h2>Contribution Information</h2> <p><a href="https://nodered.org">Node-RED</a> contribution package for Bit splitting</p> <h1>Install</h1> <p>Run the following command in the root directory of your Node-RED install</p> <pre><code>npm install node-red-contrib-bit </code></pre> <p>Run the following command for global install</p> <pre><code>npm install -g node-red-contrib-bit </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> <h1>What is it?</h1> <p><img src="images/Screenshotv002.png" alt="Flow Example"></p> <p><a href="https://flows.nodered.org/flow/9015efb0c2251945da20da8ff55f123e">Flow JSON</a></p> <h1>Debug</h1> <p>Debug will be activated by starting Node-RED with debug mode:</p> <pre><code>DEBUG=node_red_contrib_bit node-red -v </code></pre> <h1>Authors</h1> <p><a href="https://github.com/biancode">Klaus Landsdorf</a></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">&times;</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 March 15th 2024, 5:19:08 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>