๐ซย Soonchunhyang University
๐ย Department of Internet of Things
๐ย IoT Platform final project
๐ ย 2024.05 ~ 2024.06
GitHub - LanternOfDusk/Sensor-Data-Collection
GitHub - LanternOfDusk/Sensor-Data-Processing
GitHub - LanternOfDusk/Visualization-Server-FE
GitHub - LanternOfDusk/Visualization-Server-BE
์๋ฐฉ ๊ตฌ์กฐ ํ๋ ์ค ์์ ์ ํ์ฌ ์์น๋ฅผ ํ์ ํ ์ ์๊ฑฐ๋ ๋ฎ์ ๊ฐ์์ฑ์ผ๋ก ์ธํด ๊ตฌ์กฐ ํ๋์ ์ด๋ ค์์ด ์๋ ๊ฒฝ์ฐ๊ฐ ๋ง์ต๋๋ค. ๋ฐ๋ผ์ GPS๊ฐ ์๋ํ๊ธฐ ํ๋ ์ค๋ด์ ํ๊ฒฝ์์๋ ์ฌ์ฉ์์ ์์น๋ฅผ ์ธก์ ํ ์ ์๋ PDR ๊ธฐ๋ฒ์ ์ฌ์ฉํ์ฌ ์๋ฐฉ๊ด์๊ฒ ์์ ์ ์์น๋ฅผ ์ ๊ณตํ๊ณ ์ด ์ ๋ณด๋ฅผ ํ์ฉํ์ฌ ์๋ฐฉ ์งํ ์ฒด๊ณ์ ์ฌ์ฉํ ์ ์๋ ์๋น์ค๋ฅผ ๊ธฐํํ์์ต๋๋ค. ํ์ ๋ ์๋ฐฉ๊ด ๊ฐ๊ฐ์ธ์ ์์น๋ฅผ ์ค์ ํต์ ์ผํฐ์์ ์ค์๊ฐ์ผ๋ก ๊ด์ ํ ์ ์๊ณ ์๊ตฌ์กฐ์์ ๋๋ต์ ์ธ ์์น๋ฅผ ์๋ฐฉ๊ด๋ค์ด ์ฝ๊ฒ ์ฐพ์๊ฐ ์ ์๋๋ก ์ ๋ณด๋ฅผ ์ ๊ณตํฉ๋๋ค.
Raspberry Pi
Python Mobius oneM2M
Node.js Javascript Three.js Vue.js html css
Java Spring Boot MySQL
<aside> ๐ ๊น๊ฒฝํ
</aside>
<aside> ๐
์์ฐ์ง
</aside>
<aside> ๐ ์์คํ
</aside>
<aside> ๐ ์งํ๋ฏผ
</aside>
<aside> ๐ ์ผ์ค์
</aside>
flowchart LR
subgraph ๋จ๋ง๊ธฐ
๋จ๋ง๊ธฐ1 ~~~ ๋จ๋ง๊ธฐ2 ~~~ ๋จ๋ง๊ธฐ3
end
๋จ๋ง๊ธฐ -- ์ผ์ ๋ฐ์ดํฐ ---> Mobius --RAW ๋ฐ์ดํฐ---> BE์๋ฒ --์์น ๋ฐ์ดํฐ--->FE์๋ฒ
erDiagram
CONNECTION {
int id PK "id"
string name "name"
string applicationEntity "applicationEntity"
}
POSITION {
int id PK "id"
int deviceid "deviceid"
double x "x"
double y "y"
double z "z"
double pitch "pitch"
double yaw "yaw"
double roll "roll"
datetime timestamp "timestamp"
}
Marker {
int id PK "id"
string name "name"
double x "x"
double y "y"
double z "z"
}