From 55b26ad9d945badfe76c59b0f32e62dd64f0c0e2 Mon Sep 17 00:00:00 2001 From: 100927397 <158244435+100927397@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:01:12 -0500 Subject: [PATCH] Update README-GDA.md --- labmodule01/README-GDA.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/labmodule01/README-GDA.md b/labmodule01/README-GDA.md index f8b061b..1c9739e 100644 --- a/labmodule01/README-GDA.md +++ b/labmodule01/README-GDA.md @@ -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)