Skip to content

4005CMD2425MAYSEP/only_motion_detector

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
xyz
July 27, 2024 18:49
July 8, 2024 12:37
July 11, 2024 14:29
July 21, 2024 15:13
July 31, 2024 14:36
August 1, 2024 00:24
July 8, 2024 12:37
July 30, 2024 11:55
July 30, 2024 23:43

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