r4space / Balena_Mqtt-NodeRed

Beagle board experiments with mqtt NodeRed and SensorThing API using Balena

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-MQTT

This is a dev created to explore node-red and mosquitto. The image was created using a balena base node-red image and mosquitto added to it. Remainder of this readme is from this base image.

balena-node-red

A Node-RED application with balena-supervisor flow support, can be managed remotely via balena publicURL

Configure via environment variables

Variable Name Default Description
PORT 80 the port that exposes the Node-RED UI
USERNAME none the Node-RED admin username
PASSWORD none the Node-RED admin password hash

You must set the USERNAME and PASSWORD environment variables to be able to save or run programs in Node-RED.
The hash for the PASSWORD variable can be generated using the node-red-admin command line tool. Instructions for generating a password hash can be found in the Node-RED documentation.
More information about using and setting environment variables can be found in the balena docs.

License

Copyright 2016 balena Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Beagle board experiments with mqtt NodeRed and SensorThing API using Balena

License:Apache License 2.0


Languages

Language:JavaScript 84.1%Language:Dockerfile 13.3%Language:Shell 2.6%