Skip to content

4005CMD2425MAYSEP/only_motion_detector

Folders and files

NameName
Last commit message
Last commit date
Jul 27, 2024
Jul 8, 2024
Jul 11, 2024
Jul 21, 2024
Jul 21, 2024
Jul 31, 2024
Jul 21, 2024
Jul 31, 2024
Jul 8, 2024
Jul 30, 2024
Jul 30, 2024

Repository files navigation

Only Motion Detector

This project consists of three components:

  1. Motion Detection: Detects motion using cameras (MacBook and iPhone) and publishes notifications to an MQTT topic.
  2. Sound Detection: Detects sound using a microphone and publishes notifications to an MQTT topic.
  3. Location Tracking: Tracks location using MQTT messages and publishes updates to an MQTT topic.

Installation

  1. Clone the repository:
    git clone https://github.coventry.ac.uk/4005CMD2425MAYSEP/only_motion_detector.git
    cd only_motion_detector
    
    
  2. 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
    
    
  3. Pull from the repository:
    git pull origin main
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages