0.1.14 • Published 4 years ago

node-red-contrib-aws-iot-hub v0.1.14

Weekly downloads
49
License
Apache-2.0
Repository
github
Last release
4 years ago

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

4 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago