• Stars
    star
    1
  • Language
    TypeScript
  • Created almost 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An IOT application for motion and intrusion detection and alert using old Android smartphones. The application constitutes a two part:- An android client running on a smartphone and utilizing phone camera for motion detection and capture, usingMQTT to push data to a remote server. The second component is a remote server running a NodeJS service and a VerneMQ broker to handle data from remote devices. The NodeJS backend pushes the realtime data and events to an Angular frontend using Websockets. The application is still in early development stages