Socket
Socket
Sign inDemoInstall

dnr-daemon

Package Overview
Dependencies
52
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dnr-daemon

dnr service that downloads dnr flows, parse them based on constraints and redeploy to vanilla node-red


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

dnr-daemon: Distributed Node-RED (DNR) enabler for Node-RED

To be run with vanilla Node-RED on the same machine to add DNR functionalities.

DNR Daemon subscribes to an MQTT topic to be notified whenever new DNR flows are available from master flow editor. It parses the new flows based on flows constraints and redeployed the DNR-parsed flows onto vanilla Node-RED.

Run instruction

Install and run Node-RED: http://nodered.org/

Modify settings.js to correspond with the Node-RED installation.

$ npm install -g dnr-daemon

$ dnr-daemon

You might need:

$ sudo npm install -g node-red-contrib-dnr

to install the special DNRNode used in DNR. Node-RED restart is required for new nodes to be registered.

Keywords

FAQs

Last updated on 12 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc