Nucleus Cloud Service
Node-RED nodes for interacting with the Tyrion Cloud
Setup
This requires a config file located at '/data/nucleus/cumulus/config.json';
{
"broker": "<url to broker>",
"clientId": "<nucleus id>",
"key": "/path/to/private/key",
"cert": "/path/to/certifcate",
"ca": "/path/to/ca/certifcate",
"fileServerBase": "<url to file server>",
"fileServerUsername": "<file server username>",
"fileServerPassword": "<file server password>"
}