markrey / node-red-contrib-binary

A Node-RED node to parse and serialize binary data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-binary

Node-RED function that takes the msg.payload and converts it to/from binary data.

Installation

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install node-red-contrib-binary

Usage

If the input is a buffer it tries to parse it and creates a javascript object. If the input is a javascript object it tries to serialize it and creates a buffer.

Pattern language

The pattern language is specified by the underlying module packet.

About

A Node-RED node to parse and serialize binary data


Languages

Language:JavaScript 58.2%Language:HTML 41.8%