Coder Social home page Coder Social logo

aws-iot-nad-controller's Introduction

AWT IoT NAD Controller

Application that keeps a AWS IoT Shadow device synchronized with a NAD Amplifier. Allowing controlling the NAD amplifier from the internet.

Uses nad-controller to read and set settings on the amplifier via a RS-232 connection.

Connects to AWS IoT Core to figure out what the desired state is from the shadow device. If the shadow device settings are different from the amplifier settings, then the amplifier settings are changed.

Example use

To connection to a AWS IoT shadow the following is needed:

  • A AWS IoT “Thing” must be created
  • A AWS IoT Custom endpoint found under settings
  • The following 3 certificate files (can be generated by AWS IoT)
    • private-key
    • client-certificate
    • ca-certificate
  • AWS IoT policy created that gives the certificate's owner the right to Connect, Publish, Subscribe and Receive.
#$ npm install -g awt-iot-nad-controller
#$ nad-controller --private-key=private.pem.key
  --client-certificate=certificate.pem.crt
  --ca-certificate=root-CA.crt
  --client-id=<device-id>
  --thing-name=<thing-name>
  --host=<custom-endpoint>

aws-iot-nad-controller's People

Watchers

Daniel Malmkvist avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.