This project consists of three components:
- Motion Detection: Detects motion using cameras (MacBook and iPhone) and publishes notifications to an MQTT topic.
- Sound Detection: Detects sound using a microphone and publishes notifications to an MQTT topic.
- Location Tracking: Tracks location using MQTT messages and publishes updates to an MQTT topic.
- Clone the repository:
git clone https://github.coventry.ac.uk/4005CMD2425MAYSEP/only_motion_detector.git cd only_motion_detector
- Push to the repository:
git status git add . git commit -m "commit message" git checkout -b name_branch #only the first time you are pushing git push origin HEAD
- Pull from the repository:
git pull origin main