vajonam / node-red-contrib-bigssh

remote command using ssh big node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-bigssh

Installation

npm install node-red-contrib-bigssh

Principles for Big Nodes

###1 can handle big data or block mode

That means, in block mode, not only "one message is a whole file" and able to manage start/end control messages

###2 send start/end messages as well as statuses

That means it uses a second output to give control states (start/end/running and error) control messages

###3 tell visually what they are doing

Visual status on the node tells it's ready/running (blue), all is ok and done (green) or in error (red)

Usage

Big SSH is an input node for node-red to execute command

Dependencies

byline simple line-by-line stream reader

biglib library for building node-red flows that supports blocks, high volume

Example flow files

Try pasting in the flow file below that shows the node behaviour

Author

  • Jacques W

License

This code is Open Source under an Apache 2 License.

You may not use this code except in compliance with the License. You may obtain an original copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Please see the License for the specific language governing permissions and limitations under the License.

Feedback and Support

Please report any issues or suggestions via the Github Issues list for this repository.

For more information, feedback, or community support see the Node-Red Google groups forum at https://groups.google.com/forum/#!forum/node-red

About

remote command using ssh big node

License:Apache License 2.0


Languages

Language:JavaScript 53.4%Language:HTML 46.6%