Streampunk / dynamorse-deprecated

IoT swiss army knife for dynamic software infrastructure.
Apache License 2.0
12 stars 2 forks source link

Investigate and refactor to use dynamically loaded modules. #13

Open sparkpunkd opened 8 years ago

sparkpunkd commented 8 years ago

At this time, all of the dynamorse modules are included as static extensions. Node-RED provides a mechanism for packaging nodes into modules that would allow groups of related functionality to be loaded more dynamically. For example, SDI support could be packaged as a separate module so that it is not necessary to load in macadam for applications that don't use SDI.

Modules can be loaded at runtime via the Node-RED Admin HTTP API.