0.1.14 • Published 5 years ago
node-red-contrib-aws-iot-hub v0.1.14
node-red-contrib-aws-iot
A Node-Red node to read and write to the Amazon Web Services AWS IoT.
Install
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-aws-iot-hub
Usage
- Install your AWS certificates into your local folder where node-red can reach your directory
Example:
/root/.agent/certs/-
|--YourThingName.private.key
|--YourThingName.cert.pem
|--root-CA.crt
YourThingName is the AWS Thing name what is the value you keyin when creating your thing/device.
- Setup the node-red-contrib-aws-iot-hub node with AWS Certs path pointed to /root/.agent/certs/
Example:
awsCerts = /root/.agent/certs/
- The final configuration will be used in the node-red-contrib-aws-iot-hub code look likes:
keyPath : '/root/.agent/certs/YourThingName.private.key',
certPath : '/root/.agent/certs/YourThingName.cert.pem',
caPath : '/root/.agent/certs/root-CA.crt',
clientId : YourThingName,
host : <YourAWSIoTCustomEndpoint>
See more at https://github.com/aws/aws-iot-device-sdk-js/blob/master/README.md#certificate-configuration
0.1.14
5 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago