Running Head: Lab 2 Prototype Requirements 1. Lab 2 Prototype Requirements

Size: px
Start display at page:

Download "Running Head: Lab 2 Prototype Requirements 1. Lab 2 Prototype Requirements"

Transcription

1 Running Head: Lab 2 Prototype Requirements 1 Lab 2 Prototype Requirements Author(s): Andrew McKnight Version: 2 For: CS411 Professor: Brunelle Document Purpose: Outline requirements for prototype development. Last updated: March 28, 2012

2 Lab 2 - Prototype Requirements Team Blue 2 Table of Contents 1 Introduction Purpose Scope Definitions and Acronyms References Overview General Description Prototype Architecture Description Prototype Functional Description External Interfaces Hardware Interfaces Software Interfaces User Interfaces Communication Protocols/Interfaces List of Figures Figure 1: Traffic Wizard system process flow Figure 2: Data flow in Traffic Wizard, including prototype components Figure 3: Smartphone application GUI sitemap List of Tables Table 1: Prototype features.... 5

3 Lab 2 - Prototype Requirements Team Blue 3 1 Introduction Traffic Wizard uses smartphone capabilities to gather traffic information and provide drivers with opportunities to make the best possible travel decisions before they leave and en route. Through minimal resource usage, a smartphone app can help to avoid situations that incur measurable dollar costs through lost time and fuel spent. It does not solve the overall problem of traffic in the context of total car volume, but any driver using the application who has an opportunity to avoid congestion is enabled to do so. Traffic can be classified into two general categories: periodic traffic congestion and incidental traffic congestion. Periodic traffic is a function of the aggregate travel needs of all the people using a specific roadway, usually known as the rush hour when most people are heading to and from work. Hampton Roads has particularly heavy periodic traffic congestion caused by the bottlenecks at tunnels and bridges. Incidental traffic, on the other hand, is not directly caused by a bottleneck or certain volume of cars, but by a factor that is external to the car-road system. Breakdowns, accidents, road construction and other blockages create new bottlenecks or completely cut off passage. At this point, the volume of cars might amplify the congestion that results, but had the incident not occurred, they would be free to travel at or above the posted speed. If the road is completely blocked, no volume of traffic, no matter how low, will magically provide passage across the blockage. Traffic Wizard is a personalized traffic assistant that knows where the user will go and when they will leave to get there, and checks traffic conditions before leaving and while driving. Users can program custom trips by supplying information about the departure and arrival locations and time of travel or letting it track routes users typically drive. Ultimately, individuals

4 Lab 2 - Prototype Requirements Team Blue 4 will know of every possible opportunity to avoid traffic and get where they are going faster. 1.1 Purpose The Traffic Wizard ecosystem involves several interdependent parts. All must be fully functional, including communication capability. Risks do exist, from availability of user base from which to gather data, to hardware malfunction, to cellular signal strength. The prototype serves several purposes with respect to risk mitigation. It helps find the bounds of normal operation of a given server configuration by experimentation. Algorithms can be troubleshot and fine tuned to the actual amount of input they will receive in the real world. The prototype also provides a test plan that serves as the foundation to building an automated testing framework. Finally, the prototype shall serve as a demonstration of the capability of the system in its own right, and as a realization of a small but significant societal tool. 1.2 Scope The prototype implements most of the underlying mechanisms that carry out the crucial analyses. As Table 1 shows, the algorithms and databases housed in the servers in the final product are fully implemented. Instead of operating on a full-scale city s data sets, however, the scope is greatly reduced to a small area within a city. For special use cases, an artificially generated set of roads may be used to prove the robustness of the algorithm. The Old Dominion campus and select highway corridors will be used for most of the prototype presentation. Much of the data used for the prototype will be compiled ahead of time. Seed data for test case startup will be manually created. Available routes for users to choose will be preprogrammed using actual GPS data obtained by Team Blue staff. All realistic combinations of seed data and variables will be tested to demonstrate the robustness of the algorithms.

5 Lab 2 - Prototype Requirements Team Blue 5 Data Miner Features Final Product Prototype Traffic Conditions GUI Login New User Settings Trip Editing Route Tracer Travel Map It will retrieve real-time travel information from drivers using the app. Allows user entry of authentication credentials. Allows a user to create an account and select a membership. Allows user to alter application settings and options. Allows user to specify a new route to be saved or modify an existing route. Program function to track a route to be saved as it is driven by the user. Non-interactive screen that displays current traffic conditions while driving. Simulated driver metadata to use in analysis. Restricted to specific test users. Not implemented because of scope. Not implemented because of scope. Restricted to limited test area. Not implemented because of scope. This is implemented. End of Trip Presents statistics about last trip and any appropriate options to edit the stored route. This is implemented. Simulation Console Virtual Checkpoints GPS Latitude/Longitude Coordinates Driver Acknowledgement Data Exchange Database Driver Profile Database Virtual Checkpoint Database Speed Limit Database Not implemented in Final Product. Associates GPS coordinates along roads with checkpoints. Recognizes drivers passing GPS location (checkpoint) as an event. Upload user velocity at checkpoint being passed / Download necessary traffic updates for checkpoints along the route. Stores customer account information, credentials, and payment method. Stores checkpoint coordinates, current traffic status, and historical statistics. Stores static information on speed limits for public access. Table 1: Prototype features. Demonstration interface for simulated driving scenarios. Simulated coordinates for handselected checkpoints. This is implemented on simulated checkpoints. This is implemented on simulated checkpoints. This is implemented with test users. This is implemented with simulated checkpoints. This is implemented.

6 Lab 2 - Prototype Requirements Team Blue 6 Algorithms Features Final Product Prototype Speed Aggregator Checkpoint Allocator Analyzes and filters driver inputs to determine current traffic speed. Initial assignment of GPS coordinates to initialize checkpoints. This is implemented. Not implemented because of scope. Checkpoint Reallocator Route Analyzer Next Checkpoint Estimator Route Matcher Blockage Finder Redistribution of checkpoints along roads as determined by current checkpoint statuses and historical patterns. Calculate delays, outputs alternate route suggestions Estimates time to arrival at next checkpoint from client side for GPS/Data/Battery management. Determines the closest Virtual Checkpoint or set of checkpoints to a given GPS coordinate or set of coordinates. Determines points on roads where traffic flow is completely blocked. Only implemented on specific driving scenarios. This is implemented. This is implemented. This is implemented. This is implemented. Driver Generator Not implemented in Final Product. Table 1: Prototype features (continued). Randomly generates virtual drivers with speeds for testing purposes. 1.3 Definitions and Acronyms Alpha testing the initial testing phase for the development of the final product, which lasts 30 days and be closed to the public. Beta testing the second and final testing phase for the final product s development, lasting 90 days and using the public to provide test data. Blockage Finder algorithm that determines whether traffic flow has completely stopped at Virtual Checkpoints. Checkpoint Allocator -- the algorithm that generates the initial set of Virtual Checkpoints for a new coverage area. Checkpoint Reallocator the algorithm that continuously add and subtracts Virtual Checkpoints from the database to optimize performance. Distraction any stimulus originating from the application that could cause the driver to divert either their listening or visual attention from driving to the phone. Drive Mode the collection of algorithms, processes and event listeners that operate while the

7 Lab 2 - Prototype Requirements Team Blue 7 user is driving. Driver Generator simulation algorithm that creates artificial driver objects to send and receive simulated data in the prototype demonstration. Driver Profile Database stores all information about users regarding subscriptions. Driver a person driving a car, but not necessarily using Traffic Wizard. End User anyone who has the application on their smartphone and uses it, therefore providing the system with data. Driver Profile the collection of trips (and alternatives for each route) for a specific user. Google Maps API may be required to be purchased for an android version of the client application due to the volume of queries. GPS a satellite powered high precision location tracking system. Incidental Traffic Congestion congestion due to usually unforeseeable circumstances, like construction (foreseeable) or accidents (unforeseeable). Next Checkpoint Estimator smartphone algorithm that determines how long until the user encounters the next checkpoint on their trip; used to optimized performance. Periodic Traffic Congestion traffic due to the patterned rise and fall in volume of cars travelling on a road at certain times of day. Pre-travel Analysis a check that is performed before a user s programmed trip s departure time to decide an initial route to take. Pre-weighting System the functions that affect how speed input is weighted against the current aggregate speed. Road Segment a length of a road whose endpoints are Virtual Checkpoints. Route one of several alternative paths from a starting location to a destination. Route Analyzer the algorithm that estimates travel times for a given trip, examining multiple alternate routes between the start and end points. Route Matcher algorithm that accepts a list of latitude/longitude coordinates and returns a list of Virtual Checkpoints that defines the same route. Simulation Console a graphical interface that visualizes the simulation s datasets through maps and tables, and provide for controls to change variables, begin new scenarios, and manage execution of algorithms.

8 Lab 2 - Prototype Requirements Team Blue 8 Speed Aggregator the algorithm that takes raw input data and combines it into weighted averages per checkpoint. Speed Limit Database holds speed limit information for roads in a given coverage area for use by the Route Analyzer. Still Mode the state of the smartphone app while a user is not driving according to a preprogrammed route. Traffic Avoidance any attempt to circumvent traffic, whether by altering travel times or geographical routes. Traffic Scenario any possible state of flow of all the roads in a network. Traffic Wizard the combination of central processing servers and smartphone clients that make up a monitored mobile sensor network to monitor traffic statuses and inform users. Travel Data Collection an anonymized system to gather speed, location, and heading data as users travel. Trip a start location and destination with one or more ways to go between them. Virtual Checkpoints locations along roads stored as latitude-longitude coordinate pairs which can have associated data and statistics, whose populations dynamically grow and shrink according to existing checkpoints values. Virtual Checkpoint Database server database that holds the collection of Virtual Checkpoints for a given coverage area. 1.4 References Licensed Drivers, Vehicle Registrations and Resident Population. (2004). U.S. Department of Transportation Federal Highway Administration. Retrieved from Lomax, Tim, David Schrank and Shawn Turner. Texas Transportation Institute. (2011). Annual Urban Mobility Report. College Station, TX. Retrieved from McKnight, Andrew. Lab 1 Product Description. CS411. February 8, Overview This document provides a general description of how the Traffic Wizard environment works along with a description of each component. Hardware and software components will be

9 Lab 2 - Prototype Requirements Team Blue 9 explained, as well as the interfaces between them. Requirements for the major algorithms, databases and user interfaces of the prototype are set. Nonfunctional requirements regarding security, performance and reliability are also outlined. 2 General Description To prove the concepts behind Traffic Wizard and verify their feasibility in real world systems, prototypes of both the server and client applications are constructed, tested and executed using a test harness with various test scenarios. Visualizations show how the server algorithms are performing their jobs and how data is flowing between different clients and servers. Generated data is used to test the prototype server s ability to handle real-world volumes of input. Testing the system under extreme conditions will inform the mitigation of risks like user sparsity and technical failures. 2.1 Prototype Architecture Description Figure 4: Functional components of the prototype.

10 Lab 2 - Prototype Requirements Team Blue 10 The prototype is built to mimic the server for the Hampton Roads area upon launch of the final product. It includes a remote networked virtual machine to mimic the physical mainframes of the final product s servers. An additional machine acts as a console to drive the simulation and visualize data in its environment. At least one Apple ipad or iphone acts as a user s client device to complement the dummy drivers generated by the simulator during the demonstration. Figure 4 shows how the server implementation will interact with the simulation driver and client devices. All algorithms dealing with traffic analysis implemented in the final product appear in the prototype. Algorithms or families of algorithms include: speed aggregation, route analysis, route tracing, checkpoint eta estimation, blockage finding and checkpoint allocation are all implemented in the prototype. Because the prototype is experimental in nature, the algorithms may be tweaked as determined by results from benchmarking data throughput and latency. The algorithms are implemented on a virtual machine running Ubuntu Linux, which will include installations of Apache, MySQL and PHPMyAdmin to facilitate networking and data storage. The prototype is implemented on an Apple iphone running ios 5. All features pertaining to travel are implemented, so again subscription-based behaviors are excluded from the prototype. The main goals of taking GPS readings, performing cartographic operations, communicating with the server, and using voice and speech technology are all demonstrated in the prototype. A list of actual algorithms implemented in the prototype can be found in Table 1. The server prototype is implemented on a virtual machine hosted by Old Dominion University s Computer Science department running Ubuntu Linux. It contains the implementations of all traffic related algorithms. All databases are implemented, but subscription related records, attributes, and tables do not appear in the driver database.

11 Lab 2 - Prototype Requirements Team Blue Prototype Functional Description The prototype must show that the algorithms have been designed correctly, the system can handle the expected volume of input, and that latency can be minimized enough to keep the application relevant. Since the algorithms appearing in the final product also appear in the prototype, their effectiveness and logistics can be optimized through experimentation. The final product must be able to handle large amounts of data in the real world, so the upper boundary on throughput must be rigorously tested on the algorithms, databases and physical hardware. In addition to finding the limit to the system s input, bounds on the latency must also be thoroughly tested. By establishing these measures in the prototype phase, the concept of the project is proven and opportunities for further optimization are exposed for final product development. A simulation driver application generates artificial data and allows a human presenter to control variables and switch use cases during execution. To change use cases, the databases are wiped and replaced with a seed data set tailored to the given scenario, but the algorithms continue to execute in the same way. After the seed data is set, new data is continuously generated based on the thresholds in the simulation variables to represent the constant flow of traffic on any given road. In addition to demonstrating the abilities of the servers and server applications, the prototype must show that the users application is easy and safe to use. The client application is developed on a single operating system, Apple s ios 5. Each functional part is developed to show the pathways between views and the composition and layout of each view. Interface features regarding subscriptions are not implemented. Most importantly, the user must not be placed in danger as a result of using the application while driving. Text-to-speech and voice recognition technologies are used for all

12 Lab 2 - Prototype Requirements Team Blue 12 user-application interaction during drive mode. By allowing the user to interact solely with their voice, they can keep their eyes on the road and hands on the wheel. The user interface must be intuitive for still-mode, and especially for drive-mode, so the driver can respond without a loss of concentration on the road. The small initial feature set means that the collection of views in the user interface is minimally connected. Placement of components must be common throughout the application to allow for rapid navigation and input. In drive mode, speech output from the smartphone to the user must be clear, concise, and must elicit the simplest possible answers. Yes or no questions shall be implied whenever possible to not only simplify user interaction, but also application programming. Application behaviors that are implemented discourage the user from interacting with the smartphone by either visual inspection or touch. Use cases defining traffic scenarios are implemented by creating seed data sets and value sets for simulation variables. Once the simulation driver is executing, the values in these variables control the generation of new data. Unit tests are created out of each use case to ensure the algorithms can cope with any incident or combination of occurrences. Test cases developed for individual algorithms are run on the system, as well as those designed to test the system as a whole. Execution of the simulation is controlled by a console residing on a separate machine, outside the software system of Traffic Wizard itself. The console provides a user with start, stop and reset controls, as well as a way to change environment variable for different traffic scenarios. A map screen draws Virtual Checkpoints along the roads at their actual location with visualizations depicting their speed values and timestamps.

13 Lab 2 - Prototype Requirements Team Blue 13 Figure 1: Traffic Wizard system process flow. Figure 1 details the order of events for sending and receiving data in the Traffic Wizard environment. On a high level, data is sent from one user to the system, which sends data to many users. Figure 2 elaborates on which kinds of data are send at different steps of the process. [Space intentionally left blank.]

14 Lab 2 - Prototype Requirements Team Blue 14 Figure 2: Data flow in Traffic Wizard, including prototype components. 2.3 External Interfaces Both the prototype and real world product are systems of software and hardware components. Some of these components exist in the world already, and all Traffic Wizard needs is to work with it and use it functionality. Following are descriptions of some of the interfaces used in the prototype Hardware Interfaces Virtually all hardware interfaces needed for the Traffic Wizard system involve components of the smartphone, except for necessary overhead like server mainframes or workstations. The Objective-C CFStream library is used to interface with the smartphone s cellular connection. To get speed and location data, the CLLocation library is used to interface with the GPS radio.

15 Lab 2 - Prototype Requirements Team Blue Software Interfaces Several different software systems will communicate with one another during prototype demonstration. The software layer providing access to the databases must be implemented in the server code, which in Java will be the ConnectorJ API library for MySQL. The simulation console will be implemented in C# on a separate machine, so it must communicate with the server via network User Interfaces Human users of the prototype application will be able to use the basic functions: creating and editing trips, tracing routes, viewing delay notifications and trip begin and end routines. The logical layout of the smartphone interface is outlined in Figure 3. The login screen is displayed upon opening the application, after which the main menu appears providing access to other areas. Figure 3: Smartphone application GUI sitemap.

16 Lab 2 - Prototype Requirements Team Blue Communication Protocols/Interfaces In order for the Traffic Wizard system to work, the smartphones must be able to make frequent connections to a server. The prototype will use the TCP protocol to send data to the server and to receive it. In the prototype, it is essential that the few drivers involved all reliably send their data. In the real world, UDP would be sufficient due to the large volume of users. [Space intentionally left blank.]

Introduction. Precautions when Using ZEED T-Connect. Digital Map Information for Route Guidance Purposes. Navigation System Operations

Introduction. Precautions when Using ZEED T-Connect. Digital Map Information for Route Guidance Purposes. Navigation System Operations 0.8 Introduction About this Manual This manual represents the start-up guide for the ZEED T-Connect smartphone application provided to users who purchase new Toyota vehicles. It provides details on initial

More information

Mobile Application < Overview and Instructions />

Mobile Application < Overview and Instructions /> Mobile Application < Overview and Instructions /> Course Overview: < Today s Topics /> Features & Benefits Company Registration Checking In Taking Photos Checking Out Troubleshooting Application Support

More information

Michigan State University

Michigan State University Michigan State University Team Meijer Mobile Customer Satisfaction Application Project Plan Spring 2014 Meijer Staff: Jim Becher Chris Laske Michigan State University Capstone Members: Noor Hanan Ahmad

More information

Blue Team - Traffic Wizard Lab 2 Section 3. requirements for all aspects of the Traffic Wizard system. Assumptions and

Blue Team - Traffic Wizard Lab 2 Section 3. requirements for all aspects of the Traffic Wizard system. Assumptions and Traffic Wizard Lab 2 1 Blue Team - Traffic Wizard Lab 2 Section 3 *This document is formatted to support being inserted into other documents. Page breaks present in this document are not aligned to class

More information

PreClear Mobile Application User Guide

PreClear Mobile Application User Guide PreClear Mobile Application User Guide ABOUT THE DRIVEWYZE PRECLEAR SERVICE The Drivewyze PreClear service is an application that runs on all popular smartphones. This application provides commercial vehicle

More information

2014 Entune Premium Audio with Navigation and App Suite

2014 Entune Premium Audio with Navigation and App Suite 0 Entune Premium Audio with Navigation and App Suite TABLE OF CONTENTS OVERVIEW Limitations of the Quick Reference Guide Basic Operation ENTUNE - INTRODUCTION What is Entune? Entune App Suite Phone Compatibility

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE C0TCI-ENTUN Version 5 IDENTIFY YOUR VEHICLE S MULTIMEDIA DISPLAY UNIT ENTUNE 3.0 AUDIO ENTUNE 3.0 AUDIO PLUS ENTUNE 3.0 PREMIUM AUDIO App Suite Connect 10-year support* Scout GPS

More information

Mobile Millennium Using Smartphones as Traffic Sensors

Mobile Millennium Using Smartphones as Traffic Sensors Mobile Millennium Using Smartphones as Traffic Sensors Dan Work and Alex Bayen Systems Engineering, Civil and Environmental Engineering, UC Berkeley Intelligent Infrastructure, Center for Information Technology

More information

The Application of Concepts from Multiple Courses in Creating a Useful App for the University

The Application of Concepts from Multiple Courses in Creating a Useful App for the University The Application of Concepts from Multiple Courses in Creating a Useful App for the University Drew Klein IST Department Doane University 1014 Boswell Ave, Crete, NE 68333 Drew.Klein@Doane.edu Abstract

More information

Garmin DriveSmart 50/60/70

Garmin DriveSmart 50/60/70 Garmin DriveSmart 50/60/70 Owner s Manual 190-01921-00_0A Getting Started 6 Click Add a Device. WARNING See the Important Safety and Product Information guide in the product box for product warnings and

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

SCADA Software. 3.1 SCADA communication architectures SCADA system

SCADA Software. 3.1 SCADA communication architectures SCADA system 3 SCADA Software 3.1 SCADA communication architectures 3.1.1 SCADA system A supervisory control and data acquisition (SCADA) system means a system consisting of a number of remote terminal units (RTUs)

More information

SatGuide Symbian User Manual. SatGuide Symbian OS USER MANUAL

SatGuide Symbian User Manual. SatGuide Symbian OS USER MANUAL SatGuide Symbian User Manual SatGuide Symbian OS USER MANUAL CONTENTS 1 - INTRODUCTION...1 WHAT IS SATGUIDE?...1 SATGUIDE FEATURES...1 2 - SMART PRACTICES WHILE DRIVING...2 DRIVE SAFE, CALL SMART SM...2

More information

Re-configurable Ad-hoc Network to Track Points of Interest

Re-configurable Ad-hoc Network to Track Points of Interest Re-configurable Ad-hoc Network to Track Points of Interest Project Plan May 2012-07 September 28, 2011 Project Client: Jessica Miller Lockheed Martin, Advanced Development Programs Members: Benjamin J.

More information

Michigan State University Team MSUFCU Banking with Amazon s Alexa and Apple s Siri Project Plan Spring 2017

Michigan State University Team MSUFCU Banking with Amazon s Alexa and Apple s Siri Project Plan Spring 2017 1 Michigan State University Team MSUFCU Banking with Amazon s Alexa and Apple s Siri Project Plan Spring 2017 MSUFCU Contacts: Emily Fesler Collin Lochinski Judy Lynch Benjamin Maxim Andy Wardell Michigan

More information

AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY

AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY 2017 TESLA MODEL S 75 INFOTAINMENT SYSTEM* DEMAND RATING Very High Demand The Tesla Model S 75 infotainment system generated a very high demand rating in the

More information

Measuring Border Delay and Crossing Times at the U.S./Mexico Border

Measuring Border Delay and Crossing Times at the U.S./Mexico Border Task 3 Report Test and Evaluation Master Plan (TEMP) Prepared by and Prepared for U.S. Department of Transportation Federal Highway Administration Contract No. November 21, 2008 TABLE OF CONTENTS Page

More information

Date of Next Review: May Cross References: Electronic Communication Systems- Acceptable Use policy (A.29) Highway Traffic Act

Date of Next Review: May Cross References: Electronic Communication Systems- Acceptable Use policy (A.29) Highway Traffic Act Date Approved: January 27, 2010-Board Date of Next Review: May 2023 Dates of Amendments: May 17, 2018 Cross References: Electronic Communication Systems- Acceptable Use policy (A.29) Highway Traffic Act

More information

Automile User Guide. Last updated May 2017

Automile User Guide. Last updated May 2017 Automile User Guide Last updated May 2017 Welcome to Automile We are excited to have you onboard. In this guide, you will find detailed instructions on how to install your Automile Box and how to use both

More information

1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings.

1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings. Initial set-up 1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings. 2. Read the End User Licence Agreement, and tap if you agree with the

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

SKYNET. Satellite Communications COMPLETE FLEET SOLUTIONS

SKYNET. Satellite Communications COMPLETE FLEET SOLUTIONS SKYNET Satellite Communications COMPLETE FLEET SOLUTIONS 2 SkyNet Satellite Communications 2018 VEHICLES & FLEET ANALYTICS & REPORTING HARDWARE OPTIONS SAFETY & COMPLIANCE GPS LOCATION & TRACKING NAVIGATION

More information

NTT DOCOMO Technical Journal. 1. Introduction. 2. The DOCOMO DriveNet Info Appli. Ryohei Kurita Mei Hasegawa Hiroshi Fujimoto Kazuaki Takahashi

NTT DOCOMO Technical Journal. 1. Introduction. 2. The DOCOMO DriveNet Info Appli. Ryohei Kurita Mei Hasegawa Hiroshi Fujimoto Kazuaki Takahashi ITS Cloud Systems Speech Interaction Function Big Data NTT DOCOMO has developed a colorful new in-vehiclesupport application called DOCOMO DriveNet Info * 1, which gives information generated in the cloud

More information

Precautions Very important information. Please read this section carefully before using this product.

Precautions Very important information. Please read this section carefully before using this product. Precautions Very important information. Please read this section carefully before using this product. This product is intended to provide turn-by-turn instructions to safely guide you to your desired destination.

More information

TM2.0 Enabling vehicle interaction with traffic management. TF3 Principles for data. Report

TM2.0 Enabling vehicle interaction with traffic management. TF3 Principles for data. Report TM2.0 Enabling vehicle interaction with traffic management TF3 Principles for data Report July 2015 1 Outline The focus of Task Force 3 - Principles for Data (TF3) is to provide the basis for data exchange

More information

Distracted Work. Kentucky Crushed Stone Association - Annual Safety & Education Seminar February Robert Jameson, Central Mine Services, Inc.

Distracted Work. Kentucky Crushed Stone Association - Annual Safety & Education Seminar February Robert Jameson, Central Mine Services, Inc. Distracted Work Kentucky Crushed Stone Association - Annual Safety & Education Seminar February 2018 Robert Jameson, Central Mine Services, Inc. Has anyone else seen people like this lately? Seems like

More information

Web & Automotive. Paris, April Dave Raggett

Web & Automotive. Paris, April Dave Raggett Web & Automotive Paris, April 2012 Dave Raggett 1 Aims To discuss potential for Web Apps in cars Identify what kinds of Web standards are needed Discuss plans for W3C Web & Automotive Workshop

More information

Product Specification. Design Team C, COMP 410 Spring 2016

Product Specification. Design Team C, COMP 410 Spring 2016 Product Specification Design Team C, COMP 410 Spring 2016 1. Introduction 1.1. Purpose This document defines the high level specifications and architecture of our system as well as the interactions between

More information

Advanced Transportation Optimization Systems (ATOS)

Advanced Transportation Optimization Systems (ATOS) Advanced Transportation Optimization Systems (ATOS) By Andrew Andrusko Undergraduate Student Student in Civil Engineering, Urban & Regional Studies, Social Studies, Geography, Geology Programs Minnesota

More information

Using GPS-enabled Cell Phones to Improve Multimodal Planning and Facilitate Travel Behavior Change

Using GPS-enabled Cell Phones to Improve Multimodal Planning and Facilitate Travel Behavior Change Using GPS-enabled Cell Phones to Improve Multimodal Planning and Facilitate Travel Behavior Change Center for Urban Transportation Research (CUTR) Computer Science & Engineering (CSE) Overview Background

More information

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant Personal Health Assistant Ishmael Smyrnow Kevin Morillo James Redway CSE 293 Final Report Table of Contents 0... 3 1...General Overview... 3 1.1 Introduction... 3 1.2 Goal...3 1.3 Overview... 3 2... Server

More information

Reporting road hazards using in-vehicle camera

Reporting road hazards using in-vehicle camera Technical Disclosure Commons Defensive Publications Series August 17, 2017 Reporting road hazards using in-vehicle camera Catherine Cardinal Chin Ngai Sze Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

PRIME/ESSENTIAL NAVIGATION QUICK START GUIDE

PRIME/ESSENTIAL NAVIGATION QUICK START GUIDE PRIME/ESSENTIAL NAVIGATION QUICK START GUIDE EN Initial set-up 1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings. 2. Read the End User

More information

ANALYZING AND COMPARING TRAFFIC NETWORK CONDITIONS WITH A QUALITY TOOL BASED ON FLOATING CAR AND STATIONARY DATA

ANALYZING AND COMPARING TRAFFIC NETWORK CONDITIONS WITH A QUALITY TOOL BASED ON FLOATING CAR AND STATIONARY DATA 15th World Congress on Intelligent Transport Systems ITS Connections: Saving Time, Saving Lives New York, November 16-20, 2008 ANALYZING AND COMPARING TRAFFIC NETWORK CONDITIONS WITH A QUALITY TOOL BASED

More information

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

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

More information

ENTUNE AUDIO. - Audio System - Bluetooth Functions - Entune App Suite - Integrated Navigation ENTUNE SYSTEM QUICK REFERENCE GUIDE

ENTUNE AUDIO. - Audio System - Bluetooth Functions - Entune App Suite - Integrated Navigation ENTUNE SYSTEM QUICK REFERENCE GUIDE 2 0 1 9 ENTUNE AUDIO - Audio System - Bluetooth Functions - Entune App Suite - Integrated Navigation ENTUNE SYSTEM QUICK REFERENCE GUIDE TABLE OF CONTENTS OVERVIEW 2 LIMITATIONS OF THE QUICK REFERENCE

More information

Car-Net. Mobile online services.

Car-Net. Mobile online services. Mobile online services. Overview. Volkswagen Commercial vehicles featuring Car-Net lets you stay connected to the internet, so the web is behind your steering wheel and you re always online. The system

More information

Dealer Getting Started Guide

Dealer Getting Started Guide Table of Contents TABLE OF CONTENTS...1 INTRODUCTION...2 UNDERSTANDING PORTALS AND LOGGING IN...2 CREATING A SUBSCRIBER...3 REGISTERING A BEACON TO A SUBSCRIBER...4 COMPLETING THE SUBSCRIBER SETUP...7

More information

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE.

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. Is putting Contact us INTRODUCTION You know the headaches of managing an infrastructure that is stretched to its limit. Too little staff. Too many users. Not

More information

USER GUIDE. ios Mobile App. QUÉBEC 511 USER GUIDE ios MOBILE APP 1

USER GUIDE. ios Mobile App. QUÉBEC 511 USER GUIDE ios MOBILE APP 1 USER GUIDE ios Mobile App QUÉBEC 511 USER GUIDE ios MOBILE APP 1 TABLE OF CONTENTS > Introduction > P 2 > Installing the app > P 3 > Contents of the app > P 4 > Viewing information > P 5 > Customizing

More information

Cisco Smart+Connected Communities

Cisco Smart+Connected Communities Brochure Cisco Smart+Connected Communities Helping Cities on Their Digital Journey Cities worldwide are becoming digital or are evaluating strategies for doing so in order to make use of the unprecedented

More information

Navi 900 IntelliLink, Touch R700 IntelliLink Frequently Asked Questions

Navi 900 IntelliLink, Touch R700 IntelliLink Frequently Asked Questions Index 1. Audio... 1 2. Navigation (only Navi 900 IntelliLink)... 2 3. Phone... 3 4. Apple CarPlay... 4 5. Android Auto... 6 6. Speech recognition... 8 7. Color instrument panel... 9 8. Favourites... 9

More information

Apple CarPlay. Quick Start Guide AUDIO SYSTEMS VIDEO

Apple CarPlay. Quick Start Guide AUDIO SYSTEMS VIDEO Apple CarPlay AUDIO SYSTEMS VIDEO Snap the QR Code to view a video. Scroll to your audio system playlist and select the video you desire to view www.youtube.com/kiafeaturevideos Quick Start Guide Apple

More information

WhatsConfigured v3.1 User Guide

WhatsConfigured v3.1 User Guide WhatsConfigured v3.1 User Guide Contents Table of Contents Welcome to WhatsConfigured v3.1 Finding more information and updates... 1 Sending feedback... 2 Deploying WhatsConfigured STEP 1: Prepare the

More information

The Orbit Travel App. An innovative travel solution to provide Orbit World Travel clients with a seamless business travel experience.

The Orbit Travel App. An innovative travel solution to provide Orbit World Travel clients with a seamless business travel experience. The Orbit Travel App An innovative travel solution to provide Orbit World Travel clients with a seamless business travel experience. USER GUIDE 1 About the App The smart all-in-one travel companion for

More information

ZETADOCS Expenses Account registration and login

ZETADOCS Expenses Account registration and login ZETADOCS Expenses Account registration and login Document type Date created Date updated Author Version Process document 30/08/2017 Finance v. 1.0 System: Zetadocs Expenses Process: User Account registration

More information

ASCL1 / ASCL2 CarLink Guide for Android Users

ASCL1 / ASCL2 CarLink Guide for Android Users ASCL1 / ASCL2 CarLink Guide for Android Users 2012 Audiovox Electronics Corporation. All rights reserved. CarLink Guide for Android Users New Account Creation After having CarLink installed, follow the

More information

Follow Me User s Manual

Follow Me User s Manual Follow Me User s Manual SYSTEM REQUIREMENTS AND TERMS USED IN THE MANUAL Windows Mobile-based device - Pharos Traveler GPS devices, Pocket PCs, and Pocket PC Phones. Windows CE device Pharos Drive GPS

More information

MOTION DRIVER GUIDE April 17, 2019

MOTION DRIVER GUIDE April 17, 2019 MOTION DRIVER GUIDE April 17, 2019 Contents Getting Started... 3 Enrolling... 3 Installing the Application... 4 Mounting Your Mobile Device... 4 Launching the Application... 4 App Version Updates... 5

More information

Fusing Data Across the State of Florida to Support ATIS Services

Fusing Data Across the State of Florida to Support ATIS Services Session 5A: Center-to to-center Fusing Data Across the State of Florida to Support ATIS Services Steven W. Dellenback,, Ph.D., PMP Southwest Research Institute San Antonio, Texas Objectives FDOT Objectives:

More information

Versatrans My Stop GPS Bus Tracking Set Up Guide

Versatrans My Stop GPS Bus Tracking Set Up Guide S P R I N G F I E L D P U B L I C S C H O O L S - S P R I N G F I E L D, M A S S A C H U S E T T S Versatrans My Stop GPS Bus Tracking Set Up Guide What is Versatrans My Stop? Versatrans My Stop is a Mobile

More information

Real-Time Insights from the Source

Real-Time Insights from the Source LATENCY LATENCY LATENCY Real-Time Insights from the Source This white paper provides an overview of edge computing, and how edge analytics will impact and improve the trucking industry. What Is Edge Computing?

More information

ENGLISH QUICK START GUIDE NAVIGATION CAMPER & TRUCK EDITION

ENGLISH QUICK START GUIDE NAVIGATION CAMPER & TRUCK EDITION V1.1 NAVIGATION QUICK START GUIDE ENGLISH CAMPER & TRUCK EDITION Getting started When using the navigation software for the first time, an initial setup process starts automatically. Do as follows: Select

More information

REAL TIME PUBLIC TRANSPORT INFORMATION SERVICE

REAL TIME PUBLIC TRANSPORT INFORMATION SERVICE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 7, July 2015, pg.88

More information

Analysis Exchange Framework Terms of Reference December 2016

Analysis Exchange Framework Terms of Reference December 2016 Analysis Exchange Framework Terms of Reference December 2016 Approved for Public Release; Distribution Unlimited. Case Number 16-4653 The views, opinions and/or findings contained in this report are those

More information

Portable Wireless Mesh Networks: Competitive Differentiation

Portable Wireless Mesh Networks: Competitive Differentiation Portable Wireless Mesh Networks: Competitive Differentiation Rajant Corporation s kinetic mesh networking solutions combine specialized command and control software with ruggedized, high-performance hardware.

More information

Kismet Mobile Client

Kismet Mobile Client Kismet Mobile Client Robert Bauer I. ABSTRACT The goal of this project is to create a Kismet client which could be run from a mobile device, such as an ipod, connect to a Kismet server, and monitor and

More information

HSL Navigator Fully open journey planning

HSL Navigator Fully open journey planning 10th ITS European Congress, Helsinki, Finland 16 19 June 2014 TP 0231 HSL Navigator Fully open journey planning Tuukka Hastrup 1* 1. Helsinki Region Transport HSL, Finland, PO BOX 100, 00077 Helsinki,

More information

INTRODUCTION TO MIFLEET. June Support Information Robert Richey

INTRODUCTION TO MIFLEET. June Support Information  Robert Richey June 2016 Support Information fleetsales@mifleet.us fleetsupport@mifleet.us Robert Richey rrichey@dcsbusiness.com Table of Contents Basics... 3 Terms... 3 Tool tips... 3 Menu buttons... 3 Access Tab (Permissions)...

More information

Reliable File Transfer

Reliable File Transfer Due date Wednesday, Mar 14, 11:59pm Reliable File Transfer CS 5565 Spring 2012, Project 2 This project is worth 100 points. You may form teams of up to two students for this project. You are not required

More information

Beam Technologies Inc. Privacy Policy

Beam Technologies Inc. Privacy Policy Beam Technologies Inc. Privacy Policy Introduction Beam Technologies Inc., Beam Dental Insurance Services LLC, Beam Insurance Administrators LLC, Beam Perks LLC, and Beam Insurance Services LLC, (collectively,

More information

Traveler Information Smartphone Application June 02, 2014

Traveler Information Smartphone Application June 02, 2014 Traveler Information Smartphone Application June 02, 2014 Ian Steele P.Eng. Ian Steele, P.Eng Background Presentation Scope Application overview Data Fusion Engine *ios version shown Background Background

More information

Destinator SP for Symbian User Guide. Destinator Technologies. Destinator SP for Symbian User Guide 1

Destinator SP for Symbian User Guide. Destinator Technologies. Destinator SP for Symbian User Guide 1 Destinator SP for Symbian User Guide Destinator Technologies Destinator SP for Symbian User Guide 1 Notices, Disclaimers, and Terms of Use 1. Limited Product Warranty Destinator Technologies Inc., warrants

More information

Tracking Misplaced Objects Using Bluetooth and GPS with Arm Cortex M3 Development Board * 1 D. Aswani, 2 P. Chandramouli, 1, 2

Tracking Misplaced Objects Using Bluetooth and GPS with Arm Cortex M3 Development Board * 1 D. Aswani, 2 P. Chandramouli, 1, 2 DOI 10.29042/2018-2664-2668 Helix Vol. 8(1): 2664-2668 Tracking Misplaced Objects Using Bluetooth and GPS with Arm Cortex M3 Development Board * 1 D. Aswani, 2 P. Chandramouli, 1, 2 ECE Department, SVEW,

More information

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE 1.0 Quest Enterprise Reporter Discovery Manager USER GUIDE 2012 Quest Software. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

2012 nüvi Product Line. Follow the leader.

2012 nüvi Product Line.   Follow the leader. 1 Not available for all interchanges/intersections in all areas. 2 A nümaps Lifetime subscription entitles you to receive up to 4 map data updates per year, when and as such updates are made available

More information

Application Notes for Integrating Vitel Ivize with Avaya Modular Messaging - Issue 1.0

Application Notes for Integrating Vitel Ivize with Avaya Modular Messaging - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Integrating Vitel Ivize with Avaya Modular Messaging - Issue 1.0 Abstract These Application Notes describe the configuration steps for integrating

More information

ENTUNE AUDIO. - Audio System - Bluetooth Functions - Entune App Suite - Scout GPS Link - Integrated Navigation ENTUNE SYSTEM QUICK REFERENCE GUIDE

ENTUNE AUDIO. - Audio System - Bluetooth Functions - Entune App Suite - Scout GPS Link - Integrated Navigation ENTUNE SYSTEM QUICK REFERENCE GUIDE 2 0 1 6 ENTUNE AUDIO - Audio System - Bluetooth Functions - Entune App Suite - Scout GPS Link - Integrated Navigation ENTUNE SYSTEM QUICK REFERENCE GUIDE TABLE OF CONTENTS OVERVIEW 2 LIMITATIONS OF THE

More information

CardNav. Member Experience Training Guide. CO-OP Financial Services

CardNav. Member Experience Training Guide. CO-OP Financial Services CardNav Member Experience Training Guide CO-OP Financial Services TABLE OF CONTENTS Getting Started...4-5 Installing and Upgrading...8-10 Logging in to the App...12-15 Navigating the App...17-31 Viewing

More information

Cell Phones & Distracted Driving

Cell Phones & Distracted Driving Cell Phones & Distracted Driving The Growing Epidemic of Cell Phone Use While Driving Distracted Driving Course Welcome Housekeeping Introductions 2 Course Objectives Define the term distracted. Understand

More information

GENUINE USB Cable set

GENUINE USB Cable set GENUINE USB Cable set Owner's Manual (Apple CarPlay / Android Auto mode) Thank you for purchasing a genuine Mazda accessory. Before use, be sure to thoroughly read these instructions. Please read the contents

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

Premium Infotainment Systems for Skoda Octavia 3

Premium Infotainment Systems for Skoda Octavia 3 Premium Infotainment Systems for Skoda Octavia 3 Apple CarPlay The innovative Alpine Style systems for Skoda Octavia 3 with Apple CarPlay bring you a smarter way to use your iphone on the road. Apple CarPlay

More information

The Benefits of Regional Collaboration in Managing Network Transportation Operations

The Benefits of Regional Collaboration in Managing Network Transportation Operations The Benefits of Regional Collaboration in Managing Network Transportation Operations PIARC Technical Committee 1.4 Prepared by: Wayne Berman Office of Transportation Management Federal Highway Administration

More information

5. Mobile voice and data services

5. Mobile voice and data services 5. Mobile voice and data services 5.1 Our expectation of mobile services is changing as we become more dependent on mobile services and need to access them wherever we are indoors, outdoors or on the move.

More information

Title: Increasing the stability and robustness of simulation-based network assignment models for largescale

Title: Increasing the stability and robustness of simulation-based network assignment models for largescale Title: Increasing the stability and robustness of simulation-based network assignment models for largescale applications Author: Michael Mahut, INRO Consultants Inc. Larger-scale dynamic network models

More information

Ctek SkyCloud. Application Note. Ctek SkyCloud. Asset Tracking and Management AN010. APP Note AN010. Ctek, Inc.

Ctek SkyCloud. Application Note. Ctek SkyCloud. Asset Tracking and Management AN010. APP Note AN010. Ctek, Inc. Revision: 1.1 Application Note Ctek SkyCloud APP Note Ctek SkyCloud Asset Tracking and Management Ctek, Inc. 1891 N. Gaffey St. Ste. E San Pedro, CA 90731 Table of Contents INTRODUCTION... 1 SKYCLOUD SERVICES...

More information

Decision Support Tool for traffic management centre in urban environment

Decision Support Tool for traffic management centre in urban environment 12 th ITS European Congress, Strasbourg, France, 19-22 June 2017 CP0776 Decision Support Tool for traffic management centre in urban environment Abstract: Jonathan ROBERT 1*, Christophe MONTANO 2 1. SPIE

More information

Welcome! Presented by Paul Pearson National Corvette Museum, August 28, 2014

Welcome! Presented by Paul Pearson National Corvette Museum, August 28, 2014 Welcome! Presented by Paul Pearson National Corvette Museum, August 28, 2014 Linking IP to Driver Mode Selector If your car IP gauges don t change when you turn the driver mode selector, you just need

More information

MySQL Development Cycle

MySQL Development Cycle Abstract This document explains the MySQL Server development cycle. The purpose of the document is to facilitate community involvement, for example by providing feedback on pre-releases and making contributions

More information

CFR/ECFR and Staff Responder. Airwaves Pager. User Guide

CFR/ECFR and Staff Responder. Airwaves Pager. User Guide CFR/ECFR and Staff Responder Airwaves Pager User Guide Left intentionally blank 2 Contents INTRODUCTION... 4 SAFETY NOTICE... 4 GEOFENCE OR RADIUS?... 4 THE DEVICE... 5 TURNING THE PAGER ON... 6 TURNING

More information

Design Considerations for Real-time Arterial Performance Measurement Systems Using Transit Bus Probes

Design Considerations for Real-time Arterial Performance Measurement Systems Using Transit Bus Probes Design Considerations for Real-time Arterial Performance Measurement Systems Using Transit Bus Probes Abraham Emmanuel & David Zavattero Chicago Department of Transportation Project Goals Estimate traffic

More information

User Guide Version 8, Created March 25, 2016

User Guide Version 8, Created March 25, 2016 User Guide Version 8, Created March 25, 2016 About This Guide ABOUT THIS GUIDE The instructions and descriptions contained in this document were accurate at the time of publishing; however, succeeding

More information

Multi-Access Positioning System M.A.P.S

Multi-Access Positioning System M.A.P.S Multi-Access Positioning System M.A.P.S UCD Multi-Access Positioning System EEC173B Winter 2006 Ting (Randy) Chang Michael Hsu Alex Sung George Louie (MIA) 1 Introduction and Motivation Introduction Cartography

More information

Valley. Controls RELIABLE DURABLE PRECISE ADVANCED RESPONSIVE

Valley. Controls RELIABLE DURABLE PRECISE ADVANCED RESPONSIVE Valley Controls RELIABLE DURABLE PRECISE ADVANCED RESPONSIVE Valley Control Panels Valley ICON Model Display Edge-of-Field WiFi AgSense ICON Link Key Features 10-inch Color Touchscreen Option available

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

Evaluation of Seed Selection Strategies for Vehicle to Vehicle Epidemic Information Dissemination

Evaluation of Seed Selection Strategies for Vehicle to Vehicle Epidemic Information Dissemination Evaluation of Seed Selection Strategies for Vehicle to Vehicle Epidemic Information Dissemination Richard Kershaw and Bhaskar Krishnamachari Ming Hsieh Department of Electrical Engineering, Viterbi School

More information

SITRAFFIC CONCERT Traffic management in concert

SITRAFFIC CONCERT Traffic management in concert SITRAFFIC CONCERT Traffic management in concert Intelligent Traffic Systems s Industrial Solutions and Services Your Success is Our Goal Why traffic management systems? The goals of traffic policy Traffic

More information

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired...

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired... WEB MESSAGE CENTER END USER GUIDE The Secure Web Message Center allows users to access and send and receive secure messages via any browser on a computer, tablet or other mobile devices. Introduction...

More information

DriveTAB is a hardware based, tamper resistant solution to Distracted

DriveTAB is a hardware based, tamper resistant solution to Distracted DriveTAB is a hardware based, tamper resistant solution to Distracted Driving. This Device Management App, working with the installed DriveTAB device and online monitoring, allows administrative control

More information

Smart City IoT Solution Brings Data Insight to Transportation

Smart City IoT Solution Brings Data Insight to Transportation Smart City IoT Solution Brings Data Insight to Transportation The customer summary Customer name San Diego Metropolitan Transit System Industry Transportation Location San Diego Cisco, Davra Networks,

More information

An Android Smartphone Application for Collecting, Sharing and Predicting the Niagara Frontier Border Crossings Waiting Time

An Android Smartphone Application for Collecting, Sharing and Predicting the Niagara Frontier Border Crossings Waiting Time An Android Smartphone Application for Collecting, Sharing and Predicting the Niagara Frontier Border Crossings Waiting Time Lei Lin 1, Qian Wang 1, Adel W. Sadek 1, Yan Li 2 1 Civil, Structural and Environmental

More information

Acorn Software. Bus Tracking System Software Requirements Specification. Version 2.0

Acorn Software. Bus Tracking System Software Requirements Specification. Version 2.0 Acorn Software Bus Tracking System Software Requirements Specification Version 2.0 Revision History Date Version Description Author February 2 nd, 2006 0.8 Trip Planning Requirements Ryan Nordman February

More information

TomTom Road Event Reporter User Manual

TomTom Road Event Reporter User Manual TomTom Road Event Reporter User Manual Contents Welcome to TomTom Road Event Reporter 3 How TomTom Road Event Reporter works 4 Starting the Road Event Reporter 5 What's on the screen 6 Types of event you

More information

Automated Testing of Tableau Dashboards

Automated Testing of Tableau Dashboards Kinesis Technical Whitepapers April 2018 Kinesis CI Automated Testing of Tableau Dashboards Abstract Companies make business critical decisions every day, based on data from their business intelligence

More information

On A Traffic Control Problem Using Cut-Set of Graph

On A Traffic Control Problem Using Cut-Set of Graph 1240 On A Traffic Control Problem Using Cut-Set of Graph Niky Baruah Department of Mathematics, Dibrugarh University, Dibrugarh : 786004, Assam, India E-mail : niky_baruah@yahoo.com Arun Kumar Baruah Department

More information

An outlook on INTELLIGENCE in 2024

An outlook on INTELLIGENCE in 2024 An outlook on INTELLIGENCE in 2024 Paul Gray, Research Director, paul.gray@ihsmarkit.com +44 7810 854646 2018 IHS Markit. All Rights Reserved. Top 8 Transformative Technology predictions for 2018 / April

More information

QUICK GUIDE. Camera Installation for iphone, ipad, Android smart phone and tablet

QUICK GUIDE. Camera Installation for iphone, ipad, Android smart phone and tablet QUICK GUIDE Camera Installation for iphone, ipad, Android smart phone and tablet For Technical questions, please email: info@trivisiontech.com 1 Contents 1.0 Introduction ----------------------------------------------------------------------3

More information

National College of Ireland BSc in Computing 2015/2016. Mahmoud Azzam LocalDeal. Final Report

National College of Ireland BSc in Computing 2015/2016. Mahmoud Azzam LocalDeal. Final Report National College of Ireland BSc in Computing 2015/2016 Mahmoud Azzam 13110241 X13110241@student.ncirl.ie LocalDeal Final Report Table of Contents Table of Contents Executive Summary... 4 1 Introduction...

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information