node-red-nodes/parsers/smaz
Dave Conway-Jones dcbe41bf83
Add SMAZ node (for simple text compression)
2019-05-20 19:33:37 +01:00
..
icons Add SMAZ node (for simple text compression) 2019-05-20 19:33:37 +01:00
70-smaz.html Add SMAZ node (for simple text compression) 2019-05-20 19:33:37 +01:00
70-smaz.js Add SMAZ node (for simple text compression) 2019-05-20 19:33:37 +01:00
LICENSE Add SMAZ node (for simple text compression) 2019-05-20 19:33:37 +01:00
README.md Add SMAZ node (for simple text compression) 2019-05-20 19:33:37 +01:00
package.json Add SMAZ node (for simple text compression) 2019-05-20 19:33:37 +01:00
smaz.js Add SMAZ node (for simple text compression) 2019-05-20 19:33:37 +01:00

README.md

node-red-node-smaz

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

Install

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.