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
10 changes: 8 additions & 2 deletions labmodule01/README-CDA.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ NOTE: Include two full paragraphs describing your implementation approach by ans

What does your implementation do?

My implementation create a environment to run the CDA app correctly.

How does your implementation work?

According to my implementation, I clone the code repo for CDA app. I create a new branch labmodule01 to seperate my work from other labmodule and then I 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).
Expand All @@ -31,7 +35,8 @@ NOTE: TA's will execute your unit tests. You only need to list each test case be
(e.g. ConfigUtilTest, DataUtilTest, etc). Be sure to include all previous tests, too,
since you need to ensure you haven't introduced regressions.

-
- ![01configutiltest](https://github.com/programming-the-iot/book-exercise-docs/assets/147675761/498af0e6-5291-4127-ab83-7d55471abc98)

-
-

Expand All @@ -43,7 +48,8 @@ your code to ensure it's correct. As for the tests you execute, you only need to
test case below (e.g. SensorSimAdapterManagerTest, DeviceDataManagerTest, etc.)

-
-
- ![01ConstrainedDeviceAppTest](https://github.com/programming-the-iot/book-exercise-docs/assets/147675761/130bbfd3-3f6a-4c3f-a6c1-8b8d3957082f)

-

EOF.