mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Tidy datagenerator, random and smaz nodes
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="smaz">
|
||||
<p>A function that converts the <code>msg.payload</code> to and from smaz format.</p>
|
||||
<p>A function that converts the <code>msg.payload</code> to and from the
|
||||
<a href="https://github.com/antirez/smaz/blob/master/README" target="_new">smaz</a>
|
||||
compression format.</p>
|
||||
<p>If the input is a string it tries to convert it to a smaz buffer.</p>
|
||||
<p>If the input is a smaz buffer it tries to decode it back to a string./</p>
|
||||
<p>If the input is a smaz buffer it tries to decode it back to a string.</p>
|
||||
<p>All other message types are dropped.</p>
|
||||
</script>
|
||||
|
||||
|
@@ -6,7 +6,7 @@ A <a href="http://nodered.org" target="_new">Node-RED</a> node to pack and unpac
|
||||
Install
|
||||
-------
|
||||
|
||||
Run the following command in your Node-RED user directory - typically `~/.node-red`
|
||||
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
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-smaz",
|
||||
"version" : "0.0.1",
|
||||
"version" : "0.0.2",
|
||||
"description" : "A Node-RED node to pack and unpack strings to smaz format",
|
||||
"dependencies" : {
|
||||
},
|
||||
|
Reference in New Issue
Block a user