cuongquay / node-red-contrib-aws-iot

Support ThingShadow and MQTT protocol with Certificate Store by clientId (thingName)
Apache License 2.0
11 stars 13 forks source link

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

    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