Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion labmodule01/README-GDA.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ Be sure to implement all the PIOT-GDA-* issues (requirements) listed at [PIOT-IN
NOTE: Include two full paragraphs describing your implementation approach by answering the questions listed below.

What does your implementation do?
My implementation create a environment to run the GDA app succesfully. The implementation of the Gateway Device Application (GDA) in Java Eclipse serves as a pivotal component within the gateway device, responsible for managing data, analytics, and configuration settings.

How does your implementation work?
First of all, I have setup the Java environment in Linux (Debian-based, such as Ubuntu 20.04LTS). Then, according to the Chapter 1 of Programming the Internet of Things, I have cloned the code repository for GDA app. After that I verified all sample code, unit / integration tests, and folder structure is the same as the online repo and created branch labmodule01. I worked from the labmodule01 branch then I have merge it with the master branch and push it to the remote repo.

### Code Repository and Branch

NOTE: Be sure to include the branch (e.g. https://github.com/programming-the-iot/python-components/tree/alpha001).

URL:
URL: https://github.com/ENGR5520W24/assign-1-iot-gda-gp-01.git

### UML Design Diagram(s)

Expand Down