Architecture of IOT based Real Time Tracking System

Size: px
Start display at page:

Download "Architecture of IOT based Real Time Tracking System"

Transcription

1 Architecture of IOT based Real Time Tracking System Sahil Taneja, Mani Karthik, Mohit Shukla, Hitesh Kumar Sharma University of Petroleum & Energy Studies, Dehardun Uttarakhand, India Abstract: An Internet of Things based application will be develop, which can track down the position of your bag or vehicle in real-time and display that same position on Google Map. The end-user will be able to see the real-time position of his/her lost or stolen bag or stolen vehicle on a web portal, which is deploy on cloud platform (Microsoft Azure/AWS) and we also have developed an Android Based App, which will show the same real-time position of bag or vehicle on their smartphone, ease to use. INTRRODUCTION In a day, many people travel from one place to another place. While traveling, many people may carry valuable items. There might be a chance of losing/stolen of the items. No airline service provider or any other travel service provider, provides the real-time tracking feature/service to track the passenger s bags, if it got lost/stolen. Similarly, in vehicles, any vehicle company is not providing any tracking system to track the vehicle when it is stolen. We know generally cost of vehicle will be high, so losing the vehicle cause people more stress. Traditionally, there was no system or device which track someone s lost/stolen bag or stolen vehicle. If there is a situation, where someone s bag or vehicle might get stolen and they were unable to locate because there was no such system through which they can track down their bag or vehicle, so they were relying on civilian police for finding their bag/vehicle. Similarly, it was difficult for civilian police also for finding the bag or vehicle. But with this device, they can track down the position of their stolen/lost bag or stolen vehicle in real-time and display that same position on Google Map. To overcome these such types of problems, we build a real-time tracking system using GPS. In which, we use GPS module to get exact location of the bag or vehicle and we also use GSM module to upload the data to the open source cloud via GPRS. Using cloud APIs services, we send data to the google map and show it in our app or web portal. While traveling, user can put this tracker in his/her bag or vehicle. Our device tracks the exact location of the bag and send the location to our app and web portal. User can use our tracking android app or web portal to track down the location of the bag. In our research work, we have also deployed a direction feature. By clicking the direction button on our android app/web portal, it will show the shortest route to the lost /stolen bag. Similarly, in this way our tracking system function for vehicles also. User can put our tracking device in trunk and leave it. If the vehicle got stolen, the user not need to worry. He/She can track the vehicle using our app or web portal. Our research work is not limited to the baggage and vehicle. Our research work can used for also various scenario like tracking lost pets, small children s etc. LITERATURE REVIEW As we all know Security has been becoming an important issue everywhere. It is becoming necessary nowadays as the possibilities of intrusion are increasing day by day. As we know Security can't be guaranteed. The best way to achieve a significant and lasting improvement in security is not by throwing more technical solutions at the problem - it's by raising awareness. Here, in our research work security system has been designed that has a special feature, which makes the person or passenger aware of his being bag being stolen/lost or vehicle being stolen. We have designed an internet of things based Real-Time Tracking System Using GPS. Arduino Uno device is used, which is considered one of modern programmable device and provide us an interface for accessing other modules.over the years, many 108 Sahil Taneja, Mani Karthik, Mohit Shukla, Hitesh Kumar Sharma

2 control systems have been designed to prevent unauthorized access. We as humans have a tendency of locking whatever is deemed precious to us, be it our belongings in the locker, our houses, other institutional buildings (schools, offices etc.). Hence, it is important to have a stress-free and convenient means of achieving privacy and safe guarding our belongings.in the more conventional ways people try to safeguard their belongings by employing a watch dog or maybe security personals. Billions of dollars worldwide are spent on this very purpose. Many security systems are deployed by us to protect our belongings from theft. As lifestyles around the world are getting plush, the need to design and prevent unauthorized access to our resources and belongings via a sophisticated system is very important and is feasible in the long run.hence to achieve the safety we have designed an Internet of Things Based Real-Time Tracking System Using GPS. The sole purpose of using Arduino Uno in our research work is that it has been the open nature of this very module & can provide an effective solution for IOT based applications. The software used on Arduino Uno is entirely available as on open source and the hardware design information is readily available under creative commons licenses for new designers as ourselves be it schematics, PCB layouts etc. In practice, it is very easy to adapt the software and the hardware, and then contribute what you do back on the Arduino research work as a whole. OBJECTIVES Objective A: Collecting the components forreal- Time Tracking System. Objective B: Building the Device. Objective C:Writing Business Logic using Arduino Software (IDE). Objective D:Development of Web Portal & An Android Application. Objective E:Testing the Device. Objective F: Deploying of Web Portal on Microsoft Azure/AWS. METHODOLOGY: For the creation of real-time tracking system, we need to achieve these sixobjectives. Through which we can track down the position of bag or vehicle in real-time and display that same position on Google Map. The end-user will be able to see the real-time position of his/her bag or vehicle on a web portal which will going to be deploy on cloud platform (Microsoft Azure/AWS) and we will also develop an android app which will show the same real-time position on their smart phone, ease to use. 1. Collecting the components for Real-Time Tracking System: For the development of Real-Time Tracking System, we do require hardware modules and sensors to get the real-time position. We will be requiring Arduino Uno Board (either 3.3V or 5V), GPS Module Sim 28M, GSM Module Sim 900A, Battery (12V 1A), Power Bank, Antenna, GPS Receiver, Jumper Wires, ThingSpeak API s and Microsoft Azure/AWS subscription. So, first step is to collect/purchase these components/subscriptions and then go for next phase. 109 Sahil Taneja, Mani Karthik, Mohit Shukla, Hitesh Kumar Sharma

3 2. Building the Device: We will place the device in a bag or vehicle, to track its position in real-time and then use it for analytics, mapping or directions. We will use ThingSpeak Cloud API s to track the bag or vehicle. We will be using a GPS module, which will provide us the exact position of bag or vehicle. We will use GSM module to send the latitude and longitude coordinates to the ThingSpeak channel via GPRS. And to make connection between all the components, we will use jumper wires. 3. Writing Business Logic using Arduino Software (IDE): To get the current location of travel bag or vehicle, we need to write the code or the business logic (Arduino Programming) for the device using GPS, which will provide us the exact position of bag or vehicle and GSM will send it over GPRS to the ThingSpeak server. We will upload the code in Arduino Uno, in order to interact with GPS and GSM module. 4. Using API: We will be using Google Map API s and Google Map Direction Services through which we can display the location on map and shortest path to reach the stolen/lost travel bag or stolen vehicle. 5. Development of Web Portal & AnAndroid Application: We will design a web portal, which will have two frames, one frame will show the real-time position of stolen or lost travel or vehicle using Google Map APIs. And other frame will show the shortest direction to the bag or vehicle using Google Direction Services. We will code for web portal in HTML, CSS, JavaScript and PHP/Python.Along with web portal application, we will design an android application, which will show the same functionality of that web portal application. We will deploy the android application on the Google Play Market for the ease of user. 6. Testing the Device: After the development of Real-Time Tracking System, we will do the testing. We will provide different test case to the device, which will tell us that, how much our device is efficient, robust and accurate. 7. Deployment of Web Portal on Microsoft Azure/AWS: After testing the Real-Time Tracking System, the web portal will be deploy on the cloud platform, which could be Microsoft Azure App Service or Amazon Web Service. By deploying our web portal application towards cloud technology which 110 Sahil Taneja, Mani Karthik, Mohit Shukla, Hitesh Kumar Sharma

4 provides a pay-per-use model, so it will cost us very less and it will be an easy way to use. HARDWARE USED IMPLEMENTATION LEVELS For the development of Real-Time Tracking System, we do require hardware modules and sensors to get the real-time position. We are requiring Arduino Uno Board (either 3.3V or 5V), GPS Module Sim 28M, GSM Module Sim 900A, Battery (12V 2A), Power Bank, Antenna, Jumper Wires, ThingSpeak API s and Microsoft Azure/AWS subscription. So, first step is tocollect/purchase these components/subscriptions and the go for next phase We will place the device in a bag or vehicle, to track its position in real-time and then use it for analytics, mapping or directions. We will use ThingSpeak Cloud API s to track the bag or vehicle. We will be using a GPS module, which will provide us the exact position of bag or vehicle. We will use GSM module to send the latitude and longitude coordinates to the ThingSpeak channel via GPRS. And to make connection between all the components, we will use jumper wires To get the current location of travel bag or vehicle, we need to write the code or the business logic (Arduino Programming) for the device using GPS, which will provide us the exact position of bag or vehicle and GSM will send it over GPRS to the ThingSpeak server. We will upload the code in Arduino Uno, in order to interact with GPS and GSM module. We are using Google Map API s and Google Map Direction Services through which we can display the location on map and shortest path to reach the stolen/lost travel bag or stolen vehicle. we willdevelop an android application as well as web portal, which will have two frames, one frame will show the real-time position of stolen/lost travel bag or stolen vehicle using Google Map APIs. And other frame will show the shortest direction to the bag or vehicle using Google Direction Service. After the development of Real-Time Tracking System, we have done testing. We have provided different test case to the device, which tell us that, how much our device is efficient, robust and accurate. After that, we will deploy the web portal on Microsoft Azure/Amazon Web Service, by running the service on a VM. Arduino Uno GSM SIM 900A GPS SIM 28M & GPS Receiver 111 Sahil Taneja, Mani Karthik, Mohit Shukla, Hitesh Kumar Sharma

5 of the lost/stolen bag or stolen vehicle. Microsoft Azure is a public cloud computing platform. It provides various cloud computing services, which includes computing, data analytics, storage resources and network resources. Cloud Computing is a technology which delivers computing resources to the clients on request. As this web app will be available 24X7. Real-Time Tracking System Using GPS CONCLUSION The reason for doing this work is that traditionally, there was no system or device which track someone s lost/stolen bag or stolen vehicle. If there was a situation, where someone s bag or vehicle might got stolen and they were unable to locate because there was no such system through which they can track their bag or vehicle, so they were relining on civilian police for finding their bag/vehicle. Similarly, it was difficult for civilian police also for finding the bag or vehicle. By doing this research work, we have understand of how we can implement an Internet of Things based application in Travel Sector, which is going to help the people to track down their lost/stolen bag or stolen vehicle. It will be a great contribution to the world and the Internet of Things world community, so that someone can do more research on this research work and will be able to build even more secure, efficient and robust module or device which will help the consumer in a great way. It will be a nightmare to bag lifter or vehicle lifter as having our research work or device installed in their bag or vehicle. Because having device installed, will let consumers to track down their lost/stolen bag or stolen vehicle using web portal as well as an android application. By doing this research work, we can understand that how we can implement aninternet of Things open source platform in maintaining the latitude and longitude coordinates FUTURE WORK In a real-world scenario implementation, it would probably be an innovative idea, if we add an accelerometer to the Real-TimeTracking System in Airline Travel Sector, so that it would automatically sense when the airplane accelerates, breaks and use that to stop and start the reporting of its position. This will make the Real-Time Tracking System even much more energy efficient solution as the GSM SIM 900A device can be turned off and the Arduino Uno put to sleep Another feature that can be installed is that in further, we will make our device even more compact and small. So that our device can keep easily in any small things like handbags, pet s belts etc. for tracking. Then it won t be just limited to the travel sector means it could be use in everywhere, where need to locate something. This will make the Real-Time Tracking System even more robust, flexible and precise. REFERENCES [1] Al-Mazloum, A., E. Omer, and M. F. A. Abdullah. "GPS and SMS-based child tracking system using smart phone. "InternationalJournal of Electrical, Robotics, Electronics and CommunicationsEngineering 7.2 (2013): [2] Lee, Soju, Girma Tewolde, and Jaerock Kwon."Design and implementation of vehicle tracking system using GPS/GSM/GPRStechnology andsmartphone application." Internet of Things (WF-IoT), 2014 IEEE World Forum on. IEEE, [3] Noppadol Chadil, ApirakRussameesawang, PhongsakKeeratiwintakorn, Real-Time TrackingManagement SystemUsing GPS, GPRS and Google Earth, ECTICON2008.5th International Conference,ISBN: , May 2008 [4] Abid Khan, Ravi Mishra, GPS-GSM based trackingsystem, International Journal of Engineering Trendsand Technology, Vol. 3, Issue 2, pp: , Sahil Taneja, Mani Karthik, Mohit Shukla, Hitesh Kumar Sharma

6 [5]Pankaj Verma, J. S. Bhatia, Design and development ofgps-gsm based tracking system with Google map basedmonitoring, International Journal of Computer Science,Engineering and Applications,Vol. 3, No.3, June [6] M. B. M. Kamel, Real-time GPS/GPRS based vehicletracking system, International Journal Of EngineeringAnd Computer Science, Aug [7] E. D. Kaplan, Understanding GPS: Principles and Applications, Artech [8] M. Mcdonald, H. Keller, J. Klijnhout, and V. Mauro, IntelligentTransport Systems in Europe:Opportunities forfuture Research, WorldScientificPublishing Company, ISBN X,2006. [9] Ghribi, B., Logrippo, L., "Understanding GPRS: TheGSM Packet Radio Service", Computer Networks Vol.34, pp , 2000 [10]G. M., Djuknic, R. E. Richton. "Geolocation andassistedgps." Computer 34.2, pp , 2001 [11] G. Sanders, L. Thorens, M. Reisky, O. Rulik,andS. Deylitz, "GPRSNetworks". Hoboken, NJ: Wiley,2003. [12] S. Hoff, M. Meyer, and A. Schieder, "Aperformance evaluation ofinternet access via the general packet radio service ofgsm", in Proc. 48th IEEE Vehicular Technol. Conf., Ottawa, vol. 3,pp ,1998. [13] Dr. Saylee Gharge, Manal Chhaya, Gaurav Chheda, JiteshDeshpande, Real time bus monitoring system usinggps, An International Journal of Engineering Science andtechnology,vol.2,issue3,june2012. [14]Swati Chandurkar, Sneha Mugade, Sanjana Sinha, PoojaBorkar, Implementation of real time bus monitoringand passenger information system, InternationalJournal of Scientific and ResearchPublications, Vol. 3,Issue 5, May Sahil Taneja, Mani Karthik, Mohit Shukla, Hitesh Kumar Sharma

REAL TIME BUS TRANSIT SYSTEM (BTS) LOCATOR AND INTELLIGANT TRANSPORT SYSTEM ANDROID APPLICATION WITH GPS

REAL TIME BUS TRANSIT SYSTEM (BTS) LOCATOR AND INTELLIGANT TRANSPORT SYSTEM ANDROID APPLICATION WITH GPS REAL TIME BUS TRANSIT SYSTEM (BTS) LOCATOR AND INTELLIGANT TRANSPORT SYSTEM ANDROID APPLICATION WITH GPS D.Balaji #1, Y.M.Mehaboob John #2, Ravichandran K #3, Manimaran T #4 #1 Assistant Professor, Electronics

More information

Smart Security For Car Using OT

Smart Security For Car Using OT Smart Security For Car Using OT M.N Aishwarya 1, Dr. Priyatam Kumar 1 1 Department of Electronics and Communication Engineering, B.V.B College of Engineering Technology, Hubli, Karnataka, India Abstract-

More information

Smart Bus Tracking and Management System

Smart Bus Tracking and Management System Smart Bus Tracking and Management System M. RISHABH SAI MADHUR 1, K. SREENIVASA PRIYATHAM 2, K. CHARAN RAJ 3, K. BIPIN NANDAN 4,B.V. SATHISH KUMAR 5 1,2,3,4 B.Tech, Electronics and Communication, Vasireddy

More information

Faculty of Computing,Sathyabama University, Chennai, Tamilnadu, India. Received on Accepted on

Faculty of Computing,Sathyabama University, Chennai, Tamilnadu, India. Received on Accepted on ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com EFFECTIVE ANDROID MOBILE ANTI-THEFT APPLICATION WITH CONTINUOUS TRACKING AND USER PROFILE RECORDING M. Ancy Rose

More information

A GPS Based Novel Bull Tracking System for Jallikattu

A GPS Based Novel Bull Tracking System for Jallikattu This work by IJARBEST is licensed under Creative Commons Attribution 4.0 International License. Available at https://www.ijarbest.com A GPS Based Novel Bull Tracking System for Jallikattu T.R.S.Muthukumaar

More information

Page 507. Department of ECS, Sri Krishna Arts & Science College, Coimbatore, India

Page 507. Department of ECS, Sri Krishna Arts & Science College, Coimbatore, India Comparative Study on Vehicle Tracking, Monitoring and Alerting System 1 Aswathi A.R, 2 S. R Umamageswari 1 M.Phil. scholar, 2 Assistant Professor Department of ECS, Sri Krishna Arts & Science College,

More information

Star rating driver safety behavior by the use of smart technologies

Star rating driver safety behavior by the use of smart technologies RoundTable Use of technology and its impact on road safety New York, June 14, 2016 Star rating driver safety behavior by the use of smart technologies George Yannis, Professor National Technical University

More information

Vehicular Monitoring and Tracking system using GSM and GPS Technologies

Vehicular Monitoring and Tracking system using GSM and GPS Technologies Vehicular Monitoring and Tracking system using GSM and GPS Technologies Janga Shalini; M. Santhosh Kumar& M. Shyam sundar 1. M.Tech, SVS Institute of Technology, Warangal, Hasanparthy, Bheemaram, Hanamkonda,

More information

An Implementation of a System Remote Tracking and Control Using Global Positioning System and Global System of Mobile Communication

An Implementation of a System Remote Tracking and Control Using Global Positioning System and Global System of Mobile Communication International Journal of Engineering and Technology Volume 7 No.9, September, 2017 An Implementation of a System Remote Tracking and Control Using Global Positioning System and Global System of Mobile

More information

Smart Anti-Theft System For Vehicle Security And Tracking

Smart Anti-Theft System For Vehicle Security And Tracking IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 6, PP 61-65 www.iosrjen.org Smart Anti-Theft System For Vehicle Security And Tracking Raj Kupekar 1, Prasad Lawte 2,

More information

Monitoring Driver Behaviour Through Mobile Phones OSeven

Monitoring Driver Behaviour Through Mobile Phones OSeven Monitoring Driver Behaviour Through Mobile Phones OSeven Dimitrios I. Tselentis Civil - Transportation Engineer Ph.D. Candidate Researcher Website: www.nrso.ntua.gr/dtsel/ e-mail: dtsel@central.ntua.gr

More information

Mobile Applications on Vehicle Tracking

Mobile Applications on Vehicle Tracking Mobile Applications on Vehicle Tracking Ahmed Yousif Ahmed Ibrahim and Dr Hala Eldaw Idris Faculty of Engineering, Al-Neelain University, Khartoum, Sudan Publishing Date: August 18, 2016 Abstract In last

More information

Participatory Sensing for Public Transportation Information Service

Participatory Sensing for Public Transportation Information Service GRD Journals Global Research and Development Journal for Engineering International Conference on Innovations in Engineering and Technology (ICIET) - 2016 July 2016 e-issn: 2455-5703 Participatory Sensing

More information

A Home Automation Control System using IoT with Arduino.

A Home Automation Control System using IoT with Arduino. A Home Automation Control System using IoT with Arduino. Atish Samantaray 1, Chandrashekhar Yadav 1, Aditya Dwivedi 1, Dr. G. Paavai Anand 2 SRM Institute of Science And Technology, Vadapalani, India 1.

More information

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2 Volume 118 No. 20 2018, 751-755 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATED GARBAGE COLLECTION USING GPS AND GSM Shobana G 1, Sureshkumar

More information

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS ANDROID PRIVACY & SECURITY GUIDE WESNET The Women s Services Network Smartphones store a lot of personal information, including email or social media accounts, reminders and notes, the number of steps

More information

A Development Of A Web-Based Application System Of QR Code Location Generator and Scanner named QR- Location

A Development Of A Web-Based Application System Of QR Code Location Generator and Scanner named QR- Location UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 A Development Of A Web-Based Application System Of QR Code Location Generator

More information

Application Of Internet Of Things

Application Of Internet Of Things Application Of Internet Of Things (Applied to Wheelchair for Monitoring and Security Purpose) Kawinna Nipatphonsakun, Alongkot Charoenchit, Chanakarn Klaw-om, Asa Prateepasen Production Engineering King

More information

Mobile Tracking System using Web Application and Android Apps

Mobile Tracking System using Web Application and Android Apps http:// Mobile Tracking System using Web Application and Android Apps Mia Md. Karimul Hoq Department of Computer Science and Information Technology, Mohammad Jahangir Alam Department of Computer Science

More information

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM

More information

Implementation of Android based Code Esterno Application

Implementation of Android based Code Esterno Application IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 10 March 2017 ISSN (online): 2349-6010 Implementation of Android based Code Esterno Application Prof. Anuja Jadhav

More information

GPS Vehicle and personal location tracker

GPS Vehicle and personal location tracker Version Number Modified by Change Content Type Date V1.0 Amy create 2014.06.23 GPS Vehicle and personal location tracker User Manual GPS Vehicle and personal location tracker User Manual 1 Contents 1.

More information

A Smart City Approach for Child Tracking With Video Streaming

A Smart City Approach for Child Tracking With Video Streaming A Smart City Approach for Child Tracking With Video Streaming Swati H Chungde 1, Prof.V.M Kulkarni 2 P.G. Student, Department of Electronics & Communication Engineering, Marathwada Institute of Technology

More information

GSM+GPS Based School Kids Tracking System

GSM+GPS Based School Kids Tracking System GSM+GPS Based School Kids Tracking System Introduction: In this project, the tracking system will used GPS (Global Positioning System) and GSM(Global System for Mobile Communications)as the tracking system

More information

DigiTraq STA. SIGFOX Ready GPS Tracker. Or Contact us: Please visit the HidnSeek Website for more info:

DigiTraq STA. SIGFOX Ready GPS Tracker.  Or Contact us: Please visit the HidnSeek Website for more info: DigiTraq STA SIGFOX Ready GPS Tracker Please visit the HidnSeek Website for more info: www.hidnseek.fr Or Contact us: contact@hidnseek.fr FEATURES Built-in with IP67 enclosure DigiTraq SIGFOX Ready GPS

More information

Smart Passenger Alert System. CSP315 Project

Smart Passenger Alert System. CSP315 Project CSP315 Project PROBLEM AT HAND Time wasted waiting for buses. Unpredictable traffic conditions. Waiting time for bus decides the quality of service. Need for an early warning system for the approaching

More information

PURCHASING AND ACTIVATING A PAYG SIM CARD REQUIRED. AN ACTIVE PAYG (PAY AS YOU GO SIM CARD) WITH CREDIT IS REQUIRED AND MUST BE PLACED IN THE UNIT

PURCHASING AND ACTIVATING A PAYG SIM CARD REQUIRED. AN ACTIVE PAYG (PAY AS YOU GO SIM CARD) WITH CREDIT IS REQUIRED AND MUST BE PLACED IN THE UNIT PURCHASING AND ACTIVATING A PAYG SIM CARD REQUIRED. AN ACTIVE PAYG (PAY AS YOU GO SIM CARD) WITH CREDIT IS REQUIRED AND MUST BE PLACED IN THE UNIT FOR IT TO FUNCTION. SOME FEATURES WILL REQUIRE DATA TO

More information

A Survey on Various Location Tracking Systems

A Survey on Various Location Tracking Systems A Survey on Various Location Tracking Systems Gaurav Chindhe 1, Akshay Javali 2, Prasad Patil 3, Pratiksha Budhawant 4 1,2,3,4Dept. of Computer Engineering, JSPM s ICOER, Pune, Maharashtra, India. ---------------------------------------------------------------------***----------------------------------------------------------------------

More information

GPS Vehicle and personal location tracker

GPS Vehicle and personal location tracker Version Number Modified by Change Content Type Date V1.0 Amy create 2014.06.23 GPS Vehicle and personal location tracker User Manual GPS Vehicle and personal location tracker User Manual 1 Contents 1.

More information

SPOTTER: A MOBILE TRACKING ANDROID APPLICATION

SPOTTER: A MOBILE TRACKING ANDROID APPLICATION Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,

More information

SMART SECURITY SOLUTION FOR WOMEN AND CHILDREN SAFETY BASED ON GPS USING IOT

SMART SECURITY SOLUTION FOR WOMEN AND CHILDREN SAFETY BASED ON GPS USING IOT International Journal of Recent Innovation in Engineering and Research Scientific Journal Impact Factor - 3.605 by SJIF e- ISSN: 2456 2084 SMART SECURITY SOLUTION FOR WOMEN AND CHILDREN SAFETY BASED ON

More information

DILEEP KUMAR KADALI, B. RAMA KRISHNA, PEMMANI SAMBA SIVA RAJU Swarnandhra College of Engineering and Technology

DILEEP KUMAR KADALI, B. RAMA KRISHNA, PEMMANI SAMBA SIVA RAJU Swarnandhra College of Engineering and Technology COPY RIGHT 2018IJIEMR.Personal use of this material is permitted. Permission from IJIEMR must be obtained for all other uses, in any current or future media, including reprinting/republishing this material

More information

Mobile based Text Image Translation System for Smart Tourism. Saw Zay Maung Maung UCSY, Myanmar. 23 November 2017, Brunei

Mobile based Text Image Translation System for Smart Tourism. Saw Zay Maung Maung UCSY, Myanmar. 23 November 2017, Brunei Mobile based Text Image Translation System for Smart Tourism Saw Zay Maung Maung UCSY, Myanmar. 23 November 2017, Brunei 1 Smart Tourism Tourism is cultural and economic phenomenon which entails the movement

More information

All In One Protective kit For Women

All In One Protective kit For Women All In One Protective kit For Women Mr. Vaibhav A. Alone- M.Tech Student, Guide - Asst. Prof Ashish Manusmare, Co-guide - Asst. Prof Trupti Bhoskar Dept. Of Electronic & Communication Engineering Fr. Ballarpur

More information

Vehicle and personal location tracker

Vehicle and personal location tracker Version Number Modified by Change Content Type Date V1.0 Amy create 2016.08.28 GPS Vehicle and personal location tracker User Manual GPS Vehicle and personal location tracker User Manual Version Number

More information

Smart Home Automation System using Ethernet Technology

Smart Home Automation System using Ethernet Technology Smart Home Automation System using Ethernet Technology Prity N. Adhagale 1, R.J.Magar 2 M.E. Student, Department of E&TC, Shreeyash College of Engg. & Tech, Dr. BAMU University, Aurangabad, MS, India 1

More information

STREETWIZE TRACKER INSTRUCTION MANUAL

STREETWIZE TRACKER INSTRUCTION MANUAL STREETWIZE TRACKER INSTRUCTION MANUAL ESSENTIAL NOTE: 1 x SMS MUST BE SENT TO THE TRACKER IN A 3 MONTH PERIOD OR THE SIM CARD WILL DEACTIVATE AND CREDIT WILL BE LOST Many trackers that we have seen on

More information

Smart Helmet Based On IoT Technology

Smart Helmet Based On IoT Technology Smart Helmet Based On IoT Technology Mohammed Khaja Areebuddin Aatif 1, Ainapurapu Manoj 2 1,2 Dept. of Computer Science and Engineering, Vasavi College of Engineering (Autonomous) Ibrahimbagh, Hyderabad-31,

More information

Final Report. Project Title: Dial A Whip

Final Report. Project Title: Dial A Whip EEL 4924 Electrical Engineering Design (Senior Design) 25 April 2012 Project Title: Dial A Whip Team Members: Name: Chris Calvo Name: Daniel De Leo Project Abstract: Dial A Whip consists of a compact module

More information

Embedded Solution IT Solution Industrial Automation

Embedded Solution IT Solution Industrial Automation About US JMR TECHNO is recognized as a leading electronics manufacturing services (EMS) provider. Genie specializes in providing the highest quality RoHS compliant circuit board assembly, electronic assembly,

More information

GPSteltronic Tracking Platform Operation Guide

GPSteltronic Tracking Platform Operation Guide GPSteltronic Tracking Platform Operation Guide Welcome to use this Real Time GPS tracking platform, This software is web based system, it is not necessary to download any software or any plug-in software,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DESIGN & IMPLEMENTATION OF LOCATION AWARENESS & SHARING SYSTEM USING GPS & GPRS

More information

(8.1 + ) and Android (3.0 + ) devices.

(8.1 + ) and Android (3.0 + ) devices. - Your Location Partner GT-200-3G, GPS&GLONASS Portable Tracker with SOS Button, Loud Speaker, APP & Web Support Overview Every year, there are many senior people, small children go out and lose contact

More information

IoT Based Smart Energy Meter Monitoring and Theft Detection for Home Management System

IoT Based Smart Energy Meter Monitoring and Theft Detection for Home Management System This work by IJARBEST is licensed under Creative Commons Attribution 4.0 International License. Available at https://www.ijarbest.com/archive IoT Based Smart Energy Meter Monitoring and Theft Detection

More information

Adam Hodges CPSC481/CyberTiger Project Proposal 1/31/12. Motivations

Adam Hodges CPSC481/CyberTiger Project Proposal 1/31/12. Motivations Adam Hodges CPSC481/CyberTiger Project Proposal 1/31/12 Motivations It is my goal to continue my work from the summer and fall semesters in order to learn more about wireless networks and their characteristics

More information

An Internet of Things Application through GPRS

An Internet of Things Application through GPRS An Internet of Things Application through GPRS Bakhtyar Maghdid Husain 1, Wrya Muhammad Ali Monnet 2 1&2 Department of Computer Science and Engineering University of Kurdistan Hewler, Erbil, Kurdistan

More information

Real Time Vehicle Tracking System and Energy Reduction

Real Time Vehicle Tracking System and Energy Reduction Real Time Vehicle Tracking System and Energy Reduction by Salman Almishari A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Applied

More information

Tracking Platform Operation

Tracking Platform Operation Tracking Platform Operation This platform is designed for CCTR-8XX series GPS Tracker, Language can be selected from the login page : www.999gps.net, every tracker have a unique user name and password,

More information

METRO BUS TRACKING SYSTEM

METRO BUS TRACKING SYSTEM METRO BUS TRACKING SYSTEM Muthukumaravel M 1, Manoj Kumar M 2, Rohit Surya G R 3 1,2,3UG Scholar, Dept. Of CSE, Panimalar Engineering College, Tamil Nadu, India. 1muthukumaravel.muthuraman@gmail.com, 2

More information

Gator Watch. User Guide

Gator Watch. User Guide Gator Watch User Guide 1. Getting Started... 1 1.1 What is Gator... 1 1.2 Features... 1 1.3 Activating Gator... 1 1.4 Charging Gator... 2 1.5 Getting Help... 2 2. Gator Controls... 2 2.1 Right Side Buttons...

More information

Smart Gadget for Women s For Their Personal Safety in Helpless Situation Using GPS and GSM Introduction:

Smart Gadget for Women s For Their Personal Safety in Helpless Situation Using GPS and GSM Introduction: Smart Gadget for Women s For Their Personal Safety in Helpless Situation Using GPS and GSM Introduction: The status of women in India has gone through many great changes over the past few millennia. From

More information

Welcome to Dubai English Speaking School. DESS BYOD Information Pack

Welcome to Dubai English Speaking School. DESS BYOD Information Pack Welcome to Dubai English Speaking School DESS BYOD Information Pack 2018 CONTENTS Bring Your Own Device (BYOD) Frequently Asked Questions 1-3 Responsible Use Policy and Agreement Form 2017/18 4-5 Bring

More information

Out of the Fog: Use Case Scenarios. Industry. Smart Cities. Visual Security & Surveillance. Application

Out of the Fog: Use Case Scenarios. Industry. Smart Cities. Visual Security & Surveillance. Application Out of the Fog: Use Case Scenarios Industry Application Smart Cities Visual Security & Surveillance 0 Executive Summary Surveillance and security cameras are being deployed worldwide in record numbers

More information

An Arduino Based Indoor & Outdoor Positioning System (IOPS)

An Arduino Based Indoor & Outdoor Positioning System (IOPS) An Arduino Based Indoor & Outdoor Positioning System (IOPS) Vijaya Khamkar, Shweta Kandgave, Suraj Jamdade,Dinesh Shirsath P.V.P.I.T.Budhgaon, Sangli, India. P.V.P.I.T.Budhgaon, Sangli, India. P.V.P.I.T.Budhgaon,

More information

INNOVATIVE AUTOMOBILE SECURITY SYSTEM USING VARIOUS SECURITY MODULES

INNOVATIVE AUTOMOBILE SECURITY SYSTEM USING VARIOUS SECURITY MODULES Scientific Journal Impact Factor (SJIF): 1.711 e-issn: 2349-9745 p-issn: 2393-8161 International Journal of Modern Trends in Engineering and Research www.ijmter.com INNOVATIVE AUTOMOBILE SECURITY SYSTEM

More information

FIFOTRACK MOTORCYCLE/VEHICLE GPS TRACKER

FIFOTRACK MOTORCYCLE/VEHICLE GPS TRACKER FIFOTRACK MOTORCYCLE/VEHICLE GPS TRACKER Model: S20 Version: V1.1 www.fifotrack.com Copyright and Disclaimer All copyrights belong to Shenzhen fifotrack Solution Co., Ltd. You are not allowed to revise,

More information

Advances in GIS help create Smarter Communities

Advances in GIS help create Smarter Communities Advances in GIS help create Smarter Communities POP(ovich) Quiz Who is a Desktop User? Who is an ArcGIS Online User? Who is a ArcGIS Server Admin? Who is a Programmer? Who works with or for a government

More information

Freedom to explore. Tracker takes care of you and your loved ones, no matter where you go. To care is to protect.

Freedom to explore. Tracker takes care of you and your loved ones, no matter where you go. To care is to protect. Freedom to explore Tracker takes care of you and your loved ones, no matter where you go. To care is to protect. To care is to protect Tracker gives you the freedom to explore your world. With our innovative

More information

Quick Heal Total Security for Android. Anti-Theft Security. Web Security. Backup. Real-Time Protection. Safe Online Banking & Shopping.

Quick Heal Total Security for Android. Anti-Theft Security. Web Security. Backup. Real-Time Protection. Safe Online Banking & Shopping. Quick Heal Total Security for Android Anti-Theft Security. Web Security. Backup. Real-Time Protection. Safe Online Banking & Shopping. Product Highlights Complete protection for your Android device that

More information

Securing Institutional Data in a Mobile World

Securing Institutional Data in a Mobile World University of Wisconsin Madison Securing Institutional Data in a Mobile World July 13, 2017 Securing Institutional Data in a Mobile World / Agenda 01 What is a mobile device? 02 Protecting institutional

More information

Location Based Task Reminder System Using Android Mobile

Location Based Task Reminder System Using Android Mobile Location Based Task Reminder System Using Android Mobile Adarrsh Paul 1, Akkshansh Paul 2, S.Jaya Kumar 3 1, 2 Student, Department of Computer Engineering, SRM IST, Chennai, Tamil Nadu, India. 3 Assistant

More information

DESIGN AND IMPLEMENTATION OF VEHICLE MONITORING SYSTEM BASED TRACKING SYSTEM USING GPS

DESIGN AND IMPLEMENTATION OF VEHICLE MONITORING SYSTEM BASED TRACKING SYSTEM USING GPS DESIGN AND IMPLEMENTATION OF VEHICLE MONITORING SYSTEM BASED TRACKING SYSTEM USING GPS #1 D.VENELA, M.Tech student, #2 D.SAMPATHKUMAR, Associate Professor, Dept of ECE, VAAGESHWARI COLLEGE OF ENGINEERING,

More information

A Review:Internet of Things(IoT) Based Smart Home Automation

A Review:Internet of Things(IoT) Based Smart Home Automation A Review:Internet of Things(IoT) Based Smart Home Automation Vimal Nakrani 1, Mayank Panchal 2, Dipesh Thakkar 3,Sanket Pednekar 4, Prof. Yogita Mane 5 1,2,3,4 Information Technology, Universal College

More information

Vehicle Health Monitoring and Tracking System Using Smartphone and GPS

Vehicle Health Monitoring and Tracking System Using Smartphone and GPS IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 03, 2015 ISSN (online): 2321-0613 Vehicle Health Monitoring and Tracking System Using Smartphone and GPS Bhanudas Shivekar

More information

Cost Effective Bus Intimation System for the Public Using GPS and GSM Technology

Cost Effective Bus Intimation System for the Public Using GPS and GSM Technology Cost Effective Bus Intimation System for Public Using GPS and GSM Technology R. Pradeep Saravana Kumar 1, V. Goudham 2 1, 2 B. Tech, Department of Electronics and Communication engineering, Amrita Vishwa

More information

A RFID System for Recognizing Activity Using Radio Patterns Shwetha R 1, Sushmitha P 2, Swathi MS 3, Poonam Kumari 4

A RFID System for Recognizing Activity Using Radio Patterns Shwetha R 1, Sushmitha P 2, Swathi MS 3, Poonam Kumari 4 A RFID System for Recognizing Activity Using Radio Patterns Shwetha R 1, Sushmitha P 2, Swathi MS 3, Poonam Kumari 4 1 BE Student, CSE, RRCE, Karnataka, India 2 BE Student, CSE, RRCE, Karnataka, India

More information

FIFOTRACK VEHICLE GPS TRACKER. Model: S30 Version: V1.1

FIFOTRACK VEHICLE GPS TRACKER. Model: S30 Version: V1.1 FIFOTRACK VEHICLE GPS TRACKER Model: S30 Version: V1.1 www.fifotrack.com Copyright and Disclaimer All copyrights belong to Shenzhen fifotrack Solution Co., Ltd. You are not allowed to revise, copy or spread

More information

SMARTPHONE BASED SURVEILLANCE SYSTEM WITH INTRUSION DETECTION

SMARTPHONE BASED SURVEILLANCE SYSTEM WITH INTRUSION DETECTION International Journal of Computer Engineering and Applications, Volume XI, Special Issue, May 17, www.ijcea.com ISSN 2321-3469 SMARTPHONE BASED SURVEILLANCE SYSTEM WITH INTRUSION DETECTION Sneha Khandare

More information

Operation Guide. Mobile Phone & Website Tracking Platform. Android App Download. Iphone App Download ENGLISH. Genius Advanced Technologies

Operation Guide. Mobile Phone & Website Tracking Platform. Android App Download. Iphone App Download ENGLISH. Genius Advanced Technologies Mobile Phone & Website Tracking Platform Operation Guide Android App Download Iphone App Download www.geniuscaralarm.com 1 Mobile Phone & Website Tracking Platform Operation Guide This software is web

More information

Quick Heal Mobile Security. Anti-Theft Security. Real-Time Protection. Safe Online Banking & Shopping.

Quick Heal Mobile Security. Anti-Theft Security. Real-Time Protection. Safe Online Banking & Shopping. Anti-Theft Security. Real-Time Protection. Safe Online Banking & Shopping. Product Highlights With an easy-to-update virus protection and a dynamic yet simple interface, virus removal from your mobile

More information

GPS+Glonass Vehicle location Tracker

GPS+Glonass Vehicle location Tracker GPS+Glonass Vehicle location Tracker User Manual V1.0-1 - Contents 1. Products Overview... 3 2. For Your Safety... 4 3. Characteristics... 4 4. Getting Started... 5 4.1. Hardware and Accessories... 5 4.2.

More information

Distributed System Framework for Mobile Cloud Computing

Distributed System Framework for Mobile Cloud Computing Bonfring International Journal of Research in Communication Engineering, Vol. 8, No. 1, February 2018 5 Distributed System Framework for Mobile Cloud Computing K. Arul Jothy, K. Sivakumar and M.J. Delsey

More information

Connected Cars as the next great consumer electronics device

Connected Cars as the next great consumer electronics device Connected Cars as the next great consumer electronics device Sanjay Khatri Head of Platform Product Marketing Cisco Jasper 1992 2016 Cisco Systems, Inc. All rights reserved. Connected Cars: The next great

More information

AUTOMATIC FUEL RESTORATION ASSISTANCE FOR CONNECTED VEHICLES. Assistant Professor, Karpagam College of Engineering, Coimbatore, India

AUTOMATIC FUEL RESTORATION ASSISTANCE FOR CONNECTED VEHICLES. Assistant Professor, Karpagam College of Engineering, Coimbatore, India Volume 118 No. 20 2018, 625-631 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATIC FUEL RESTORATION ASSISTANCE FOR CONNECTED VEHICLES 1 Rajesh

More information

Review Kaspersky Internet Security - multi-device 2015 online software downloader ]

Review Kaspersky Internet Security - multi-device 2015 online software downloader ] Review Kaspersky Internet Security - multi-device 2015 online software downloader ] Description: Benefits Protecting all your connected devices the one-licence, easy-touse solution Kaspersky Internet Security

More information

II. LITERATURE REVIEW

II. LITERATURE REVIEW High Protection Voice Identification based Bank Locker Security System with Live Image Authentication B. Sudarshan 1, Akshaya R. k 2 Mohan Reddy B 3, Srinivasa 4, Ramya L.K 5 1, 2, 3,4,5 Electronics and

More information

This Report Presented in Partial Fulfillment of the Requirements for the Degree of Bachelor of Science in Computer Science and Engineering

This Report Presented in Partial Fulfillment of the Requirements for the Degree of Bachelor of Science in Computer Science and Engineering FNF SAFETY INFORMER BY Md. Nasir Uddin Mahamud ID: 152-15-6226 AND Md. Mazharul Islam ID: 152-15-6241 This Report Presented in Partial Fulfillment of the Requirements for the Degree of Bachelor of Science

More information

MEITRACK T355G/T355 User Guide

MEITRACK T355G/T355 User Guide MEITRACK T355G/T355 User Guide Change History File Name MEITRACK T355G/T355 User Guide Created By Vincent Chang Project T355G/T355 Creation Date Update Date 2016-08-23 2017-06-08 Subproject User Guide

More information

Smart Band for Women Security Based on Internet of Things (IOT)

Smart Band for Women Security Based on Internet of Things (IOT) Smart Band for Women Security Based on Internet of Things (IOT) S. A. More 1, R. D. Borate 2, S. T. Dardige 3, S. S. Salekar 4, Prof. D. S. Gogawale 5 ABSTRACT 1,2,3,4 U. G. Students, Department of Computer

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK POST CRASH DRIVER ASSISTANCE WITH ENHANCE SECURITY SYSTE DIPIKA DEORAO BINEKAR

More information

Compact. Portable Tracking Solution for Locating Merchandise, Assets, People and Pets. Kylos In Roman mythology, the first ruler of the universe.

Compact. Portable Tracking Solution for Locating Merchandise, Assets, People and Pets. Kylos In Roman mythology, the first ruler of the universe. Compact Portable Tracking Solution for Locating Merchandise, Assets, People and Pets Kylos In Roman mythology, the first ruler of the universe. The portable tracking solution for Guarding the things you

More information

GetHomeSafe - Corporate User Guide Version 1.0

GetHomeSafe - Corporate User Guide Version 1.0 GetHomeSafe - Corporate User Guide Version 1.0 1 Preface - The GetHomeSafe Story Creating a solution to the relentless loss of life in the great outdoors and open waters of Southern New Zealand was the

More information

Quick Heal Total Security for Android. Anti-Theft Security. Web Security. Backup. Real-Time Protection. Safe Online Banking & Shopping.

Quick Heal Total Security for Android. Anti-Theft Security. Web Security. Backup. Real-Time Protection. Safe Online Banking & Shopping. Anti-Theft Security. Web Security. Backup. Real-Time Protection. Safe Online Banking & Shopping. Product Highlights Complete protection for your Android device that simplifies security and significantly

More information

ARCHOS Junior: a range made for children starting at 79.99

ARCHOS Junior: a range made for children starting at 79.99 ARCHOS Junior: a range made for children starting at 79.99 Paris April 24 th, 2018 - ARCHOS unveils today the ARCHOS Junior range, consisting of a tablet and a smartphone, dedicated to a younger public,

More information

Freedom Transit Real-Time GPS Feed

Freedom Transit Real-Time GPS Feed Freedom Transit Real-Time GPS Feed Jordan Bechek, Chris Frydryck, Michael Mann CIS 400 8 May 2018 1 Table of Contents Executive Summary 3 Scope Statement 4 Gantt Chart Narrative and Gantt Chart 6 Annotated

More information

Quick Heal Mobile Security. Free protection for your Android phone against virus attacks, unwanted calls, and theft.

Quick Heal Mobile Security. Free protection for your Android phone against virus attacks, unwanted calls, and theft. Quick Heal Mobile Security Free protection for your Android phone against virus attacks, unwanted calls, and theft. Product Highlights Complete protection for your Android device that simplifies security

More information

Multi Packed Security Addressing Challenges in Cloud Computing

Multi Packed Security Addressing Challenges in Cloud Computing Global Journal of Computer Science and Technology Cloud and Distributed Volume 13 Issue 1 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Presentation Content

Presentation Content SMS Fleet (Pty) Ltd Privately owned company established in 2006 Our product My Tracer is a locally developed, brilliant, fully internet based GPS Vehicle tracking system integrated with an innovative automated

More information

GPS Tracking from ZICOM Zi Track TRACK THE FUTURE! What Lies Ahead!!!

GPS Tracking from ZICOM Zi Track TRACK THE FUTURE! What Lies Ahead!!! GPS Tracking from ZICOM Zi Track TRACK THE FUTURE! What Lies Ahead!!! How GPS Works!!! Cloud Server Data Transferred to Server Cellular Tower GPS Satellite Tracking Data Viewed via Internet Connection

More information

The Medeco Solution for Controlled Access and Accountability

The Medeco Solution for Controlled Access and Accountability Medeco XT The Medeco Solution for Controlled Access and Accountability Medeco XT is a powerful Intelligent Key System that uses innovative technology to deliver a flexible, cost-effective solution for

More information

Remote monitoring in open water

Remote monitoring in open water www.acalbf i.com Remote monitoring in open water Case study The challenges of open-water moorings In every marina there are only a limited number of shore moorings available, and securing one is a competitive,

More information

Micro Tracker MT Series Data Sheet

Micro Tracker MT Series Data Sheet Micro Tracker MT- 2000 Series Data Sheet GPS Designer Int l CORP FL. 12-2., No.423, Younger St. Younkung, Tainan, Taiwan (R.O.C.) TEL:886-6-2027499 FAX:886-6-2023593 Email secugis@secugis.net Website www.secugis.net

More information

OMNICOMM ON-BOARD TERMINALS

OMNICOMM ON-BOARD TERMINALS ON-BOARD TERMINALS QUALITY, RELIABILITY, PRECISION On-board terminals are a critical component of effective fleet management. They collect data from various sensors and the vehicle s on-board computer

More information

Kusum Lata, Sugandha Sharma

Kusum Lata, Sugandha Sharma International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 4 ISSN : 2456-3307 A Survey on Cloud Computing and Mobile Cloud Computing

More information

SECURE ENTRY SYSTEM USING MOVE ON APPS IN MOBILITY

SECURE ENTRY SYSTEM USING MOVE ON APPS IN MOBILITY SECURE ENTRY SYSTEM USING MOVE ON APPS IN MOBILITY Page 1 [1] Karthik. T, [2] Ganeshselvan. N, [3] Janagaraj. V, [4] Nandha Kumar. N Angel College of Engineering and Technology, [1] teekarthik@gmail.com,

More information

Presentation Content

Presentation Content SMS Fleet (Pty) Ltd Privately owned company established in 2006 Our product My Tracer is a locally developed, brilliant, fully internet based GPS Vehicle tracking system integrated with an innovative automated

More information

Motion Activated Surveillance System

Motion Activated Surveillance System Motion Activated Surveillance System Sakshi Gujral 1, Dr.SRN Reddy 2 P.G. Student, Department of Computer Engineering, IGDTUW, Kashmeri Gate, Delhi, India 1 Associate Professor & HOD, Department of Computer

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

State of Enterprise Mobile App Development

State of Enterprise Mobile App Development State of Enterprise Mobile App Development - 2017 The Mobile Application Market 71% of enterprises regard mobility as a top priority, and Nasscom estimates the global enterprise mobility market to be worth

More information

Mobile Health Check. Airtel Vodafone Power to you

Mobile Health Check. Airtel Vodafone Power to you Mobile Health Check Airtel Vodafone Power to you 1 Introducing the FREE 60-second Mobile Health Check 2 What does the Mobile Health Check include? GENERAL MAINTAINENCE SECURITY Battery saving tips Lost/stolen

More information