From 9048f4ca1a04dc33cca5501ed159503c555277ca Mon Sep 17 00:00:00 2001 From: hyunjun_cho <gusrkfl0609@ajou.ac.kr> Date: Mon, 16 Nov 2020 00:41:37 +0900 Subject: [PATCH] final README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78ee1e6..9ac1630 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# system_programming \ No newline at end of file +# system_programming +Our project is smart library. It assume that there is a Pi in every seat and control Pi and management Pi. because there is a Pi in every seat, it can check Student's temperature in real time and if temperature goes over 36'C, LED lights on. so manager and other student can see that signal. + +second property is management library. Using control Pi, it check library's humidity and temperature and send data to command center in real time. so manager can know library's humidity and temperature so can control air conditioner and heater. and there is a smoke sensor. we can detect fire. if there is a fire, buzzer sounds. so people evacuate immediately. + +we implement using multi-programming and socket connection. so every sensor's data be sent in real time -- GitLab