Skip to content

QXIP/node-red-contrib-bencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-bencode

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

Installation

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 i node-red-contrib-bencode

Usage

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

About

Node-Red Bencode enc/dec pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published