sudo apt update # Update the list of available packages and their versions
sudo apt full-upgrade # Install updates (new ones)
sudo apt install fonts-unfonts-core # Install fonts-unfonts-core
sudo apt remove ibus ibus-hangul # Remove ibus ibus-hangul
sudo apt install fcitx fcitx-hangul # Install fcitx fcitx-hangul
sudo reboot # Reboot the system
sudo raspi-config # Configure the Raspberry Picd~# Go to home directory
wget http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key # Download the key
sudo apt-key add mosquitto-repo.gpg.key # Add the keycd /etc/apt/source.list.d/ # Go to the directory
sudo wget http://repo.mosquitto.org/debian/mosquitto-stretch.list # Download the list
sudo apt-get update # Update the list of available packages and their versions
sudo apt-cache search mosquitto # Search for mosquitto
sudo apt-get install mosquitto mosquitto-clients # Install mosquitto mosquitto-clients
sudo /etc/init.d/mosquitto start # Start mosquitto
sudo systemctl enable mosquitto # Enable mosquitto
sudo systemctl status mosquitto # Check the status of mosquitto
기능1: web에서 보안(센서) 켜고 끄기
- Web: 웹 소켓으로 node와 연결, 버튼으로 node한테 보내기
- Node: web에서 보낸 정보 받기, web에서 받은 정보 아두이노, pyqt로 보내기
- Pyqt: node한테 정보 받으면 off로 바꾸기
- 아두이노: node한테 정보 받으면 통신 전송 중단
기능2: 아두이노 센서가 감지했을 때
- Web: 받은 데이터로 상태 변하기(경보 울리기)
- Node: 아두이노한테 데이터 받기, 받은 데이터 웹소켓으로 웹에 보내기
- Pyqt: 없음
- 아두이노: node에 데이터 보내기
기능3: pyqt에서 택배 버튼 눌렀을 때
- Web: node에서 받은 데이터 보고 택배 이미지 올리기(버튼 누르면 사라지기)
- Node: pyqt에서 받은 데이터 웹으로 보내기
- Pyqt: node로 데이터 보내기
- 아두이노: 없음
기능4: pyqt에서 도둑 버튼 눌렀을 때
- Web: 없음
- Node: 없음
- Pyqt: 음악 재생
- 아두이노: 없음
기능5: pyqt에서 풀기 버튼 눌렀을 때(비밀번호 맞았을 때)
- Web: 웹에서 데이터 받고 보안 안되는 상태로 바꾸기
- Node: pyqt한테 데이터 받고 웹에 보내기
- Pyqt: node랑 아두이노한테 보안 멈췄다고 보내기
- 아두이노: 통신 전송 중단
기능6: pyqt에서 풀기 버튼 눌렀을 때(비밀번호 틀렸을 때)
- Web: 없음
- Node: 없음
- Pyqt: 음악 재생
- 아두이노: 없음