/aws-iot-client-app

💻 A simple app for viewing and controlling devices on AWS IoT

Primary LanguageJavaScriptMIT LicenseMIT

AWS IoT Client App

💻 A simple app for viewing and controlling devices on AWS IoT

Build

A client app that displays data from, and allows control of, AWS IoT devices. Uses AWS IoT device shadows for device interaction, and uses Cognito for user authentication.

Setup

git clone https://github.com/brendan-myers/aws-iot-client-app.git
cd aws-iot-simulated-device
npm install

config.js contains the security configuration details for the simulated device. For information on where to download device certificates and details, see AWS IoT SDK.

Run

To start a live reload development server

npm run dev

Production Build

npm run build

Todo

  • Tests
  • Display historical data
  • Better error handling and state management