-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfolder_structure.txt
More file actions
29 lines (28 loc) · 1.03 KB
/
Copy pathfolder_structure.txt
File metadata and controls
29 lines (28 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.
├── README.md
├── docs
│ ├── overview.md
│ └── summary.md
├── folder_structure.txt
├── pkt
│ └── dmcn.pkt
└── report
├── assets
│ ├── block_diagram.png
│ ├── network
│ │ ├── fmz_field_management_zone.png
│ │ ├── hq_headquarters.png
│ │ ├── inteconnection_of_multiple_zones_and_devices.png
│ │ ├── iot_server.png
│ │ ├── network.png
│ │ └── rc_relief_camp.png
│ └── simulations
│ ├── iot_html_page_for_tablet.png
│ ├── siren_all_iot_sever_off.jpeg
│ ├── siren_all_iot_sever_on.jpeg
│ ├── siren_off.jpeg
│ ├── siren_on.jpeg
│ ├── siren_one_iot_server_off.jpeg
│ └── water_sprinkler_water_level_monitor.jpeg
└── report.pdf
7 directories, 20 files