dnr-editor
dnr-editor copied to clipboard
Distributed Data-Flow Coordination Platform Based on Node-RED
Hi, I'm trying to send an email in a distributed node-red setup. Unforunately the (send-)email object is also different and failes to send an email with error message "error: self...
Hi, I'm a master degree student. For my thesis work I want to use a different broker in Distributed NodeRed, I saw in this project it is used MQTT. I...
Apologies this is really just a question but I didn't see anywhere else to ask... I think DNR is really exciting and I was just curious if this project is...
Hi I'm not sure if this query is related to that of 5 Feb (sorry if so - but the errors I have are different). I am trying to install...
On the Node-RED client the following method in Flows.js receives an undefined value for sf, resulting in access violation: function createSubflow(sf,sfn,subflows,globalSubflows,activeNodes) My subflow is:: [{"id":"4ff24a4d.e87f64","type":"subflow","name":"ipconfig","info":"","in":[{"x":162.50003814697266,"y":501.40003395080566,"wires":[{"id":"140d8d8a.0af372"}]}],"out":[{"x":612.1000137329102,"y":499.2000136375427,"wires":[{"id":"d049bacd.c36e98","port":0}]}]},{"id":"140d8d8a.0af372","type":"hostip","z":"4ff24a4d.e87f64","name":"Host IP","x":302.50003814697266,"y":501.40003395080566,"wires":[["d049bacd.c36e98"]]},{"id":"d049bacd.c36e98","type":"function","z":"4ff24a4d.e87f64","name":"Get IP","func":"\nvar ipv4 = msg.payload[0]\nmsg.payload...
the project has gone quite large, dnr.js now stink! However, refactoring require changing in main.js to have new files to be concatenated into the final red.js one. That could be...