Skip to content

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

License

Notifications You must be signed in to change notification settings

brendan-myers/aws-iot-client-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages