1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/parsers/smaz/README.md
2019-09-20 21:22:14 +01:00

707 B

node-red-node-smaz

A Node-RED node to pack and unpack strings to smaz format buffers.

Install

Either use the Manage Palette option in the Node-RED Editor menu, or run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-node-smaz

Usage

Uses a smaz library to pack and unpack short strings to small buffers.

Note: this node ONLY accepts strings - anything else will just be dropped.

If the input is a string it converts it into a smaz buffer.

If the input is a smaz buffer it converts it back to the original string.