Implementation of Real Time Bus Monitoring and Passenger Information System

Size: px
Start display at page:

Download "Implementation of Real Time Bus Monitoring and Passenger Information System"

Transcription

1 International Journal of Scientific and Research Publications, Volume 3, Issue 5, May Implementation of Real Time Bus Monitoring and Passenger Information System Mrs.Swati Chandurkar, Sneha Mugade, Sanjana Sinha, Megharani Misal, Pooja Borekar Computer Department, MAEER S MIT AOE, Alandi (D) University of Pune ,Maharastra,India. Abstract- In the daily operation of a bus system, the movement of vehicles is affected by uncertain conditions as the day progresses, such as traffic congestion, unexpected delays, and randomness in passenger demand, irregular vehicle dispatching times, and incidents. In a real-time setting, researchers have devoted significant effort to developing flexible control strategies, depending on the specific features of public transport systems. This paper focuses on the implementation of a Real Time Passenger Information (RTPI) system, by installing GPS devices on city buses. The Real Time Bus Monitoring and Passenger Information system is a standalone system designed to display the real-time location(s) of the buses in city. This research will enable the tracking devices to obtain GPS data of the bus locations, which it will then transfer it to centralized control unit and depict it by activating symbolic representation of buses in the approximate geographic positions on the route map. Specific software s will be used to interface the data received to the map. The main Objectives of this research work are : 1. RTPIS rolling display on bus stops expected time of arrival in real time. 2. Web based interface for control room to monitor buses in real time. 3. Mobile application for end user to find out bus schedules and RTPIS. Index Terms- GPRS, public transportation system, RTPIS, ETA, link updater. I I. INTRODUCTION n the daily operation of public transport systems, mainly that of buses, the movement of vehicles is affected by different uncertain conditions as the day progresses, such as traffic congestion, unexpected delays, randomness in passenger demand, irregular vehicle-dispatching times, and incidents. Many passengers are often late to work, students are late for classes because they decide to wait for the bus instead of just simply using a alternate transportation. A variable message sign showing the showing the bus arrival time at bus stops could reduce the anxiety of passengers waiting for the bus. Disseminating arrival time information through other interfaces such as smart phone could make the public transit system more user-friendly and thus increase its competitiveness among various transportation modes. With the advent of GPS and the ubiquitous cellular network, real time vehicle tracking for better transport management has become possible. These technologies can be applied to public transport systems, especially buses, which are not able to adhere to predefined timetables due to reasons like traffic jams, breakdowns etc. The increased waiting time and the uncertainty in bus arrival make public transport system unattractive for passengers. A Real-Time Passenger Information System (RTPIS) uses a variety of technologies to track the locations of buses in real time and uses this information to generate predictions of bus arrivals at stops along the route [1]. When this information is disseminated to passengers by wired or wireless media, they can spend their time efficiently and reach the bus stop just before the bus arrives, or take alternate means of transport if the bus is delayed. They can even plan their journeys long before they actually undertake them. This will make the public transport system competitive and passenger- friendly. The use of private vehicles is reduced when more people use public transit vehicles, which in turn reduces traffic and pollution[1]. II. LITERATURE SURVEY A considerable amount of money is spent on IT-based applications such as real-time, at-stop displays on public transport, but actual knowledge about the behavioral effects these have on customers or potential customers in real life is quite sparse. This paper presents a review of relevant literature, focusing specially on user response to public transport information via telephone, mobile devices, the Internet and atstop displays. A number of studies have been initiated in the past to address the bus arrival time prediction problem. Lin and Zeng [2] proposed a set of bus arrival time prediction algorithms for a transit traveler information system implemented in Blacksburg, Virginia. Four algorithms were introduced with different assumptions on input data and were shown to outperform several algorithms from the literature. Their algorithms, however, did not consider the effect of traffic congestion and dwell time at bus stations. Kidwell [3] presented an algorithm for predicting bus arrival times based on real-time vehicle location. The algorithm worked by dividing each route into zones and recording the time that each bus passed through each zone. Predictions were based on the most recent observation of a bus passing through each zone. However, this algorithm was not suitable for large cities where both travel time and dwell time could be subject to large variations. Generally speaking, these models are reliable only when the traffic pattern in the area of interest is relatively stable. One of their main limitations is that it requires an extensive set of historical data, which may not be available in practice, especially when the traffic pattern varies significantly over time [4].

2 International Journal of Scientific and Research Publications, Volume 3, Issue 5, May III. ARCHITECTURE AND MODELLING The main parts of RTPIS are application simulators, bus simulator and central data processing server. The architecture is shown in figure. These parts are briefly described in the subsequent sections A. Application simulator Pune Navigator has 3 applications as, the bus stop billboard display, the mobile application and the control room application. These services will request for the real time updates to the centralized server. The mobile application is android based application. B. Bus simulator The main functions of the bus simulator are as follows. To download names and coordinates of stops and points of interest from the server. To compute current location, direction. To transmit the computed information to the central server using GPRS. It operates as follows the GPS receiver in this unit computes the current location of the vehicle which is stored in bus simulator. The latitude, longitude of the buses is transmitted periodically to a central server using GPRS. The bus simulator unit initially downloads the names and coordinates of stops and POIs on the current route from the server. The Real time bus analyzer and computation contains the algorithm which calculates bus arrival time for each bus going through the corresponding route. C. Server The server is at the center of RTPIS. The functions of the server are listed below. To maintain a database of all the routes, the buses that ply on a route, the stops along each route etc. To continuously receive location and speed from the vehicle units of all the buses. To calculate the ETA of all the buses at their next and subsequent bus stops. To reply to the android Google based queries requesting ETA of buses running between the the two specific stop from users; a GSM mode connected to the server transfers these queries to the server which processes them and reply the time. To host Internet web pages, which allow administrator to track buses in real time, see the route map of any route, and get the ETA for any route-stop Pair and plan trips from any source to any destination stop, at any time. The server maintains a database of information pertaining to the buses, routes and stops in the form of tables. The server database can be organized in many ways, to reduce memory requirement, improve access speed, or reduce the number of queries. To improve the query speed, the tables related to buses are partitioned into static and dynamic ones. The Bus table stores static data while the bus position and log tables store dynamic data. The relation between the unique bus id, bus type (ordinary/luxury/ ) and route number is stored in the Bus table. The position updates from the bus are stored in the Bus Position and the Bus Position Log tables. The direction is calculated in the vehicle unit by comparing time-separated position values with route details. The status of the bus changes to invalid, when its driver signals a breakdown. This helps the transport company to take suitable actions. The bus is excluded from ETA calculations based on this field. The Bus Position Log table stores a copy of the position update. IV. IMPLEMENTATION A. ALGORITHM 1. Route creation A novel method has been developed to automate the process of creating new routes and populating the database, with little human intervention. To create a route, A bidirectional graph has been used. This graph will be used in ETA for calculating the estimated time of arrival. The bus stops will be represented as nodes and the route will be in the form of chain of links. A particular route will be identified by its unique id. Fig.1 Architecture

3 International Journal of Scientific and Research Publications, Volume 3, Issue 5, May Fig.2 Route creation 2. ETA prediction Arrival time prediction forms the core of any RTPIS system. The algorithm can be very simple, involving only a bus schedule table, zone based or could be very complicated, involving Artificial Neural Networks, space-time correlation and time series modeling. Bus schedule table and past location data can be used to predict arrival time. This system provides a platform for executing any ETA algorithm, though here the implemented algorithm is simple one that adapts to changing traffic conditions. This algorithm works by recording the time it takes to traverse each link. Predictions are based on the present and past observations of a bus passing through each link. The past observations get lesser weight as time progresses; this reflects current traffic conditions better. The predicted ETA at bus stops is bounded by an upper limit of one round trip time of the route, though the ETA can be predicted infinitely into the future by simply adding integral number of round trip times to the smallest ETA. The ETA algorithm has two parts: 1. Link updater, which estimates the travel time for each link 2. ETA calculator, which calculates the ETA for every bus stop. 3. Link updater Link updater calculates the link travel times required by the ETA calculator. Whenever a bus position update is received from the vehicle unit, the link updater calculates the travel times for all links traversed by the bus from the previous known position. The link updater requires distance of each link. The distance between two positions having latitude, longitude values is calculated by the following formula. dlon = lon2 - lon1 dlat = lat2 - lat1 a = (sin(dlat/2))^2 + cos(lat1) * cos(lat2) * (sin(dlon/2))^2 c = 2 * atan2( sqrt(a), sqrt(1-a) ) d = R * c (where R is the radius of the Earth) Fig. 3. Distance Calculation The weighted average of the previous value and the actual travel time obtained for the current bus is stored as the link travel time in the Link table. For an update rate of two per minute used in trial runs, these weights give a good approximation of the average values, as well as track the recent trends. The link travel time is also common to all routes containing the link, so as to get the latest time estimate. This is the reason for sharing links between routes during route creation. Link updater locates the bus position along the current route of the bus. The link updater then calculates the time required to reach the end of the current link and updates the estimated end time information in the Bus Position table. If the bus enters a new link, the entry time for the new link is stored in the Bus Position table against the bus and the travel time for all the crossed links is calculated. This time is also the exit time for the previous link. The time difference between the exit time and the previously recorded link entry time gives the link travel time for the crossed links. The travel times for links are a function of their lengths. Thus, when more than one link is traversed between updates, the individual link travel times are computed as fractions of the total travel time, with the fraction for link i being the ratio of the length of the ith link to the sum of lengths of traversed links. This makes sure that among the traversed links, shorter links have smaller travel times and longer links have larger travel times. The computed link travel times are averaged with their previous values and the Link table is updated. 1. Get bus id and route id 2. Get schedule id. 3. Provide this information to bus simulator. 4. update database.

4 International Journal of Scientific and Research Publications, Volume 3, Issue 5, May ETA calculator This program takes the current bus position, link travel times and estimated time to link-end to predict the ETA for all bus stops. ETA at a stop is the time taken for the nearest bus to reach the bus stop. It is calculated as the sum of travel times of the links, starting from the current bus position, up to the given bus stop. B. SERVER UTILITIES 1. RTPIS at bus stop The real time arrival information of buses at bus stops will be provided in the form of rolling displays. It will help the passengers to make efficient use of time. When this information is disseminated to passengers, they can spend their time efficiently and reach the bus stop just before the bus arrives, or take alternate means of transport if the bus is delayed [2]. This unit will periodically fetch the required ETA from the server via GPRS. Fig. 5. Android Application 3. Tracking Buses The whole map of the system will be provided to the administrator. Through this web page, user can view the present position of all the buses on the route map. This is done by getting the position of all the buses of a route from the database and then plotting it on the route map[5]. Fig. 4. Bus stop billboard 2. Smartphone Application In today s world, everyone wants technology on fingertips. This system is providing a mobile application which will help the passengers to get bus arrivals at a particular stop. In this whole map of the city will be displayed and the passenger have to just give source and destination point. It will fetch the ETA of the requested route and provide the real time information to passenger. This will make the public transport system competitive and passenger- friendly. Fig. 6. Control room display V. FUTURE SCOPE As this system uses a combination of processing elements: PCs, Mobile Phones etc., there is a possibility of the overall system malfunction due to a particular type of attack, it is termed as Denial of Service (DoS) attack by malicious agents who might try to disrupt the function of the system. A Distributed Security

5 International Journal of Scientific and Research Publications, Volume 3, Issue 5, May Scheme for Ad Hoc Networks can be used and to prevent this kind of attack. Such methodology will be studied to make this Real Time Passenger Information System more robust. A novel data hiding technique, based on Steganographic mechanism can also be used for security purposes. Here, the advantage lies in the fact that computationally costly encryption-decryption mechanism is avoided, thus making it suitable for a heterogeneous combination of processing elements, which are being used in present system. Here, many processing elements e.g. Mobile phone etc. lacks the processing power and battery power, which is required for traditional encryption-decryption system. VI. CONCLUSION In this paper, the partial implementation details of Real Time Bus Monitoring and Passenger Information System are stated. The RTPIS tracks the current location of all the buses and estimates their arrival time at different stops in their respective routes. Estimates are updated every time the bus sends an update. It distributes this information to passengers using display terminals at bus stops, web based GUI and smart phone application which is android based. This research serves the needs of passengers, vehicle drivers and administrators of the transport system.with the advent of GPS and the ubiquitous cellular network, real time vehicle tracking for better transport management has become possible. REFERENCES [1] Ganesh K and Thrivikraman M, Net Logic Semiconductors Pvt. Ltd., Banglore Implementation of a real time passenger information system. [2] Lin, W.-H. and J. Zeng. Experimental Study on Real-Time Bus Arrival Time Prediction with GPS Data. In Transportation Research Record: Journal of the Tranportation Research Board, No. 1666, TRB, National Research Council, Washington, D.C., 1999, pp1019. [3] Kidwell,B. Predicting Transit Vehicle Arrival Times. GeoGraphics Laboratory, Bridgewater State Colleg, Bridgewater, Mass., [4] Wei-Hua Lin and Jian Zeng An experimental study on real time bus arrival time prediction with gps data. [5] Seema S.R. and Sheela Alex, Dynamic bus arrival time prediction using gps data, 10th National Conference on Technological Trends (NCTT09) 6-7 Nov [6] Dhaval Gada, Rajat Gogri, Punit Rathod, Zalak Dedhia, Nirali Mody, Sugata Sanyal and Ajith Abraham, "A Distributed Security Scheme for Ad Hoc Networks", ACM Crossroads, Special Issue on Computer Security. Volume 11, No. 1, September, 2004, pp [7] Sandipan Dey, Ajith Abraham and Sugata Sanyal "An LSB Data Hiding Technique Using Prime Numbers", Third International Symposium on Information Assurance and Security, August 29-31, 2007, Manchester, United Kingdom, IEEE Computer Society press, USA, ISBN , pp , [8] Yu-Shuen Wang and Ming-Te Chi, Focus+Context Metro Maps, IEEE transactions on visualization and computer graphics, vol. 17, no. 12, december [9] A. Guin, Travel Time Prediction Using a Seasonal Autoregressive Integrated Moving Average Time Series Model, IEEE ITSC, [10] Taehyung Park, Sangkeon Lee, Young-Jun Moon, Real Time Estimation of Bus Arrival Time under Mobile Environment, ICCSA, AUTHORS First Author Mrs.Swati Chandurkar, Computer Department, Maharastra, India, swati.bhutekar@gmail.com Second Author Sneha Mugade, Computer Department, Maharastra, India, sneha.mugade99@gmail.com Third Author Sanjana Sinha, Computer Department, Maharastra, India, sanjanasinha.sinha@gmail.com Fourth Author Megharani Misal, Computer Department, Maharastra, India, meghamisal121@gmail.com Fifth Author Pooja Borekar, Computer Department, Maharastra, India, pooja.patil030@gmail.com

Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging

Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Aravind. P, Kalaiarasan.A 2, D. Rajini Girinath 3 PG Student, Dept. of CSE, Anand Institute of Higher Technology,

More information

IMPLEMENTATION OF A REAL TIME PASSENGER INFORMATION SYSTEM

IMPLEMENTATION OF A REAL TIME PASSENGER INFORMATION SYSTEM IMPLEMENTATION OF A REAL TIME PASSENGER INFORMATION SYSTEM Ganesh K Net Logic Semiconductors Pvt. Ltd., Bangalore, India E-mail: ganesh.iisc@gmail.com Thrivikraman M Rambus Technology Inc., Bangalore,

More information

Security Scheme for Distributed DoS in Mobile Ad Hoc Networks

Security Scheme for Distributed DoS in Mobile Ad Hoc Networks Security Scheme for Distributed DoS in Mobile Ad Hoc Networks Sugata Sanyal 1, Ajith Abraham 2, Dhaval Gada 3, Rajat Gogri 3, Punit Rathod 3, Zalak Dedhia 3 and Nirali Mody 3 1 School of Technology and

More information

REVIEW ON IMPROVED VEHICLE MONITORING SYSTEM WITH ARRIVAL TIME PREDICITION

REVIEW ON IMPROVED VEHICLE MONITORING SYSTEM WITH ARRIVAL TIME PREDICITION REVIEW ON IMPROVED VEHICLE MONITORING SYSTEM WITH ARRIVAL TIME PREDICITION Arti Sharma 1, Ashish Agham 1, Rajeev N. Verma 3, Gauri Kokate 3 1 BE Student, 3 Professor, Nagpur Institute of Technology Nagpur-441501,

More information

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

OPEN SOURCE SOFTWARES IN BUILDING WEBGIS OF BUS INFORMATION SYSTEM.

OPEN SOURCE SOFTWARES IN BUILDING WEBGIS OF BUS INFORMATION SYSTEM. OPEN SOURCE SOFTWARES IN BUILDING WEBGIS OF BUS INFORMATION SYSTEM. Duc Nguyen Huu 1 and Chon Le Trung 2 1 University of Resources and Environment, Ho Chi Minh City. Email: nhduc@hcmunre.edu.vn 2 University

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) BUS TRACKING AND TICKETING SYSTEM

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) BUS TRACKING AND TICKETING SYSTEM INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN ISSN 0976-6480 (Print) ISSN 0976-6499

More information

From Big Data to Smart Data How to improve public transport through modelling and simulation.

From Big Data to Smart Data How to improve public transport through modelling and simulation. From Big Data to Smart Data How to improve public transport through modelling and simulation. Dr. Alex Erath, Pieter Fourie, Sergio Ordó ~ nez, Artem Chakirov FCL Research Module: Mobility and Transportation

More information

A Multimodal Trip Planning System Incorporating the Park-and-Ride Mode and Real-time Traffic/Transit Information

A Multimodal Trip Planning System Incorporating the Park-and-Ride Mode and Real-time Traffic/Transit Information A Multimodal Trip Planning System Incorporating the Park-and-Ride Mode and Real-time Traffic/Transit Information Jing-Quan Li, Kun Zhou, Liping Zhang, and Wei-Bin Zhang Abstract California PATH, University

More information

A Real Time Tracking and Alerting System Using LabVIEW

A Real Time Tracking and Alerting System Using LabVIEW A Real Time Tracking and Alerting System Using LabVIEW J Jyothirmai Joshi Assistant Professor, Dept. of EIE, VNR Vignan Jyothi Institute of Engineering and Technology, Hyderabad, Telangana, India ABSTRACT:

More information

TomTom App for Android Reference Guide

TomTom App for Android Reference Guide TomTom App for Android Reference Guide Contents Getting started 5 Start TomTom App for Android... 5 Updating your TomTom App for Android... 5 Map updates... 5 GPS reception... 6 Planning a route 7 Planning

More information

Student Tracking & Auto Relay Systems (STARS) Integrating student and transportation asset tracking with intelligent Geographic Information Systems

Student Tracking & Auto Relay Systems (STARS) Integrating student and transportation asset tracking with intelligent Geographic Information Systems Student Tracking & Auto Relay Systems (STARS) Integrating student and transportation asset tracking with intelligent Geographic Information Systems Knowing where our children are empowers us to ensure

More information

Prediction of DDoS Attack Scheme

Prediction of DDoS Attack Scheme Chapter 5 Prediction of DDoS Attack Scheme Distributed denial of service attack can be launched by malicious nodes participating in the attack, exploit the lack of entry point in a wireless network, and

More information

How To Build A Gps Vehicle Tracking System On Android App.Com

How To Build A Gps Vehicle Tracking System On Android App.Com International Journal of Emerging Engineering Research and Technology Volume 2, Issue 7, October 2014, PP 71-75 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) GPS Vehicle Tracking System Shital Mohol

More information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Eric Hsueh-Chan Lu Chi-Wei Huang Vincent S. Tseng Institute of Computer Science and Information Engineering

More information

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC Masahiro Matsuda Kazuki Matsui Yuichi Sato Hiroaki Kameyama Thin client systems on smart devices have been attracting interest from

More information

Vehicle Tracking System,

Vehicle Tracking System, Vehicle Tracking System, The Complete Solution What is GPS? Product Review. Complete system. Contact Us. What is GPS? GPS, which stands for Global Positioning System, is the only system today able to show

More information

Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study

Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study 216 Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study Dr Basil M Kasasbeh, Applied Science University,

More information

Truck Automation for the Ready Mixed Concrete Industry. Michael J. Hoagland (205) 879-3282 ext. 1164 mhoagland@commandalkon.com

Truck Automation for the Ready Mixed Concrete Industry. Michael J. Hoagland (205) 879-3282 ext. 1164 mhoagland@commandalkon.com Truck Automation for the Ready Mixed Concrete Industry Michael J. Hoagland (205) 879-3282 ext. 1164 mhoagland@commandalkon.com Session Agenda What is GPS and How does it work? Auto Signaling Explained

More information

USER S MANUAL. ArboWebForest

USER S MANUAL. ArboWebForest USER S MANUAL ArboWebForest i USER'S MANUAL TABLE OF CONTENTS Page # 1.0 GENERAL INFORMATION... 1-1 1.1 System Overview... 1-1 1.2 Organization of the Manual... 1-1 2.0 SYSTEM SUMMARY... 2-1 2.1 System

More information

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Purvi N. Ramanuj Department of Computer Engineering L.D. College of Engineering Ahmedabad Hiteishi M. Diwanji

More information

USING SMART CARD DATA FOR BETTER DISRUPTION MANAGEMENT IN PUBLIC TRANSPORT Predicting travel behavior of passengers

USING SMART CARD DATA FOR BETTER DISRUPTION MANAGEMENT IN PUBLIC TRANSPORT Predicting travel behavior of passengers 11 th TRAIL Congress November 2010 USING SMART CARD DATA FOR BETTER DISRUPTION MANAGEMENT IN PUBLIC TRANSPORT Predicting travel behavior of passengers Evelien van der Hurk MSc, Prof. dr. Leo Kroon, Dr.

More information

Sla Aware Load Balancing Algorithm Using Join-Idle Queue for Virtual Machines in Cloud Computing

Sla Aware Load Balancing Algorithm Using Join-Idle Queue for Virtual Machines in Cloud Computing Sla Aware Load Balancing Using Join-Idle Queue for Virtual Machines in Cloud Computing Mehak Choudhary M.Tech Student [CSE], Dept. of CSE, SKIET, Kurukshetra University, Haryana, India ABSTRACT: Cloud

More information

An In-vehicle ecall Platform for Efficient Road Safety

An In-vehicle ecall Platform for Efficient Road Safety An In-vehicle ecall Platform for Efficient Road Safety W. Ait-Cheik-Bihi, A. Chariette, M. Bakhouya, A. Nait-Sidi-Moh, J. Gaber, M. Wack Université de Technologie de Belfort-Montbéliard Rue Thierry Mieg,

More information

LOCATIONS AROUND ME (ANDROID)

LOCATIONS AROUND ME (ANDROID) IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 4, Apr 2014, 193-198 Impact Journals LOCATIONS AROUND ME (ANDROID)

More information

What is our purpose?

What is our purpose? Who we are? Since 1995 we have become one of the largest suppliers of electronic automotive accessories and telemetry devices in the Baltic States. Baltic Car Equipment is investing extensively into R&D

More information

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks T.Chandrasekhar 1, J.S.Chakravarthi 2, K.Sravya 3 Professor, Dept. of Electronics and Communication Engg., GIET Engg.

More information

DDoS Attack and Defense Scheme in Wireless Ad hoc Networks

DDoS Attack and Defense Scheme in Wireless Ad hoc Networks DDoS Attack and Defense Scheme in Wireless Ad hoc Networks S.A.Arunmozhi 1, Y.Venkataramani 2 1. Associate Professor,Dept. of ECE, Saranathan College of Engineering,India 2.Principal, Saranathan College

More information

Cloud Computing for Agent-based Traffic Management Systems

Cloud Computing for Agent-based Traffic Management Systems Cloud Computing for Agent-based Traffic Management Systems Manoj A Patil Asst.Prof. IT Dept. Khyamling A Parane Asst.Prof. CSE Dept. D. Rajesh Asst.Prof. IT Dept. ABSTRACT Increased traffic congestion

More information

Improving public transport decision making, planning and operations by using Big Data

Improving public transport decision making, planning and operations by using Big Data Improving public transport decision making, planning and operations by using Big Data Cases from Sweden and the Netherlands dr. ir. N. van Oort dr. Oded Cats Assistant professor public transport Assistant

More information

Latest anf Future Development Plans in Helsinki

Latest anf Future Development Plans in Helsinki Latest anf Future Development Plans in Helsinki Ville Lehmuskoski, Planning Director Best seminar, 16th November 2006 Content of the presentation Traffic Signal Priorities and Passenger Information (HELMI)

More information

TomTom App for Android Reference Guide

TomTom App for Android Reference Guide TomTom App for Android Reference Guide Contents Getting started 5 Start TomTom App for Android... 5 Updating your TomTom App for Android... 5 Map updates... 6 GPS reception... 6 Planning a route 7 Planning

More information

Technical Report urn:nbn:de:gbv:830 tubdok 10856. Indoor Navigation and Location Based Services Scenario for Airports

Technical Report urn:nbn:de:gbv:830 tubdok 10856. Indoor Navigation and Location Based Services Scenario for Airports Technical Report urn:nbn:de:gbv:830 tubdok 10856 Indoor Navigation and Location Based Services Scenario for Airports Helge Klimek, Björn Greßmann and Volker Turau Institute of Telematics Hamburg University

More information

A MPCP-Based Centralized Rate Control Method for Mobile Stations in FiWi Access Networks

A MPCP-Based Centralized Rate Control Method for Mobile Stations in FiWi Access Networks A MPCP-Based Centralized Rate Control Method or Mobile Stations in FiWi Access Networks 215 IEEE. Personal use o this material is permitted. Permission rom IEEE must be obtained or all other uses, in any

More information

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune VEHICLE TRACKING SYSTEM USING GPS Pooja P. Dehankar 1, 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune Prof. S. P. Potdar 2 2 Asst. Professor, SCOE, Vadgaon, Pune Abstract- Global Positioning System is

More information

A WEB-BASED TRAFFIC INFORMATION SYSTEM USING WIRELESS COMMUNICATION TECHNIQUES

A WEB-BASED TRAFFIC INFORMATION SYSTEM USING WIRELESS COMMUNICATION TECHNIQUES Advanced OR and AI Methods in Transportation A WEB-BASED TRAFFIC INFORMATION SYSTEM USING WIRELESS COMMUNICATION TECHNIQUES Akmal ABDELFATAH 1, Abdul-Rahman AL-ALI 2 Abstract. This paper presents a procedure

More information

Performance of networks containing both MaxNet and SumNet links

Performance of networks containing both MaxNet and SumNet links Performance of networks containing both MaxNet and SumNet links Lachlan L. H. Andrew and Bartek P. Wydrowski Abstract Both MaxNet and SumNet are distributed congestion control architectures suitable for

More information

Trains crossing at Toronto s Old Mill Station 2009 TTC. Train Control

Trains crossing at Toronto s Old Mill Station 2009 TTC. Train Control Trains crossing at Toronto s Old Mill Station 2009 TTC 76 An Advance Communication Based System for Toronto Resignaling for Higher Performance The Yonge-University-Spadina Line (YUS) in Toronto had been

More information

Proposed Advance Taxi Recommender System Based On a Spatiotemporal Factor Analysis Model

Proposed Advance Taxi Recommender System Based On a Spatiotemporal Factor Analysis Model Proposed Advance Taxi Recommender System Based On a Spatiotemporal Factor Analysis Model Santosh Thakkar, Supriya Bhosale, Namrata Gawade, Prof. Sonia Mehta Department of Computer Engineering, Alard College

More information

How To Track A Vehicle With A Smart Vehicle Tracking System

How To Track A Vehicle With A Smart Vehicle Tracking System SMART VEHICLE TRACKING SYSTEM Mrs. K.P.Kamble 1 Lecturer 1 Department of Electronics and Telecommunication Engineering, YCCE, Nagpur kanchan_114@rediffmail.com ABSTRACT It is amazing to know how simple

More information

Appendix A. About RailSys 3.0. A.1 Introduction

Appendix A. About RailSys 3.0. A.1 Introduction Appendix A About RailSys 3.0 This appendix describes the software system for analysis RailSys used to carry out the different computational experiments and scenario designing required for the research

More information

P13 Route Plan. E216 Distribution &Transportation

P13 Route Plan. E216 Distribution &Transportation P13 Route Plan Vehicle Routing Problem (VRP) Principles of Good Routing Technologies to enhance Vehicle Routing Real-Life Application of Vehicle Routing E216 Distribution &Transportation Vehicle Routing

More information

Internet Anonymity and the Design Process - A Practical Approach

Internet Anonymity and the Design Process - A Practical Approach anon.next: A Framework for Privacy in the Next Generation Internet Matthew Wright Department of Computer Science and Engineering, The University of Texas at Arlington, Arlington, TX, USA, mwright@uta.edu,

More information

Trace Desktop Workforce / Fleet Management System

Trace Desktop Workforce / Fleet Management System Trace Desktop Workforce / Fleet Management System Introduction TRACE is an extension of SD s Geographical Information System (SPACE) which incorporates a range of GPS tracking devices that enable users

More information

Toward the Design of Rural Intelligent Public Transportation System Rural Public Transportation of Iran

Toward the Design of Rural Intelligent Public Transportation System Rural Public Transportation of Iran New Marketing Research Journal Special Issue, 2013 PP: 51-58 Toward the Design of Rural Intelligent Public Transportation System Rural Public Transportation of Iran Leila Esmaeili (Ph.D. student) Computer

More information

Location Identification and Vehicle Tracking using VANET(VETRAC)

Location Identification and Vehicle Tracking using VANET(VETRAC) Location Identification and Vehicle Tracking using VANET(VETRAC) Supervisor Name: Md. Mosaddik Hasan Assistant Professor Dept. of CSE MBSTU Md. Al-Amin Nipu CE-10031 Dept. of CSE MBSTU Abstract: Large

More information

Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries

Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries Saed Tarapiah 1, Rajaa AbuHania 2, Islam Hindi 3, Diana Jamal 4 Telecommunication Engineering

More information

Ticketing and user information systems in Public Transport in Thessaloniki area

Ticketing and user information systems in Public Transport in Thessaloniki area Ticketing and user information systems in Public Transport in Thessaloniki area ChrysaVizmpa, Transport Planner Engineer Thessaloniki Public Transport Authority «Technology, Mobility governance and Public

More information

An Android Application for Tracking College Bus Using Google Map

An Android Application for Tracking College Bus Using Google Map An Android Application for Tracking College Bus Using Google Map S. Priya 1, B. Prabhavathi 2, P. Shanmuga Priya 3, B. Shanthini 4 1,2, 3 UG Scholar, 4 Head of the Department Department of Information

More information

Omatics User s Guide

Omatics User s Guide Omatics User s Guide Web Interface V2.1 User s Guide Table of Contents I. Introduction... 2 II. The Omatics Interface... 3 III. Omatics Functionality... 4 A. Launching Omatics... 4 B. Viewing current vehicle

More information

Smart Onboard Public Information System using GPS & GSM Integration for Public Transport

Smart Onboard Public Information System using GPS & GSM Integration for Public Transport Smart Onboard Public Information System using GPS & GSM Integration for Public Transport Mr. Prafull D. Patinge 1, Ms. N. R. Kolhare 2 ME, Electronics Engg. Dept. of Electronics and Telecommunication Engineering,

More information

An Energy Efficient Location Service for Mobile Ad Hoc Networks

An Energy Efficient Location Service for Mobile Ad Hoc Networks An Energ Efficient Location Service for Mobile Ad Hoc Networks Zijian Wang 1, Euphan Bulut 1 and Boleslaw K. Szmanski 1, 1 Department of Computer Science, Rensselaer Poltechnic Institute, Tro, NY 12180

More information

A Mobile Application for Bus Information System and Location Tracking using Client-Server Technology

A Mobile Application for Bus Information System and Location Tracking using Client-Server Technology A Mobile Application for Bus Information System and Location Tracking using Client-Server Technology Yasha Sardey 1, Pranoti Deshmukh 2, Pooja Mandlik 3, Saurabh Shelar 4, Minal Nerkar 5 1,2,3,4,5 AISSMS

More information

Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration

Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration 1 Harish H G, 2 Dr. R Girisha 1 PG Student, 2 Professor, Department of CSE, PESCE Mandya (An Autonomous Institution under

More information

Towards Participatory Design of Multi-agent Approach to Transport Demands

Towards Participatory Design of Multi-agent Approach to Transport Demands ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 Towards Participatory Design of Multi-agent Approach to Transport Demands 10 Yee Ming Chen 1, Bo-Yuan Wang Department of Industrial Engineering and Management

More information

THE DEFINITIVE GUIDE TO PASSENGER INFORMATION SYSTEMS

THE DEFINITIVE GUIDE TO PASSENGER INFORMATION SYSTEMS WHITEPAPER THE DEFINITIVE GUIDE TO PASSENGER INFORMATION SYSTEMS Passenger information systems come in many different forms. They are comprised of direct methods of communication, such as websites and

More information

A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS)

A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS) A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS) Mark Darren Savuriar, Chandrasekharan Nataraj, Chitturi Venkatratnam, Sardar Ali School of Engineering Asia Pacific

More information

A New Hybrid Load Balancing Algorithm in Grid Computing Systems

A New Hybrid Load Balancing Algorithm in Grid Computing Systems A New Hybrid Load Balancing Algorithm in Grid Computing Systems Leyli Mohammad Khanli 1, Behnaz Didevar 2 1 University of Tabriz, Department of Computer Science, 2 Department of Technical and Engineering,

More information

Trapeze Rail System Simulation and Planning

Trapeze Rail System Simulation and Planning trapeze Rail System English Software for Rail Modelling and Planning Trapeze Rail System Simulation and Planning www.trapezegroup.com Enabling future railway plans Cost reductions through integrated planning

More information

Adaptive Tolerance Algorithm for Distributed Top-K Monitoring with Bandwidth Constraints

Adaptive Tolerance Algorithm for Distributed Top-K Monitoring with Bandwidth Constraints Adaptive Tolerance Algorithm for Distributed Top-K Monitoring with Bandwidth Constraints Michael Bauer, Srinivasan Ravichandran University of Wisconsin-Madison Department of Computer Sciences {bauer, srini}@cs.wisc.edu

More information

Developing Fleet and Asset Tracking Solutions with Web Maps

Developing Fleet and Asset Tracking Solutions with Web Maps Developing Fleet and Asset Tracking Solutions with Web Maps Introduction Many organizations have mobile field staff that perform business processes away from the office which include sales, service, maintenance,

More information

Dynamic Thread Pool based Service Tracking Manager

Dynamic Thread Pool based Service Tracking Manager Dynamic Thread Pool based Service Tracking Manager D.V.Lavanya, V.K.Govindan Department of Computer Science & Engineering National Institute of Technology Calicut Calicut, India e-mail: lavanya.vijaysri@gmail.com,

More information

Location Information Services in Mobile Ad Hoc Networks

Location Information Services in Mobile Ad Hoc Networks Location Information Services in Mobile Ad Hoc Networks Tracy Camp, Jeff Boleng, Lucas Wilcox Department of Math. and Computer Sciences Colorado School of Mines Golden, Colorado 841 Abstract In recent

More information

Professional navigation solutions for trucks and fleets

Professional navigation solutions for trucks and fleets Professional navigation solutions for trucks and fleets are there tools that can get you through anything? Narrow roads, low bridges, no opportunities to turn around a lot of roads are not made for freight

More information

Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms

Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms Kirill Krinkin Open Source and Linux lab Saint Petersburg, Russia kirill.krinkin@fruct.org Eugene Kalishenko Saint Petersburg

More information

Tracking System for GPS Devices and Mining of Spatial Data

Tracking System for GPS Devices and Mining of Spatial Data Tracking System for GPS Devices and Mining of Spatial Data AIDA ALISPAHIC, DZENANA DONKO Department for Computer Science and Informatics Faculty of Electrical Engineering, University of Sarajevo Zmaja

More information

UPS battery remote monitoring system in cloud computing

UPS battery remote monitoring system in cloud computing , pp.11-15 http://dx.doi.org/10.14257/astl.2014.53.03 UPS battery remote monitoring system in cloud computing Shiwei Li, Haiying Wang, Qi Fan School of Automation, Harbin University of Science and Technology

More information

LOAD BALANCING AND EFFICIENT CLUSTERING FOR IMPROVING NETWORK PERFORMANCE IN AD-HOC NETWORKS

LOAD BALANCING AND EFFICIENT CLUSTERING FOR IMPROVING NETWORK PERFORMANCE IN AD-HOC NETWORKS LOAD BALANCING AND EFFICIENT CLUSTERING FOR IMPROVING NETWORK PERFORMANCE IN AD-HOC NETWORKS Saranya.S 1, Menakambal.S 2 1 M.E., Embedded System Technologies, Nandha Engineering College (Autonomous), (India)

More information

Channels of Delivery of Travel Information (Static and Dynamic On-Trip Information)

Channels of Delivery of Travel Information (Static and Dynamic On-Trip Information) Channels of Delivery of Travel Information (Static and Dynamic On-Trip Information) Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation

More information

Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks

Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks Hoang Lan Nguyen and Uyen Trang Nguyen Department of Computer Science and Engineering, York University 47 Keele Street, Toronto,

More information

Flexible mobility management strategy in cellular networks

Flexible mobility management strategy in cellular networks Flexible mobility management strategy in cellular networks JAN GAJDORUS Department of informatics and telecommunications (161114) Czech technical university in Prague, Faculty of transportation sciences

More information

HIGHLY-DYNAMIC, PERVASIVE MONITORING OF TRAFFIC CONGESTION LEVELS

HIGHLY-DYNAMIC, PERVASIVE MONITORING OF TRAFFIC CONGESTION LEVELS HIGHLY-DYNAMIC, PERVASIVE MONITORING OF TRAFFIC CONGESTION LEVELS Derek Fagan 1 and René Meier 2 1. Distributed Systems Group, School of Computer Science and Statistics, Trinity College Dublin, Ireland;

More information

AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM

AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM Mr.S.Iyyappan 1, Mr.V.Nandagopal 2 P.G Scholar, Dept. of EEE, Ganadipathy Tulis s Jain Engineering College, Vellore,

More information

10 th IEEE UAE STUDENT DAY Academic year 2014 2015 Software Engineering Project (SEP) Competition HEALTHCARE EMERGENCY RESPONSE SYSTEM

10 th IEEE UAE STUDENT DAY Academic year 2014 2015 Software Engineering Project (SEP) Competition HEALTHCARE EMERGENCY RESPONSE SYSTEM 10 th IEEE UAE STUDENT DAY Academic year 2014 20 Software Engineering Project (SEP) Competition HEALTHCARE EMERGENCY RESPONSE SYSTEM Competition Rules 1. Only IEEE undergraduate students within the UAE

More information

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES SWATHI NANDURI * ZAHOOR-UL-HUQ * Master of Technology, Associate Professor, G. Pulla Reddy Engineering College, G. Pulla Reddy Engineering

More information

Tracking Anomalies in Vehicle Movements using Mobile GIS

Tracking Anomalies in Vehicle Movements using Mobile GIS Tracking Anomalies in Vehicle Movements using Mobile GIS M.Saravanan Ericsson Research India Ericsson India Global Services Pvt.Ltd. Chennai, India Abstract--- Detecting fraud activities and anomalies

More information

Fig. 1 BAN Architecture III. ATMEL BOARD

Fig. 1 BAN Architecture III. ATMEL BOARD Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Traffic Control by Influencing User Behavior

Traffic Control by Influencing User Behavior Traffic Control by Influencing User Behavior We examined a means of influencing user behavior to reduce the number of repeated calls by providing information to users and controlling the traffic before

More information

GTFS: GENERAL TRANSIT FEED SPECIFICATION

GTFS: GENERAL TRANSIT FEED SPECIFICATION GTFS: GENERAL TRANSIT FEED SPECIFICATION What is GTFS? A standard in representing schedule and route information Public Transportation Schedules GIS Data Route, trip, and stop information in one zipfile

More information

INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET-

INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET- ABSTRACT INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET- Bahidja Boukenadil¹ ¹Department Of Telecommunication, Tlemcen University, Tlemcen,Algeria Now in the world, the exchange of information between

More information

Transmodel in UML. SITP 2 Système d'information Transport Public

Transmodel in UML. SITP 2 Système d'information Transport Public Transmodel in UML Equipe de projet Page 0 Version 0. 04/09/2003 Contents. Introduction... 2. Class diagrams... 3 2.. Network description... 3 2... CD TM Fig. 0 Points and Links... 3 2..2. CD TM Fig. 02

More information

A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS

A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS Sumanta Saha, Md. Safiqul Islam, Md. Sakhawat Hossen School of Information and Communication Technology The Royal Institute of Technology (KTH) Stockholm,

More information

Index terms: RF Optimization, Handover, Agilent Drive test tool, Actix Post processing tool.

Index terms: RF Optimization, Handover, Agilent Drive test tool, Actix Post processing tool. Reducing Handover Failure Rate by RF Optimization Syed Imran Basha, Idrish Shaik Department of Electronics and Communication Engineering, Abstract: RF Optimization is a very critical set of activities

More information

PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS

PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS Reza Azizi Engineering Department, Bojnourd Branch, Islamic Azad University, Bojnourd, Iran reza.azizi@bojnourdiau.ac.ir

More information

FAQ s 1. What is GPS? 2. How does GPS work? 3. What is GPRS? 4. How does your device communicate?

FAQ s 1. What is GPS? 2. How does GPS work? 3. What is GPRS? 4. How does your device communicate? 1. What is GPS? GPS is an acronym that stands for Global Positioning System. GPS is one of a few satellite navigational systems; however it is the only fully functional system currently in service. GPS

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 An Efficient Approach for Load Balancing in Cloud Environment Balasundaram Ananthakrishnan Abstract Cloud computing

More information

PRIORITY SCHEDULING OF URBAN REHABILITATION STREETS TO MINIMIZE CONGESTION, DELAYS, AND ACCIDENTS

PRIORITY SCHEDULING OF URBAN REHABILITATION STREETS TO MINIMIZE CONGESTION, DELAYS, AND ACCIDENTS PRIORITY SCHEDULING OF URBAN REHABILITATION STREETS TO MINIMIZE CONGESTION, DELAYS, AND ACCIDENTS ABSTRACT Wesley C. Zech 1, and Satish Mohan 2 This paper describes the framework of a priority scheduling

More information

SMART COLLEGE BUS TRACKING MANAGEMENT SYSTEM AND ITS APPLICATION

SMART COLLEGE BUS TRACKING MANAGEMENT SYSTEM AND ITS APPLICATION International Journal of Emerging Technologies and Engineering (IJETE) SMART COLLEGE BUS TRACKING MANAGEMENT SYSTEM AND ITS APPLICATION Savitha S.C Asst.Prof, Dept.ECE, MSEC, Bangalore Natya.S Asst. Prof,

More information

Modified Energy Efficient Cache Invalidation Algorithm in Mobile Environment

Modified Energy Efficient Cache Invalidation Algorithm in Mobile Environment Modified Energy Efficient Cache Invalidation Algorithm in Mobile Environment S. Sankara Gomathi, S. Krishnamurthi Abstract Maintenance of the cache consistency is a complicated issue in the wireless mobile

More information

Available online at www.sciencedirect.com. ScienceDirect. Procedia Computer Science 52 (2015 ) 902 907

Available online at www.sciencedirect.com. ScienceDirect. Procedia Computer Science 52 (2015 ) 902 907 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 52 (2015 ) 902 907 The 4th International Workshop on Agent-based Mobility, Traffic and Transportation Models, Methodologies

More information

RandstadRail: Increase in Public Transport Quality by Controlling Operations

RandstadRail: Increase in Public Transport Quality by Controlling Operations RandstadRail: Increase in Public Transport Quality by Controlling Operations Niels van Oort HTM, Urban public transport, Research and development P.O. Box 28503, 2502 KM The Hague, The Netherlands, e-mail:

More information

PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS

PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS Julian Hsu, Sameer Bhatia, Mineo Takai, Rajive Bagrodia, Scalable Network Technologies, Inc., Culver City, CA, and Michael

More information

Implementation of a Lightweight Service Advertisement and Discovery Protocol for Mobile Ad hoc Networks

Implementation of a Lightweight Service Advertisement and Discovery Protocol for Mobile Ad hoc Networks Implementation of a Lightweight Advertisement and Discovery Protocol for Mobile Ad hoc Networks Wenbin Ma * Department of Electrical and Computer Engineering 19 Memorial Drive West, Lehigh University Bethlehem,

More information

www.dtco.vdo.com Your fleet leading the way Digital tachograph solutions and services

www.dtco.vdo.com Your fleet leading the way Digital tachograph solutions and services www.dtco.vdo.com Your fleet leading the way Digital tachograph solutions and services Identify needs create market-driven solutions Being mobile means moving with the times. Whether you re a vehicle manufacturer,

More information

HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS

HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS R. Angel Preethima 1, Margret Johnson 2 1 Student, Computer Science and Engineering, Karunya

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 Vehicle Tracking System with Smartphone Integration S Om Prakash, R Karthikaeyan 7 Abstract Need for reliable management

More information

Analysis on Leveraging social networks for p2p content-based file sharing in disconnected manets

Analysis on Leveraging social networks for p2p content-based file sharing in disconnected manets Analysis on Leveraging social networks for p2p content-based file sharing in disconnected manets # K.Deepika 1, M.Tech Computer Science Engineering, Mail: medeepusony@gmail.com # K.Meena 2, Assistant Professor

More information

CAB TRAVEL TIME PREDICTI - BASED ON HISTORICAL TRIP OBSERVATION

CAB TRAVEL TIME PREDICTI - BASED ON HISTORICAL TRIP OBSERVATION CAB TRAVEL TIME PREDICTI - BASED ON HISTORICAL TRIP OBSERVATION N PROBLEM DEFINITION Opportunity New Booking - Time of Arrival Shortest Route (Distance/Time) Taxi-Passenger Demand Distribution Value Accurate

More information

A Cost Efficient Real-Time Vehicle Tracking System

A Cost Efficient Real-Time Vehicle Tracking System A Cost Efficient Real-Time Vehicle Tracking System Rohit Minni VIT University, Vellore, India 304, Satellite, Om Nagar, Andheri(E), Mumbai-99, India ABSTRACT The transportation system plays a vital role

More information

Parking Guidance System

Parking Guidance System Parking Guidance System The Need: With the development of modern life, the amount of cars is growing rapidly and the difference between cars and parking spaces becomes a problem in the crowded urban areas.

More information