programming-the-iot / book-exercise-tasks

This repo is for issues / tasks ONLY. All programming and related exercises for each chapter of 'Programming the Internet of Things' are listed here.
Other
11 stars 12 forks source link

PIOT-INF-12-001: Final Project #195

Open labbenchstudios opened 3 years ago

labbenchstudios commented 3 years ago

Review

Read Chapter 12 of Programming the Internet of Things.

Objective

Build your own end-to-end IoT solution using concepts learned throughout the book and the completed exercises from each chapter. Select your own use case, or draw upon those presented in Chapter 12 of the book. Define an outcome, and build your solution.

Activities

After working through PIOT-INF-11-001, you'll have a very basic working example of an end-to-end IoT solution. In this module, you'll advance this concept and build out any additional functionality you need to address an IoT design and implementation objective you define.

You'll create your own problem statement, objectives, and expected outcomes then implement the requisite functionality by building upon your existing CDA, GDA, and cloud integration functionality.


Lab Module 12

Lab Module 12 - Semester Project is focused on completing the requirements for the Semester Project. This will involve updates to your cloud services configuration / implementation, along with new functionality added to both your GDA and CDA.

Step 1: Read the Lab Module Summary and follow the Configuration steps

Step 2: Follow the CDA specific instructions

Step 3: Follow the GDA specific instructions

Step 4: Follow the CSF specific instructions


NOTE: Each chapter requires familiarity with source code version control using Git. If you're unfamiliar with Git, Git branching, or merging, Atlassian has a useful tutorial on these topics, located here: Git Branching

Review the README

Review the LICENSE and USAGE guidelines