Implementation and Evaluation of Mobility Models with OPNET

Size: px
Start display at page:

Download "Implementation and Evaluation of Mobility Models with OPNET"

Transcription

1 Lehrstuhl Netzarchitekturen und Netzdienste Institut für Informatik Technische Universität München Implementation and Evaluation of Mobility Models with OPNET Abschlussvortrag zur Masterarbeit von Thomas Oberwallner Betreuer: Alexander von Bodisco 1

2 2

3 Outline I. Motivation II. Modules Import of OpenStreetMap (OSM) and routing Mobility model Statistics III. Evaluation Introduction of scenarios Simulation results 3

4 Motivation Existing mobility framework in OPNET Mobility models: Random Waypoint/Direction/Walk, Group Mobility Statistics: Spatial node distribution, node speed distribution, link duration, transient phase Existing VANET simulators Complex movement models (SUMO/VanetMobiSim) Complex configuration (SUMO) Import of OSM files incomplete (VanetMobiSim) Few statistics about movement (SUMO/VanetMobiSim) Goal Simulation of traffic on real maps Fast movement model of VANETs with focus on the main aspects of vehicular movement Simulate accurately enough to evaluate routing protocols Import/Export Traces 4

5 Modules: Import of OSM and Routing OSM file consists of: Nodes: Points in map with a defined position Ways: Contain references to points, form roads Creation of routing graph by minimizing road graph Vertex in routing graph: intersection Edge: Connects two intersections 5

6 Modules: Import of OSM and Routing Creation of routing graph by minimizing road graph Vertex in routing graph: intersection Edge: Connects two intersections Routing with Dijkstra algorithm Weight of edges Distance for shortest path Time for quickest path Pending nodes stored in a Min-Heap 6

7 Modules: Import of OSM and Routing OSM file consists of: Nodes: Points in map with a defined position Ways: Contain references to points, form roads Creation of routing graph by minimizing road graph Vertex in routing graph: intersection Edge: Connects two intersections Routing with A* algorithm Weight of edges Distance for shortest path Time for fastest path Pending nodes stored in a Min-Heap 7

8 Modules: Mobility model Trip generation Routed-Geo-Waypoint Similar to Random Waypoint Random destination Fastest route to destination based on speed limits Adaptive Destination like in Routed-Geo-Waypoint Fastest route to destination according to average speed of all cars which drove on sections Lévy-Flight Distance to destination exponentially distributed Drive shortest path to destination 8

9 Modules: Mobility model Speed Every car has its desired speed Speed limits: Drivers obey speed limits depending on desired speed Behaviour: If no car in front: speed = (desired speed / 100) * speed limit If slower car in front: If distance > safety-distance: speed = (desired speed / 100) * speed limit If distance = safety-distance: speed = speed of car in front If distance < safety-distance: speed = 0.95 * speed of car in front 9

10 Modules: Mobility model Traffic signals Position of traffic signal (TS) extracted from map Timing: Every TS has a uniform distributed offset [0; 20]s Every TS has a uniform distributed duration [5; 15]s No yellow-phase Two roads with an angle closest to 180 have a green signal at the same time 10

11 Modules: Mobility model Intersections First in, first out principle Departure and destination of all cars which crossed the intersection in the previous 2 seconds is stored Arriving car comes from direction A and drives in direction B Waiting decision depends on the direction of previous cars: If no car crossed the intersection: ok If cars came from A: ok If cars went from B to A: ok Else: Wait 2 seconds 11

12 Modules: Statistics Map metrics Size of map Type of roads Number of nodes/intersections Distance between nodes/intersections Speed limits Number of traffic signals Mobility metrics Car speed Distance of routes Travel time of routes Number of cars per section Relative speed of neighbours Speed ratio between neighbours Spatial dependence between neighbours Network metrics Number of neighbours Neighbour distance Number of network partitions 12

13 Evaluation: Introduction of scenarios Characteristic scenarios Lower Manhattan: Parallel roads from north to south and east to west, traffic signals on most intersections Soest: Radial, concentric ring roads Regensburg: Normal city 13

14 Evaluation: Simulation results basic features Number of cars set according to length of road network The higher the number of cars the lower the average speed the higher the time until the destination is reached the lower the driven distance the lower the number of crossed intersections the lower the relative speed the higher the number of neighbors the lower the number of network partitions Number of Lower cars Manhattan 500 / 441 / km/h Regensbu rg km/h km/h Adaptive routes thekm/h fastest routes23.86 followed by Lévy-Flight and 1000 / 883 / produce Geo-Routed-Waypoint routes 1614 km/h km/h Soest 14

15 Evaluation Speed on sections in Soest 15

16 Video Click to edit Master text styles Second level Third level Fourth level» Fifth level 16

17 Comparison of VANET simulators Master-Thesis VanetMobiSim SUMO Import OSM-Files Yes Yes (since current version), but incomplete Yes (NETCONVERT) Mobility model Car following, traffic lights, overtaking, individual drivermodels Car following, overtaking or traffic lights Car following, multilane roads, traffic lights Trip generation Random, adaptive, distance-based Random, activitybased, sightseeing Flow definitions, OD matrices, random, population statistics Routing A*, fast Dijkstra, slow A*, fast Statistics Map metrics, mobility metrics, network metrics, simulation performance metrics Node density Position dump, edgelane traffic, trip/route information Not aggregated Import/Export Traces Yes/Yes GPX-Format No/Yes (NS2, GloMoSim, QualNet, NET) No/Yes (unknown format) Network Simulation Yes (no hybrid simulation) No No 17

18 Questions Thank you for your time and attention. Questions? 18

19 Classification of synthetic mobility models Click to edit Master text styles Second level Third level Fourth level» Fifth level 19

20 Modules: Import of OpenStreetMap road maps File-Format: OSM XML-File contains 3 element types Node Point in map Contains latitude, longitude, id, (version, timestamp, userid, changeset) Way Contains references to nodes + additional data like highway type, speed limit, name, surface, one way Relation Forms restrictions or areas Contains references to nodes and ways Important: Guessing of unknown data 20

21 Modules: Import/Export of GPS-Traces File Format: GPX Wpt: Waypoint Attributes: Latitude, longitude Elements (optional): Elevation, timestamp Rte: Route Elements: Name, description, list of route points (wpt) Trk: Track Elements: Name, description, list of track segments Trkseg: Track segment Elements: List of waypoints 21

22 Modules: Mobility Model Overtaking Overtaking decision depends on: Overtaking enabled by configuration? Driving out of town? Car in front driving its desired speed? Desired speed >> Desired speed of car in front? Car in front not overtaking at the moment? No opposing traffic? Overtake will be completed before arriving at the next intersection? Following car overtakes by keeping to drive its desired speed When position of overtaking car has reached its predecessor: Positions in lists are switched 22

23 Evaluation: Simulation results advanced features Pause: Average speed of currently moving cars increases Time from start to destination decreases Driver changes: Variance of driven distance and number of crossed intersections decreases Individual driver models (Sunday driver vs. Speeder): Low amount of cars: Speeder faster than Sunday drivers High amount of cars: Almost no difference Overtaking: No differences, because urban scenario has been simulated Low amount of overtaking maneuvers 23

24 Evaluation: Performance of simulation Time of import of map is <10 seconds in evaluated maps Simulation duration depends quadratically on number of cars Disabling periodical statistics speeds up simulation by a factory of 3.5 to 16 Simulations (without statistics) on average 38.5% faster than VanetMobiSim Memory usage depends quadratically on number of cars Enabling statistics consumes about 12 MB memory 24

STRAW - An integrated mobility & traffic model for vehicular ad-hoc networks

STRAW - An integrated mobility & traffic model for vehicular ad-hoc networks STRAW - An integrated mobility & traffic model for vehicular ad-hoc networks David R. Choffnes & Fabián E. Bustamante Department of Computer Science, Northwestern University www.aqualab.cs.northwestern.edu

More information

Evaluation of Realistic Mobility Model for Comparative Study of Routing Protocols in IEEE p (DSRC) Vehicular Ad-hoc Network (VANET) Dongsuk Song

Evaluation of Realistic Mobility Model for Comparative Study of Routing Protocols in IEEE p (DSRC) Vehicular Ad-hoc Network (VANET) Dongsuk Song Evaluation of Realistic Mobility Model for Comparative Study of Routing Protocols in IEEE 802.11p (DSRC) Vehicular Ad-hoc Network (VANET) by Dongsuk Song A thesis submitted to the Graduate Faculty of Auburn

More information

Preparing Simulative Evaluation of the GLOSA Application

Preparing Simulative Evaluation of the GLOSA Application 19th ITS World Congress, Vienna, Austria, 22/26 October 2012 Paper Number Daniel Krajzewicz 1*, Laura Bieker 2, Jakob Erdmann 2 1. Institute of Transportation Systems, German Aerospace Center, Rutherfordstr.

More information

Study on Indoor and Outdoor environment for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model

Study on Indoor and Outdoor environment for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model Study on and Outdoor for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model Ibrahim khider,prof.wangfurong.prof.yinweihua,sacko Ibrahim khider, Communication Software and

More information

Temporally Adaptive A* Algorithm on Time Dependent Transportation Network

Temporally Adaptive A* Algorithm on Time Dependent Transportation Network Temporally Adaptive A* Algorithm on Time Dependent Transportation Network Nianbo Zheng, Feng Lu Institute of Geographic Sciences and Natural Resources Research Chinese Academy of Sciences Beijing, 100101,

More information

Executive Overview. D1.3.2-VanetMobiSim/Ns-2: A VANET simulator for CARLINK

Executive Overview. D1.3.2-VanetMobiSim/Ns-2: A VANET simulator for CARLINK Executive Overview Title: D1.3.2-VanetMobiSim/Ns-2: A VANET simulator for CARLINK Summary: This document provides a brief introduction and analysis of the simulation tool VanetMobiSim/NS-2 proposed for

More information

Simulations of VANET Scenarios with OPNET and SUMO

Simulations of VANET Scenarios with OPNET and SUMO Simulations of VANET Scenarios with OPNET and SUMO Florent Kaisser, Christophe Gransart, Marion Berbineau To cite this version: Florent Kaisser, Christophe Gransart, Marion Berbineau. Simulations of VANET

More information

User Manual JRV9000. Navigation software for the JRV9000. English April 2016, ver. 1.0

User Manual JRV9000. Navigation software for the JRV9000. English April 2016, ver. 1.0 User Manual JRV9000 Navigation software for the JRV9000 English April 2016, ver. 1.0 Table of contents 1 Getting started... 5 1.1 Initial set-up... 5 1.2 Screen controls... 6 1.2.1 Using the buttons and

More information

An Analysis of Simulators for Vehicular Ad hoc Networks

An Analysis of Simulators for Vehicular Ad hoc Networks World Applied Sciences Journal 23 (8): 1044-1048, 2013 ISSN 1818-4952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.23.08.584 An Analysis of Simulators for Vehicular Ad hoc Networks Syed A. Hussain

More information

RoutesMobilityModel: Easy Realistic Mobility Simulation using External Information Services

RoutesMobilityModel: Easy Realistic Mobility Simulation using External Information Services RoutesMobilityModel: Easy Realistic Mobility Simulation using External Information Services Tiago Cerqueira, Michele Albano CISTER Research Centre, ISEP, Portugal www.cister.isep.ipp.pt Workshop on Network

More information

Analyzing Routing Protocols Performance in VANET Using p and g

Analyzing Routing Protocols Performance in VANET Using p and g Analyzing Routing Protocols Performance in VANET Using 802.11p and 802.11g Rasha Kaiss Aswed and Mohammed Ahmed Abdala Network Engineering Department, College of Information Engineering, Al-Nahrain University

More information

LTE and IEEE802.p for vehicular networking: a performance evaluation

LTE and IEEE802.p for vehicular networking: a performance evaluation LTE and IEEE802.p for vehicular networking: a performance evaluation Zeeshan Hameed Mir* Fethi Filali EURASIP Journal on Wireless Communications and Networking 1 Presenter Renato Iida v2 Outline Introduction

More information

Spatial Analysis (Vector) II

Spatial Analysis (Vector) II Spatial Analysis (Vector) II GEOG 300, Lecture 9 Dr. Anthony Jjumba 1 A Spatial Network is a set of geographic locations interconnected in a system by a number of routes is a system of linear features

More information

VERGILIUS: A Scenario Generator for VANET

VERGILIUS: A Scenario Generator for VANET VERGILIUS: A Scenario Generator for VANET Eugenio Giordano 1,2, Enzo De Sena 3, Giovanni Pau 1, and Mario Gerla 1 1 University of California at Los Angeles, California, USA. 2 DEIS, WiLab - University

More information

Design and Simulation of Vehicular Adhoc Network using SUMO and NS2

Design and Simulation of Vehicular Adhoc Network using SUMO and NS2 Advances in Wireless and Mobile Communications. ISSN 0973-6972 Volume 10, Number 5 (2017), pp. 1207-1219 Research India Publications http://www.ripublication.com Design and Simulation of Vehicular Adhoc

More information

PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET

PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET K. Venkateswarlu 1, G. Murali 2 1 M. Tech, CSE, JNTUA College of Engineering (Pulivendula), Andhra Pradesh, India 2 Asst.Prof (HOD), CSE,

More information

GUI: GPS-Less Traffic Congestion Avoidance in Urban Area with Inter-Vehicular Communication

GUI: GPS-Less Traffic Congestion Avoidance in Urban Area with Inter-Vehicular Communication GUI: GPS-Less Traffic Congestion Avoidance in Urban Area with Inter-Vehicular Communication Zhen Jiang, Jie Wu, Paul Sabatino CIS Dept., Temple University CS Dept., West Chester Unviersity Information

More information

En Route: Towards Vehicular Mobility Scenario Generation at Scale

En Route: Towards Vehicular Mobility Scenario Generation at Scale En Route: Towards Vehicular Mobility Scenario Generation at Scale Roozbeh Ketabi, Babak Alipour, Ahmed Helmy Computer and Information Science and Engineering University of Florida, Gainesville, FL Email:

More information

Understanding Vehicular Mobility in Network Simulation

Understanding Vehicular Mobility in Network Simulation Understanding Vehicular Mobility in Network Simulation Marco Fiore Politecnico di Torino Dipartimento di Elettronica 1129 Torino, Italy Email: marco.fiore@polito.it Jérôme Härri, Fethi Filali, Christian

More information

A framework to simulate VANET scenarios with SUMO

A framework to simulate VANET scenarios with SUMO A framework to simulate VANET scenarios with SUMO Florent Kaisser, Christophe Gransart, Mohamed Kassab and Marion Berbineau Université Lille Nord de France IFSTTAR-LEOST F-59650 Villeneuve d'ascq, France

More information

Version 9 User Guide for. Developed for Omnitracs

Version 9 User Guide for. Developed for Omnitracs Version 9 User Guide for Developed for Omnitracs Table of Contents Welcome to CoPilot Truck 4 Driving Screen 4 Driving Menu 5 GO TO MENU: Single Destination Navigation 6 Address 6 My Places 7 Points of

More information

GPS NAVIGATION SYSTEM NAV USER MANUAL

GPS NAVIGATION SYSTEM NAV USER MANUAL GPS NAVIGATION SYSTEM NAV USER MANUAL ENGLISH Thank you for choosing the the Zenec Device as your navigator. Start using your device right away. This document is the detailed description of the navigation

More information

Multiprotocol Label Switching in Vehicular Ad hoc Network for QoS

Multiprotocol Label Switching in Vehicular Ad hoc Network for QoS Information Management and Business Review Vol. 6, No. 3, pp. 115-120, Jun 2014 (ISSN 2220-3796) Multiprotocol Label Switching in Vehicular Ad hoc Network for QoS * Kashif Naseer Qureshi, Abdul Hanan Abdullah

More information

Analysis the Performance of Vehicles Ad Hoc Network

Analysis the Performance of Vehicles Ad Hoc Network Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 124 (2017) 682 690 4th Information Systems International Conference 2017, ISICO 2017, 6-8 November 2017, Bali, Indonesia

More information

Network Analyst Creating Network Datasets. Jay Sandhu Frank Kish

Network Analyst Creating Network Datasets. Jay Sandhu Frank Kish Network Analyst Creating Network Datasets Jay Sandhu Frank Kish Agenda Preparing Street Data for use in a network dataset - One-way streets - Hierarchy - RoadClass attribute Using turns, signposts, and

More information

User Manual Alpine Navigation

User Manual Alpine Navigation User Manual Alpine Navigation Navigation software for the Alpine INE-W960/INE-W960S/INE-NAV-60 US English January 2015, ver. 1.0 Thank you for choosing the Alpine unit as your navigator. Start using your

More information

Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous Vehicular Cloud

Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous Vehicular Cloud 2016 International Conference on Service Science, Technology and Engineering (SSTE 2016) ISBN: 978-1-60595-351-9 Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous

More information

Network Analyst: Creating Network Datasets. Patrick Stevens Alan Hatakeyama

Network Analyst: Creating Network Datasets. Patrick Stevens Alan Hatakeyama Network Analyst: Creating Network Datasets Patrick Stevens Alan Hatakeyama Agenda Do you need to create a network dataset? Preparing street data for use in a network dataset Using turns, signposts, and

More information

Navigator for Android Manual MapFactor s.r.o.

Navigator for Android Manual MapFactor s.r.o. Navigator for Android Manual I Navigator for Android Table of Contents Foreword 0 Part I Introduction 4 Part II Installing navigator 6 1 Installing Navigator... application 6 2 Installing maps... 7 Part

More information

MLEP Intermediate GPS Workshop Exercise Two Using Maps

MLEP Intermediate GPS Workshop Exercise Two Using Maps During this exercise, you will scale coordinates from a map and enter them into the GPS receiver. This requires a ruler (provided) and all calculations require a paper and pencil. During this exercise,

More information

Before Using the Navigation System

Before Using the Navigation System Before Using the Navigation System WARNING Read this manual first Read this manual carefully before using the navigation system. We are not liable for accidents or other problems resulting from failure

More information

ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFERENT MOBILITY MODELS

ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFERENT MOBILITY MODELS ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFERENT MOBILITY MODELS Natarajan Meghanathan 1 and Sireesha Gorla 1, Jackson State University, 1400 Lynch St, Jackson, MS, USA

More information

PRIME/ESSENTIAL NAVIGATION USER MANUAL

PRIME/ESSENTIAL NAVIGATION USER MANUAL PRIME/ESSENTIAL NAVIGATION USER MANUAL EN Table of contents 1 Warnings and safety information... 5 2 Getting started... 6 2.1 Initial set-up... 6 2.2 Screen controls... 7 2.2.1 Using the buttons and other

More information

Owner s manual NZ503

Owner s manual NZ503 Owner s manual NZ503 US English Thank you for choosing the Clarion NZ503 as your navigator. Start using Clarion NZ503 right away. This document is the detailed description of the navigation software. You

More information

NAVIGATION USER MANUAL

NAVIGATION USER MANUAL NAVIGATION USER MANUAL POWERED by Welcome Dear Customer, Thank you for selecting NDrive as your navigation software. This guide is created so that you can find quick and simple answers to your questions,

More information

CrowdPath: A Framework for Next Generation Routing Services using Volunteered Geographic Information

CrowdPath: A Framework for Next Generation Routing Services using Volunteered Geographic Information CrowdPath: A Framework for Next Generation Routing Services using Volunteered Geographic Information Abdeltawab M. Hendawi, Eugene Sturm, Dev Oliver, Shashi Shekhar hendawi@cs.umn.edu, sturm049@umn.edu,

More information

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 17. PATH ANALYSIS AND NETWORK APPLICATIONS 17.1 Path Analysis 17.1.1 Source Raster 17.1.2 Cost Raster Box 17.1 Cost Raster for a Site Analysis of Pipelines 17.1.3 Cost Distance Measures 17.1.4

More information

Histogram-Based Density Discovery in Establishing Road Connectivity

Histogram-Based Density Discovery in Establishing Road Connectivity Histogram-Based Density Discovery in Establishing Road Connectivity Kevin C. Lee, Jiajie Zhu, Jih-Chung Fan, Mario Gerla Department of Computer Science University of California, Los Angeles Los Angeles,

More information

Dynamic Highway-Node Routing

Dynamic Highway-Node Routing Schultes/Sanders: Dynamic Highway-Node Routing 1 Dynamic Highway-Node Routing Dominik Schultes Peter Sanders Institut für Theoretische Informatik Algorithmik II Universität Karlsruhe (TH) http://algo2.iti.uka.de/schultes/hwy/

More information

Mobility Models. Larissa Marinho Eglem de Oliveira. May 26th CMPE 257 Wireless Networks. (UCSC) May / 50

Mobility Models. Larissa Marinho Eglem de Oliveira. May 26th CMPE 257 Wireless Networks. (UCSC) May / 50 Mobility Models Larissa Marinho Eglem de Oliveira CMPE 257 Wireless Networks May 26th 2015 (UCSC) May 2015 1 / 50 1 Motivation 2 Mobility Models 3 Extracting a Mobility Model from Real User Traces 4 Self-similar

More information

Owner s manual NX405. English. Clarion NX405 English 1

Owner s manual NX405. English. Clarion NX405 English 1 Owner s manual NX405 English Clarion NX405 English 1 Thank you for choosing the Clarion NX405 as your navigator. Start using Clarion NX405 right away. This document is the detailed description of the navigation

More information

COMPOSER User Manual

COMPOSER User Manual COMPOSER User Manual June 2009 Contents I. II. III. IV. Getting Started...Pg. 1 The Map Interface Pg. 2 Toolbar Menus......Pg. 3 Right Hand Tool Panel Menus... Pg. 11 1 Getting Started To get started,

More information

Performance Comparison of Mobility Generator C4R and MOVE using Optimized Link State Routing (OLSR)

Performance Comparison of Mobility Generator C4R and MOVE using Optimized Link State Routing (OLSR) IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 06, Issue 11 (November. 2016), V1 PP 25-29 www.iosrjen.org Performance Comparison of Mobility Generator and MOVE using

More information

CAR MULTIMEDIA SERIES 530. Enjoy it. Operating instructions Navigation

CAR MULTIMEDIA SERIES 530. Enjoy it. Operating instructions Navigation CAR MULTIMEDIA SERIES 530 Enjoy it. Operating instructions Navigation Thank you for choosing the Blaupunkt Navigation as your navigator. Start using Blaupunkt Navigation right away. This document is the

More information

Contact: Ye Zhao, Professor Phone: Dept. of Computer Science, Kent State University, Ohio 44242

Contact: Ye Zhao, Professor Phone: Dept. of Computer Science, Kent State University, Ohio 44242 Table of Contents I. Overview... 2 II. Trajectory Datasets and Data Types... 3 III. Data Loading and Processing Guide... 5 IV. Account and Web-based Data Access... 14 V. Visual Analytics Interface... 15

More information

User Manual. XSG2 Infotainment Center. Navigation Software XSG2. English. May 2010, ver G2NAVIMN01

User Manual. XSG2 Infotainment Center. Navigation Software XSG2. English. May 2010, ver G2NAVIMN01 User Manual XSG2 Infotainment Center Navigation Software XSG2 English May 2010 ver. 1.2 125G2NAVIMN01 1 Copyright note The product and the information contained herein is subject to change without prior

More information

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Aye Zarchi Minn 1, May Zin Oo 2, Mazliza Othman 3 1,2 Department of Information Technology, Mandalay Technological University, Myanmar

More information

Modeling and Simulation of Vehicular Networks

Modeling and Simulation of Vehicular Networks Modeling and Simulation of Vehicular Networks Kaveh Shafiee 1, Jinwoo (Brian) Lee 2, Victor C.M. Leung 1, Garland Chow 1 1 The University of British Columbia, Vancouver, BC, Canada 2 Queensland University

More information

Indian National Olympiad in Informatics, 2014

Indian National Olympiad in Informatics, 2014 Indian National Olympiad in Informatics, 2014 Time: 3 hours 19 January, 2014 Instructions (a) You will have to return this question paper at the end of the examination with relevant parts filled out. (b)

More information

Data Aggregation and Roadside Unit Placement for a VANET Traffic Information System

Data Aggregation and Roadside Unit Placement for a VANET Traffic Information System Data Aggregation and Roadside Unit Placement for a VANET Traffic Information System Christian Lochert, Björn Scheuermann, Christian Wewetzer, Andreas Luebke, and Martin Mauve Heinrich Heine University

More information

Realistic Environment for VANET Simulations to Detect the Presence of Obstacles in Vehicular Ad Hoc Networks

Realistic Environment for VANET Simulations to Detect the Presence of Obstacles in Vehicular Ad Hoc Networks Realistic Environment for VANET Simulations to Detect the Presence of Obstacles in Vehicular Ad Hoc Networks ABSTRACT Ahmad Mohamad Mezher, Juan Jurado Oltra, Luis Urquiza-Aguiar Cristhian Iza Paredes,

More information

Computer Science 501 Data Structures & Algorithms The College of Saint Rose Fall 2014

Computer Science 501 Data Structures & Algorithms The College of Saint Rose Fall 2014 Computer Science 501 Data Structures & Algorithms The College of Saint Rose Fall 2014 Lab 11: Dijkstra s Road Trip Due: 6:00 PM, Tuesday, December 2, 2014 This lab, your last, and spread over 2 weeks,

More information

Reliable Routing In VANET Using Cross Layer Approach

Reliable Routing In VANET Using Cross Layer Approach Reliable Routing In VANET Using Cross Layer Approach 1 Mr. Bhagirath Patel, 2 Ms. Khushbu Shah 1 Department of Computer engineering, 1 LJ Institute of Technology, Ahmedabad, India 1 er.bhagirath@gmail.com,

More information

Reinforcement Learning for Adaptive Routing of Autonomous Vehicles in Congested Networks

Reinforcement Learning for Adaptive Routing of Autonomous Vehicles in Congested Networks Reinforcement Learning for Adaptive Routing of Autonomous Vehicles in Congested Networks Jonathan Cox Aeronautics & Astronautics Brandon Jennings Mechanical Engineering Steven Krukowski Aeronautics & Astronautics

More information

UCLA UCLA Electronic Theses and Dissertations

UCLA UCLA Electronic Theses and Dissertations UCLA UCLA Electronic Theses and Dissertations Title A Complex Network Method for Traffic Modeling and Control Permalink https://escholarship.org/uc/item/5ct600k6 Author Yeung, Fiona Publication Date 2017

More information

Table of contents 1. INTRODUCTION INSTALLATION GENERAL INTRODUCTION NAVIGATE TO... 7

Table of contents 1. INTRODUCTION INSTALLATION GENERAL INTRODUCTION NAVIGATE TO... 7 Table of contents 1. INTRODUCTION... 1 2. INSTALLATION... 3 2.1. INSTALLING THE HARDWARE...3 2.2. INSTALLING THE SOFTWARE...3 2.3. ACTIVATING THE GPS...4 3 GENERAL INTRODUCTION... 5 3.1. LEFT-HAND BUTTONS...5

More information

!"# $ I. Introduction

!# $ I. Introduction !"# $ LAGRIT (Laboratoire de gestion des réseaux informatiques et de télécommunications) * LACIME (Laboratoire de communications et d'intégration de la microélectronique) Department of Electrical Engineering,

More information

Schedule-Driven Coordination for Real-Time Traffic Control

Schedule-Driven Coordination for Real-Time Traffic Control Schedule-Driven Coordination for Real-Time Traffic Control Xiao-Feng Xie, Stephen F. Smith, Gregory J. Barlow The Robotics Institute Carnegie Mellon University International Conference on Automated Planning

More information

Visualization and modeling of traffic congestion in urban environments

Visualization and modeling of traffic congestion in urban environments 1th AGILE International Conference on Geographic Information Science 27 Page 1 of 1 Visualization and modeling of traffic congestion in urban environments Authors: Ben Alexander Wuest and Darka Mioc, Department

More information

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT Lecture 6: Vehicular Computing and Networking Cristian Borcea Department of Computer Science NJIT GPS & navigation system On-Board Diagnostic (OBD) systems DVD player Satellite communication 2 Internet

More information

GPS NAVIGATION SYSTEM MAIN USER MANUAL

GPS NAVIGATION SYSTEM MAIN USER MANUAL GPS NAVIGATION SYSTEM MAIN USER MANUAL ENGLISH Thank you for choosing the ZENEC deviceas your navigator. Start using your ZENEC device right away. This document is the detailed description of the navigation

More information

Learning Objectives. After this segment, students will be able to

Learning Objectives. After this segment, students will be able to Spatial Networks Outline 1. Motivation, and use cases 2. Example spatial networks 3. Conceptual model 4. Need for SQL extensions 5. CONNECT statement 6. RECURSIVE statement 7. Storage and data structures

More information

4.3 Network simulators. 4.3 Network simulators. collision free vehicle movement; several vehicle types; simulation of traffic lights;

4.3 Network simulators. 4.3 Network simulators. collision free vehicle movement; several vehicle types; simulation of traffic lights; 4.3 Network simulators collision free vehicle movement; several vehicle types; simulation of traffic lights; junction-based right-of-way rules (junctions with streets having equal / different priorities,

More information

Realistic Mobility Models for Vehicular Ad hoc Network (VANET) Simulations

Realistic Mobility Models for Vehicular Ad hoc Network (VANET) Simulations Realistic Mobility Models for Vehicular Ad hoc Network (VANET) Simulations Kun-chan Lan and Chien-Ming Chou National Cheng Kung University Department of Computer Science and Information Engineering Tainan,

More information

FriendlyPanels

FriendlyPanels FriendlyPanels Software WARNING This operating manual has been writen following the original GARMIN GNS 430/430A Pilot s Guide and Reference, but it's not intended to be valid for training purposes other

More information

MOBILITY MODELS FOR NEXT WIRELESS NETWORKS GENERATION WILEY AD HOC, VEHICULAR AND MESH NETWORKS. Paolo Santi

MOBILITY MODELS FOR NEXT WIRELESS NETWORKS GENERATION WILEY AD HOC, VEHICULAR AND MESH NETWORKS. Paolo Santi MOBILITY MODELS FOR NEXT GENERATION WIRELESS NETWORKS AD HOC, VEHICULAR AND MESH NETWORKS Paolo Santi Istituto di Informatica e Telematica del CNR, Italy WILEY A John Wiley & Sons, Ltd., Publication Contents

More information

Table of contents. Main Map Screen... 2 Basic Commands... 5 Exploring menu screens... 5 Using keyboards... 5 Performing a search...

Table of contents. Main Map Screen... 2 Basic Commands... 5 Exploring menu screens... 5 Using keyboards... 5 Performing a search... Table of contents Welcome!... 2 Main Map Screen... 2 Basic Commands... 5 Exploring menu screens... 5 Using keyboards... 5 Performing a search... 7 Go screen... 7 How to Navigate... 8 Navigate to an address...

More information

User Manual. Alpine Navigation System. Navigation software for the Alpine Navigation System. English March 2015, ver. 1.0

User Manual. Alpine Navigation System. Navigation software for the Alpine Navigation System. English March 2015, ver. 1.0 User Manual Alpine Navigation System Navigation software for the Alpine Navigation System English March 2015, ver. 1.0 Table of contents 1 Warnings and safety information... 5 2 Getting started... 6 2.1

More information

Navigation Software User Manual

Navigation Software User Manual Navigation Software User Manual Thank you for choosing the Falcon Navigator as your navigator You can start using your Falcon Navigator right away This document is the detailed description of the navigation

More information

Navigation System... 1 Radio Frequently Asked Questions Troubleshooting MAIN TABLE OF CONTENTS

Navigation System... 1 Radio Frequently Asked Questions Troubleshooting MAIN TABLE OF CONTENTS Navigation System... 1 Radio... 41 Frequently Asked Questions... 53 Troubleshooting... 56 MAIN TABLE OF CONTENTS i NAVIGATION SYSTEM TABLE OF CONTENTS Safety Guidelines... 1 System Introduction... 3 System

More information

Graphs. Tessema M. Mengistu Department of Computer Science Southern Illinois University Carbondale Room - Faner 3131

Graphs. Tessema M. Mengistu Department of Computer Science Southern Illinois University Carbondale Room - Faner 3131 Graphs Tessema M. Mengistu Department of Computer Science Southern Illinois University Carbondale tessema.mengistu@siu.edu Room - Faner 3131 1 Outline Introduction to Graphs Graph Traversals Finding a

More information

GPS Tutorial for Hikers How to efficiently use your mobile as GPS navigator for hiking

GPS Tutorial for Hikers How to efficiently use your mobile as GPS navigator for hiking GPS Tutorial for Hikers How to efficiently use your mobile as GPS navigator for hiking By Marc TORBEY Examples from the Android software OruxMaps V1.0 1 Table of contents Basics about GPS for hiking slide

More information

GPXl8r - GPX to GPX or KML translation

GPXl8r - GPX to GPX or KML translation GPXl8r - GPX to GPX or KML translation GPSxl8r allows you to translate GPX data from various vendors for use on other GPS units or for viewing in Google Earth. Don t let the main screen intimidate you.

More information

Owner's manual NX604. Navigation

Owner's manual NX604. Navigation Owner's manual NX604 Navigation Thank you for choosing the Clarion NX604 as your navigator. Start using Clarion NX604 right away. This document is the detailed description of the navigation software. You

More information

Chapter XIV Simulation of VANET Applications

Chapter XIV Simulation of VANET Applications 258 Chapter XIV Valentin Cristea University Politehnica of Bucharest, Romania Victor Gradinescu University Politehnica of Bucharest, Romania Cristian Gorgorin University Politehnica of Bucharest, Romania

More information

2007 Cadillac SRX Navigation System M

2007 Cadillac SRX Navigation System M 2007 Cadillac SRX Navigation System M Overview... 3 Overview... 4 Features and Controls... 15 Features and Controls... 16 Navigation Audio System... 57 Navigation Audio System... 58 Voice Recognition...

More information

Getting started. Mounting your navigation device. 1. Push the EasyPort Mount on your TomTom START against the windshield in your car.

Getting started. Mounting your navigation device. 1. Push the EasyPort Mount on your TomTom START against the windshield in your car. TomTom START 1. Getting started Getting started Mounting your navigation device 1. Push the EasyPort Mount on your TomTom START against the windshield in your car. 1 2. Adjust the angle of your device.

More information

Weldon User Manual Weldon Navigation

Weldon User Manual Weldon Navigation Weldon User Manual Weldon Navigation Navigation software version 1.0 March 2013 Thank you for choosing Weldon and V-MUX as your GPS solution. You can start using your Weldon Navigation right away. This

More information

User Manual Alpine Navigation

User Manual Alpine Navigation User Manual Alpine Navigation Navigation software for the Alpine INE-W970BT UK English January 2013, ver. 1.0 Thank you for choosing the Alpine unit as your navigator. Start using your device right away.

More information

Multimedia Navigation Wolfsburg

Multimedia Navigation Wolfsburg www.blaupunkt.com Multimedia Navigation Wolfsburg Operating instructions Navigation Thank you for choosing our product as your navigator. Start using Blaupunkt Navigation right away. This document is the

More information

User Manual. VMS Navigation. Navigation software for the Touring 7500 In-Dash Series (igo Primo) September 2012, ver. 2.0

User Manual. VMS Navigation. Navigation software for the Touring 7500 In-Dash Series (igo Primo) September 2012, ver. 2.0 User Manual VMS Navigation Navigation software for the Touring 7500 In-Dash Series (igo Primo) September 2012, ver. 2.0 Thank you for choosing the Touring 7500 as your navigator. This document is the detailed

More information

Location-Based Web Services for Car Infotainment

Location-Based Web Services for Car Infotainment Location-Based Web Services for Car Infotainment Susanne Boll University of Oldenburg & OFFIS Institute for Information Technology 01.07.2009 1st tubs.city Symposium, Braunschweig 52 16 30"N 10 31 43"E

More information

SECTION 2 NAVIGATION SYSTEM: DESTINATION SEARCH

SECTION 2 NAVIGATION SYSTEM: DESTINATION SEARCH NAVIGATION SYSTEM: DESTINATION SEARCH SECTION 2 Destination search 62 Selecting the search area............................. 62 Destination search by Home........................... 64 Destination search

More information

Experimental Study on Speed-Up Techniques for Timetable Information Systems

Experimental Study on Speed-Up Techniques for Timetable Information Systems Experimental Study on Speed-Up Techniques for Timetable Information Systems Reinhard Bauer (rbauer@ira.uka.de) Daniel Delling (delling@ira.uka.de) Dorothea Wagner (wagner@ira.uka.de) ITI Wagner, Universität

More information

Evaluation of Information Dissemination Characteristics in a PTS VANET

Evaluation of Information Dissemination Characteristics in a PTS VANET Evaluation of Information Dissemination Characteristics in a PTS VANET Holger Kuprian 1, Marek Meyer 2, Miguel Rios 3 1) Technische Universität Darmstadt, Multimedia Communications Lab Holger.Kuprian@KOM.tu-darmstadt.de

More information

Analytical Investigation and Implementation of Carry and Forward based Routing Protocol for Vehicular Ad hoc Network

Analytical Investigation and Implementation of Carry and Forward based Routing Protocol for Vehicular Ad hoc Network Analytical Investigation and Implementation of Carry and Forward based Routing Protocol for Vehicular Ad hoc Network by c Aslinda Hassan A thesis submitted to the School of Graduate Studies in partial

More information

APPLICATION OF AERIAL VIDEO FOR TRAFFIC FLOW MONITORING AND MANAGEMENT

APPLICATION OF AERIAL VIDEO FOR TRAFFIC FLOW MONITORING AND MANAGEMENT Pitu Mirchandani, Professor, Department of Systems and Industrial Engineering Mark Hickman, Assistant Professor, Department of Civil Engineering Alejandro Angel, Graduate Researcher Dinesh Chandnani, Graduate

More information

User Manual Clarion Mobile Map Navigation software for Clarion NP509 (System Mode) NP509

User Manual Clarion Mobile Map Navigation software for Clarion NP509 (System Mode) NP509 User Manual Clarion Mobile Map Navigation software for Clarion NP509 (System Mode) NP509 Copyright note The product and the information contained herein is subject to change without prior notification.

More information

Benchmarking Trajectory Matchers with SUMO

Benchmarking Trajectory Matchers with SUMO Benchmarking Trajectory Matchers with SUMO Dr. Jakob Erdmann Dr. Rüdiger Ebendt Institute of Transportation Systems German Aerospace Center 12489, Berlin Germany E-mail: Jakob.erdmann@dlr.de KEYWORDS Trajectory

More information

Detection and Removal of Blackhole Attack Using Handshake Mechanism in MANET and VANET

Detection and Removal of Blackhole Attack Using Handshake Mechanism in MANET and VANET IOSR Journal of Mobile Computing & Application (IOSR-JMCA) e-issn: 2394-0050, P-ISSN: 2394-0042.Volume 2, Issue 1. (Mar. - Apr. 2015), PP 01-05 www.iosrjournals.org Detection and Removal of Blackhole Attack

More information

Vehicular Road Side Backbone Network with Multiprotocol Label Switching Kashif Naseer Qureshi *, Abdul Hanan Abdullah, Raja Waseem Anwar

Vehicular Road Side Backbone Network with Multiprotocol Label Switching Kashif Naseer Qureshi *, Abdul Hanan Abdullah, Raja Waseem Anwar 1 st International Conference of Recent Trends in Information and Communication Technologies Vehicular Road Side Backbone Network with Multiprotocol Label Switching Kashif Naseer Qureshi *, Abdul Hanan

More information

CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS

CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS 130 CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS 5.1 INTRODUCTION The feasibility of direct and wireless multi-hop V2V communication based on WLAN technologies, and the importance of position based

More information

Review of Cartographic Data Types and Data Models

Review of Cartographic Data Types and Data Models Review of Cartographic Data Types and Data Models GIS Data Models Raster Versus Vector in GIS Analysis Fundamental element used to represent spatial features: Raster: pixel or grid cell. Vector: x,y coordinate

More information

CHAPTER 3 MAP DIGITIZING

CHAPTER 3 MAP DIGITIZING CHAPTER 3 MAP DIGITIZING 3.1 Introduction This chapter deals with the route map digitizing process. The type of data collected, the plotting of the trajectory, digitizing the map into regular intervals

More information

Google Maps maps.google.com

Google Maps maps.google.com Google Maps maps.google.com Search and print directions example hotels near Meijer Gardens Type meijer gardens grand rapids mi and click search button The box to the left gives helpful information such

More information

User Manual igo primo

User Manual igo primo User Manual igo primo Navigation software for the igo primo UK English August 2011, ver. 2.0 Thank you for choosing the igo primo as your navigator. Read the Quick Start Guide first and start using your

More information

Ioannis Psarros Department of Civil Engineering and Intermodal Freight Transportation Institute, Memphis, TN

Ioannis Psarros Department of Civil Engineering and Intermodal Freight Transportation Institute, Memphis, TN Ioannis Psarros Department of Civil Engineering and Intermodal Freight Transportation Institute, Memphis, TN CIVL 7904/8904: Traffic Flow Theory (Spring 2014) April 5, 2014 Transportation Research Increased

More information

Collaboration with: Dieter Pfoser, Computer Technology Institute, Athens, Greece Peter Wagner, German Aerospace Center, Berlin, Germany

Collaboration with: Dieter Pfoser, Computer Technology Institute, Athens, Greece Peter Wagner, German Aerospace Center, Berlin, Germany Towards traffic-aware aware a routing using GPS vehicle trajectories Carola Wenk University of Texas at San Antonio carola@cs.utsa.edu Collaboration with: Dieter Pfoser, Computer Technology Institute,

More information

Stream Map USA Manual

Stream Map USA Manual 1. INTRODUCTION When Stream Map USA is launched, a map of North America opens showing your current location and a colored area highlighting the states covered. Stream Map USA Manual This manual is designed

More information

igo Primo User Manual

igo Primo User Manual igo Primo User Manual HEMA NAVIGATOR HN5i Navigation software for HEMA NAVIGATOR HN5i UK English February 2011, ver. 1.0 Thank you for choosing our product as your navigator. Read the Quick Start Guide

More information