Skip to content

AlecH92/aws-iot-dragonconnect-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-iot-dragconnect-c

Arrow DragonConnect

The DragonConnect project demonstrates recording events originating from the DragonBoard™ and managing an LED. The events are generated by pressing the volume up and volume down keys on the DragonBoard™. When one of the buttons is pressed, a client application written using the Amazon IoT C SDK for embedded platforms uses MQTT to transfer the event to an Amazon data center where it is stored in a DynamoDB table.

The LED is managed through the General Purpose IO (GPIO) of the DragonBoard™ and uses AWS IoT Device Shadows.

The functionality of DragonConnect and how the application is configured is detailed. The documentation includes information on how to execute the client and visit the dashboard.

Getting Started

Please have the following information available:

After the setup has completed, there are a few urls that are provided. Please make note of them: AWS Endpoint, AWS API Gateway, and Dashboard

  1. Navigate to the root of Arrow DragonConnect /home/linaro/arrow/aws-iot-dragonnect-c
  2. Run the setup script
    $ cd scripts
    $ ./setup.sh
  1. Start the Client
    $ cd DragonBoard/bin
    $ sudo ./aws_demo
  1. Visit the DragonConnect Dashboard (http://arrowelectronics.github.io/aws-iot-dragonconnect-c/execution/dashboard.html)

Uninstall and Cleanup

All the settings from the install are stored scripts/.settings

    $ cd scripts
    $ ./uninstall.sh 

For more information on the DragonConnect project, including how it is deployed and configured, visit the DragonConnect Project Page.

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 37.0%
  • C 30.8%
  • JavaScript 21.1%
  • C++ 6.7%
  • Shell 1.8%
  • CSS 1.4%
  • Other 1.2%