Institute of Management, Nirma University - Logo

Smart Surveillance system using Internet of Things

Year : 2017

Mentors : Sandip Mehta

Students involved : Anand Dattani (13BIC011), Shivam Mishra (13BIC024), Shubham Sharma (13BIC054)

Project : Link

Abstract: In this Project we have designed the web page with url access through which we can control the things/any hardware across the world through internet. For the prototype we have tested a manual robot by our developed web page.

In this project we have categorized two modes i) manual and ii) auto mode.
In manual mode we have controlled the bot through the buttons on web page and while in auto mode we have designed the tracking part through which we have to select an object and the bot automatically track that entity. The live video feed for the surveillance is available directly on our web page.

On the website, we implemented Websocket connection between server and client using pywebsocket module which provides Websocket standalone server (and Websocket extension for Apache as well). We used the standalone server to serve our website file and a separate python file to handle the socket communication.