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

Size: px
Start display at page:

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

Transcription

1 Re-configurable Ad-hoc Network to Track Points of Interest Project Plan May September 28, 2011 Project Client: Jessica Miller Lockheed Martin, Advanced Development Programs Members: Benjamin J. Wiemers Robert D. Lourens Adrian S. Jagdeo Faculty Advisor: Dr. Ahmed Kamal

2 Table of Contents i. List of Figures ii. List of Tables iii. List of Definitions 1 Introduction 1.1 Executive Summary 1.2 Problem Statement 1.3 Acknowledgments 1.4 Operating Environment 1.5 Intended Users and Uses 1.6 Assumptions 1.7 Limitations 2 Expected End Product and Deliverables 2.1 Functional Requirements 2.2 Non-Functional Requirements 2.3 Security Design Considerations 2.4 Solution Approach Ad-hoc Network and Reconnecting Algorithm Hardware Interface and Information Sharing User Interface 2.5 Documentation 2.6 Possible Risks and Risk Management 3 Resources and Schedules 3.1 Work Plan 3.2 Financial Resources 3.3 Time Schedule 4 Closure Material 4.1 Project Team Information 4.2 Closing Summary 1

3 i. List of Figures Figure 1 System sketch, page 6 Figure 2 Node in system sketch, page 7 Figure 3 Time Spent on Components by Team Member, page 10 Figure 4 Project Gantt Chart, page 11 ii. List of Tables Figure 1 Project Phase Hours Breakdown, page 10 iii. List of Definitions Ad-Hoc - A type of network between various nodes. A ad-hoc network does not require a central controlling entity on the network. GPS - Global Positioning System determines the latitude and longitude of a sensor by means of radio signals. GUI - A Graphical User Interface allows system to graphically present information to a user and retrieve information from the user. Wi-Fi - Allows devices to communicate to one another with the use of radio signals. 2

4 1 Introduction 1.1 Executive Summary Performing wireless communication in radio-unfriendly environments is a problem with many diverse applications. Signal range can be significantly less than in optimal environments due to radio absorption, reflection, or interference. This is a unfortunate for anyone wishing to take advantage of wireless networking in these environments. When the network nodes are mobile, there is the added complication of needing to manage and monitor the network dynamically to ensure constant connectivity. One approach to this problem is to create an intelligent ad-hoc network. This would be a decentralized network of nodes where rather than sending traffic through a central router, all nodes act as routers for all other nodes. Where the size of a traditional network would be limited by the range from each node to the central router, the size of an ad-hoc network would be limited by the area that could be covered by a connected graph of network nodes, so it could cover a much larger area. Also, if any node is disconnected, the ad-hoc network could either route around it or physically rearrange its nodes to reestablish full connectivity. This problem fits well into Lockheed Martin s areas of research, as the applications of such a system could include military missions, police surveillance and search and rescue activities. They would like us to research, design, and implement a solution. 1.2 Problem Statement The goal of the project is to build a mobile ad-hoc network that will be able to facilitate cooperative missions between vehicles in complex urban environment. Each vehicle will share information such as speed, direction, location, fuel, and any other sensor output available, with the other nodes in the network. Each will receive this information from the other nodes and make it available to the user. If a node goes down and causes the network to become disconnected, the nodes will attempt to repair the network by making a recommendation to the user of what position to move to, based on previous GPS locations of the other nodes. 1.3 Acknowledgments Lockheed Martin will supply the necessary funding to complete this project. They will assist with any technical expertise when necessary. 1.4 Operating Environment The environment consists of an urban or wooded environment which will severely limit the transmission distance of Wi-Fi. The ad-hoc network will cover a much smaller area in this environment than it could in an optimal environment. The network will also likely split frequently, and nodes or groups of nodes will be isolated from the rest. This will have to be considered at 3

5 every step in the design and implementation of the network algorithms. This project will consider the Iowa State University Campus as the typical terrain. 1.5 Intended Users and Uses This project is intended to be used by persons in the military, police, and search and rescue to assist in making their job less strenuous. The network would facilitate the cooperative missions between vehicles in complex urban environment. By having more information readily available, decision can be made faster and with a higher grade of certainty. This is due to the fact that they would be able to have continuous communication with each other to allow for collaborative planning and tracking while completing complex tasks. They could share information such as speed, direction, location, fuel, etc. which can be useful in a hostile environment. Having the other nodes information readily available can provide a key advantage to the mission. 1.6 Assumptions The client has made many assumptions for us to simplify the scope of the project, and we have made some ourselves as well. The client informed us that we can assume that our network will not need to support more than 255 nodes, which will simplify the network and the network management algorithms. They also made the assumption that the network will not span more than one square mile, so our nodes will not have to communicate wirelessly over excessive distances. We have assumed that the system will only be operated in typical environmental conditions. Temperatures will not be extreme and water will not be an issue. This will make selection of the hardware much easier. We have also assumed that radio interference in the area where the system is operating will be minimal. This will also allow us to use typical consumer-grade hardware with little low-level modification. Regarding hardware selection, we have assumed that the system will only be run on the hardware selected by us. Targeting only hardware we have on hand will allow us to ignore idiosyncrasies of other hardware setups and focus on perfect compatibility with what we support. 1.7 Limitations Our two biggest limitations are time and money. We can only afford hardware for a few nodes, while our client has assumed we will support up to 255. We won t be able to test on nearly that many, so we will need to carefully consider this during the design, or find a way to simulate having more nodes in our system. The last limitation is our experience. Our team has collective experience building software and working with hardware, and some experience with networks, but none on the specific topic of ad-hoc networks. Designing this system will take significant research on our part, and the advice of our advisor. 4

6 2 Expected End Product and Deliverables 2.1 Functional Requirements The client provided us with functional requirements organized into three priority levels. High priority requirements relate to communication of the network nodes. They must be continuously connected via Wi-Fi, and if a node drops out of the network, each node must inform the user where to move to repair the network. This should be inferred based on the previously recorded GPS coordinates of the other nodes. The network must be an ad-hoc network and not require a central base station. All nodes are equal peers, and messages will be passed throughout the network. Any two nodes in the mesh network will be able to communicate, even if they don t have direct line-of-sight communication. Medium priority requirements involve tracking. Each node will continuously share data about itself with all other nodes, including position, speed, and output of any other sensors available. Each node track information about all other nodes. Low priority requirements involve tasking. Each node may have different capabilities, such as varying sensors or tools, and the nodes in the network will work together to complete mission objectives. Routes may be planned and re-planned dynamically. 2.2 Non-Functional Requirements The client also provided us with other non-functional requirements. The first of such nonfunctional requirements involves the existence of a user interface to allow interaction with a user. The user interface should possess some sort of graphical element. The second nonfunctional requirement is the integration of mobile devices such as tablets or cell phones. The devices will allow for more practical test cases. The third non-functional requirement is to integrate with the Smartphone-controlled Mission Platform. 2.3 Security Design Considerations For this particular project, security will be given little consideration. Security implementation can be included as a final extra step but is not required at this time. However, simple security measures are encouraged if practical and straightforward to include. We will hold security considerations on a low priority. However, this project will be designed with the understanding that future development of this project will include and require strict security measures. 5

7 2.4 Solution Approach The following is a system sketch of general solution for the project. The nodes will communicate and share their GPS and sensor information with one another. They will be connected via an ad-hoc network. Figure 1. System Sketch 6

8 The following is a block diagram of a single node in the network. The nodes will take inputs from the user interface and also output information to the user interface. The nodes will also read from the sensors and GPS. It will also communicate with the network and have a network algorithm module for repairing the network when needed. Figure 2. Node in System Sketch The project will be approached as three modules. The first module will focus on the network and reconnecting algorithm. The second will focus on the hardware interface and information sharing. The third algorithm will focus on the user interface. These three modules will develop together to complete the entire project. 7

9 2.4.1 Ad-hoc Network and Reconnecting Algorithm The network module will create and maintain an ad-hoc network between all the nodes involved. Instances may arise that causes certain nodes to become disconnect from the network. An algorithm will be developed to correct for these actions. The algorithm will direct nodes to locations determined to have the best chance of network recovery Hardware Interface and Information Sharing The hardware interface and information sharing module will work between the higher-level logic and the hardware to translate commands and data. It will interface with the chosen networking hardware to pass data from the networking logic component to the network, using the selected protocol Detect when a new device has come within range Transform received data from the networking protocol to an internal data format, pass it up to the networking logic component Receive data from the sensors, transform it into an internal data format, pass it to the networking component Do basic consistency faults to detect hardware or networking faults User Interface The user interface module will contain a GUI to provide a friendly interaction for the user. It will have an interface similar to Google maps which would display each nodes as an item on a map. The map would be click-able that when a node is selected, it will display the different information of the node which includes speed, direction, GPS coordinate, health. It will also feature a gesture interface for the GUI which allows zooming in and out using fingers. It would also be equipped with a report tab to query the different item and sensors a personnel is carrying. 2.5 Documentation The following documentation must be completed during this project: Software Development Plan - This document describes the problem the goals of the project and how this project will obtain those goals. System and Software Requirements Spec - This document defines all the requirements of the project. Project Plan - This document outlines the work and direction the group will take to accomplish the goal. This document also details functional requirements and a tentative schedule of the project. System and Software Architecture - This document the required structure of the system and how the system components must work together. 8

10 Preliminary Design Review - This document discusses the possible option for completing the project. Critical Design Review - This document identifies the options chosen from the Preliminary Design Review document. Software Test Description and Report - This document reviews the actions taken to test the system and discusses the findings from the tests. Final Report - This document details and discusses the completed project. 2.6 Possible Risks and Risk Management There are several risks associated with this project. We have identified some possible risks and how they will be mitigated. Purchased hardware may not have the desired range. Hardware will be evaluated as carefully as possible before purchase. Wireless adapter range may be increased by increasing the power. Team members may be unfamiliar with the networking techniques required. Ad-hoc networking will be carefully researched before designing the system. Team members may be unfamiliar with the low-level coding techniques required to closely integrate with the networking hardware. Windows APIs and other libraries will be researched to determine suitability for replacing custom low-level code. The team will plan carefully during the design process to determine what is known and unknown, and learn as necessary. The team will also make use of the professors knowledge to plan the best course of action. There may not be any libraries supporting ad-hoc networking on Android devices, or it may be difficult to implement. Ad-hoc networking on Android will be researched carefully to determine whether this will be a feasible goal before hardware is purchased. Design or implementation tasks may take longer than planned. Design and research tasks will be started proactively to ensure that they are complete by the end of the Fall semester, and that implementation can begin over Winter break or immediately in the Spring. Time estimates for all tasks will be overestimated, accounting for Hofstadter s Law. 9

11 Designing Developing Testing Totals 3 Resources and Schedules Following is our plan for the number of hours that each phase of the process will take, a description of our financial resources, and our anticipated schedule. 3.1 Work Plan This table explains the estimated amount of hours required to complete the project. The table breaks down the hours for each member of the group on the projects. Adrian Jagdeo Robert Lourens Benjamin Wiemers Totals Table 1. Project Phase Hours Breakdown This chart details the areas the group members are expect to focus their time on. GUI Networking Adrian Jagdeo Robert Lourens Benjamin Wiemers Information Sharing 0% 20% 40% 60% 80% 100% 120% Figure 3. Time Spent on Components by Team Member 10

12 3.2 Financial Resources A budget will be provided from Lockheed Martin, Advance Development Programs to fund the project. This budget is estimated to be $3000 which will be used to buy the resources. These resources include 4 Laptops, 4 GPSs, 1 Wireless Router, Infrared and TV Cameras. 3.3 Time Schedule Following is the tentative schedule for completing this project. 9/1/ /21/ /10/2011 1/29/2012 3/19/2012 Fall Semester Winter Break Spring Semester DESIGN PHASE Identify Ad Hoc Protocols Research APIs Design Architecture Research Hardware Develop GUI Design DEVELOPING PHASE Build Ad Hoc Network Add Repairing Ability Develop Software to share information TESTING PHASE Test Connectivity Test Repairing Test Information Sharing Test GUI Functionality DOCUMENTATION AND REPORTING Weekly Reports Software Development Plan System and Software Requirements Spec Project Plan Preliminary Design Review System and Software Architecture Hardware List Design Document Critical Design Review Software Test Description and Report Project Poster Final Report Demonstrations Figure 4. Project Gantt Chart 11

13 4 Closure Material 4.1 Project Team Information Client: Jessica Miller Lockheed Martin, Advanced Development Programs Members: Adrian Jagdeo Software Engineering Rob Lourens Software Engineering Benjamin Wiemers Computer Engineering Faculty Advisor: Dr. Ahmed Kamal Department of Electrical & Computer Engineering 4.2 Closing Summary This project focuses on developing an ad-hoc network to track points of interest in an urban environment. These could be used in many environments such as in a search and rescue situation or a combat situation. The project will result in an ad-hoc network that works to repair itself when issues arise. This project will contain a GUI that will help track points of interest. The project will also develop a means of sharing information between the nodes. By following the proposed schedule and work plan, we will develop a product that fills the requirements. 12

Observatory Automation

Observatory Automation Observatory Automation Project Plan Project ongo02e February 12, 2001 Client: ISU Physics Department Advisor: Dr. J. Basart Team Members: Shahril Abdullah Justin Doyle Derek Halverson Jeff Rastrelli Rob

More information

15-441: Computer Networking. Lecture 24: Ad-Hoc Wireless Networks

15-441: Computer Networking. Lecture 24: Ad-Hoc Wireless Networks 15-441: Computer Networking Lecture 24: Ad-Hoc Wireless Networks Scenarios and Roadmap Point to point wireless networks (last lecture) Example: your laptop to CMU wireless Challenges: Poor and variable

More information

PIC Evaluation/Development Board Implementation Team Dec Project Design Report April 23, Client: ECPE Senior Design

PIC Evaluation/Development Board Implementation Team Dec Project Design Report April 23, Client: ECPE Senior Design PIC Evaluation/Development Board Implementation Team Dec02-12 Project Design Report April 23, 2002 Client: ECPE Senior Design Faculty Advisors: Dr. Rover & Dr. Weber Team Members: Chad Berg, Luke Bishop,

More information

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2 CS5984 Mobile Computing Outline : a Survey Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech An Introduction to 1 2 1/2 Advances in micro-electro-mechanical systems technology, wireless communications,

More information

Highly Accurate Mobile Device Positioning based on Wi-Fi signals

Highly Accurate Mobile Device Positioning based on Wi-Fi signals Highly Accurate Mobile Device Positioning based on Wi-Fi signals Team Braintrust Brandon Pastuszek Sam Gottfried Joe Impellizzieri Ankur Patel Jeff Seaman Project Sponsor ZOS Commuications Faculty Coach

More information

Printed Circuit Board Development Automation

Printed Circuit Board Development Automation Printed Circuit Board Development Automation Project Plan Date Submitted: February 11, 2003 Project/Team Number: Dec 03-09 Team Members Colin Burnett Advisor Client Khawaja-Shahzad Butt Christopher Rieck

More information

Matthew Harris Senior Project Proposal getnote The Mobile Application

Matthew Harris Senior Project Proposal getnote The Mobile Application Matthew Harris Senior Project Proposal getnote The Mobile Application 1 Table of Contents Background and Motivation 3 Problems to be Addressed: 3 Solution: 4 Methodology: 4 Goal: 5 Deliverables: 5 Justification:

More information

Wireless Sensor Networks --- Concepts and Challenges

Wireless Sensor Networks --- Concepts and Challenges Wireless Sensor Networks --- Concepts and Challenges Outline Basic Concepts Applications Characteristics and Challenges 2 1 Basic Concepts Traditional Sensing Method Wired/Wireless Object Signal analysis

More information

Part I. Wireless Communication

Part I. Wireless Communication 1 Part I. Wireless Communication 1.5 Topologies of cellular and ad-hoc networks 2 Introduction Cellular telephony has forever changed the way people communicate with one another. Cellular networks enable

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION These slides are made available to faculty in PowerPoint form. Slides can be freely added, modified, and deleted to suit student needs. They represent substantial work on the part

More information

Wireless Sensor Networks --- Concepts and Challenges

Wireless Sensor Networks --- Concepts and Challenges Outline Wireless Sensor Networks --- Concepts and Challenges Basic Concepts Applications Characteristics and Challenges 2 Traditional Sensing Method Basic Concepts Signal analysis Wired/Wireless Object

More information

How to Guide. For Personal Users

How to Guide. For Personal Users How to Guide For Personal Users March 2016 Contents Introduction... 2 Features and Functions:... 2 Accessing UICollaboratory... 3 Home Page... 3 Homepage Key Features... 3 Collaboration Map... 4 Search

More information

A Wireless Identification System to Assist Sight- Constrained People

A Wireless Identification System to Assist Sight- Constrained People A Wireless Identification System to Assist Sight- Constrained People Dec06-06 5 December 2006 Client: Mr. Curtis Chong Iowa Department for the Blind Faculty Advisor: Dr. Zhengdao Wang Team: Jerad Harmsen

More information

Low Cost RFID-Based Race Timer for Smaller Events

Low Cost RFID-Based Race Timer for Smaller Events Low Cost RFID-Based Race Timer for Smaller Events Members: Robert Evans, Christie Sitthixay, Edward Tan, Michael Houldsworth ECE Faculty Advisor: Tom Miller Courses Involved: ECE562, ECE633, ECE634, ECE649,

More information

WIRELESS N USB ADAPTER USER MANUAL

WIRELESS N USB ADAPTER USER MANUAL WIRELESS N USB ADAPTER USER MANUAL MAN-525503/525534-UM-0413-01 INTRODUCTION Thank you for purchasing this Manhattan Wireless N USB Adapter. Because many netbooks and laptops (especially those more than

More information

How to Guide. For Personal Users

How to Guide. For Personal Users How to Guide For Personal Users February 2016 Contents Introduction... 2 Features and functions:... 2 Accessing UICollaboratory... 3 Home Page... 3 Homepage Key Features... 3 Collaboration Map... 4 Search

More information

Kodiak Broadband PTT for Public Safety

Kodiak Broadband PTT for Public Safety Kodiak Broadband PTT for Public Safety An Application Brief MOTOROLA SOLUTIONS and KODIAK are trademarks or registered trademarks of Motorola Trademark Holdings, LLC. This document is not an offer, commitment,

More information

User manual for the CRTM LPWA

User manual for the CRTM LPWA User manual for the CRTM 3000 - LPWA September 2018 CONTENTS 1. Introduction 3 2. Specifications 3 a. 3 b. MTinfo 3000 minimum requirements 3 3. Conditions and safety instructions 4 4. MTinfo 3000 features

More information

Digital Entertainment. Networking Made Easy

Digital Entertainment. Networking Made Easy Digital Entertainment 2003 by TiVo Inc. Reproduction in whole or in part without written permission is prohibited. All rights reserved. Printed in the USA. TiVo, TiVo Central, and TiVolution are registered

More information

Environmental Control and Automatic Imaging System for Miniature Greenhouses. Date Version Description. 02/21/

Environmental Control and Automatic Imaging System for Miniature Greenhouses. Date Version Description. 02/21/ Project Plan CprE / EE 491 - Senior Design Environmental Control and Automatic Imaging System for Miniature Greenhouses Advisor : Liang Dong Client : Agronomy Department and Plant Sciences Institute Group:

More information

Project Plan Report. Dec09-08: SAE AADL Simulation and Modeling Tools. Chaz Beck Marcus Rosenow Shaun Brockhoff Jason Lackore

Project Plan Report. Dec09-08: SAE AADL Simulation and Modeling Tools. Chaz Beck Marcus Rosenow Shaun Brockhoff Jason Lackore Project Plan Report Dec09-08: SAE AADL Simulation and Modeling Tools Chaz Beck Marcus Rosenow Shaun Brockhoff Jason Lackore 5/2/2009 Table of Contents 1 Introductory Material... 4 1.1 List of Tables...

More information

FINAL REPORT 04/25/2015 FINAL REPORT SUNY CANTON MOBILE APPLICATION

FINAL REPORT 04/25/2015 FINAL REPORT SUNY CANTON MOBILE APPLICATION FINAL REPORT SUNY CANTON MOBILE APPLICATION GROUP MEMBERS: Alexander Royce & Luke Harper SUNY CANTON SPRING 2015 Table of Contents List of Figures... 2 Research... 4 Programming Language... 4 Android Studio...

More information

EEL 4924: Senior Design. 27 January Project Design Report: Voice Controlled RC Device

EEL 4924: Senior Design. 27 January Project Design Report: Voice Controlled RC Device EEL 4924: Senior Design 27 January 2009 Project Design Report: Voice Controlled RC Device Team VR: Name: Name: Kyle Stevenson Email: chrisdo@ufl.edu Email: relakyle@ufl.edu Phone: 8135271966 Phone: 8132051287

More information

APPLIANCE POWER CONSUMPTION PROJECT PLAN

APPLIANCE POWER CONSUMPTION PROJECT PLAN APPLIANCE POWER CONSUMPTION PROJECT PLAN May 02-04 October 9, 2001 Client: Herb Harmison Advisors: John Lamont Ralph Patterson Team: Stephen Woerdehoff Paul Jonak Yohan Blount Jason Muehlmeier Table of

More information

Reprise of Locker Access System

Reprise of Locker Access System Reprise of Locker Access System Group Members Mohammed Al Kaabi Sherry Elsa Gungat Nurul Izni Hazimi Abdul Aziz Shichao Su Client Iowa State University Advisor Harker, Leland Edward 1 May 14 12 10/11/2013

More information

References. The vision of ambient intelligence. The missing component...

References. The vision of ambient intelligence. The missing component... References Introduction 1 K. Sohraby, D. Minoli, and T. Znadi. Wireless Sensor Networks: Technology, Protocols, and Applications. John Wiley & Sons, 2007. H. Karl and A. Willig. Protocols and Architectures

More information

Chapter 14: Controlled Remote Tug Telemetry

Chapter 14: Controlled Remote Tug Telemetry Chapter 14: Controlled Remote Tug Telemetry Overview The WinFrog Controlled Remote Tug Telemetry module (also called Remote Control) and the WinFrog Remote package enable one central WinFrog system to

More information

Ad Hoc Networks - Applications and System Design

Ad Hoc Networks - Applications and System Design Ad Hoc Networks - Applications and System Design Prof Sanjay Srivastava DA-IICT, Gandhinagar Modelling and Analysis Group of NeTworks (MAGNeT) Two day workshop on Ad Hoc Networks: Design, Applications,

More information

PK0-003 Q&As. Project+ (2009) Pass CompTIA PK0-003 Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from:

PK0-003 Q&As. Project+ (2009) Pass CompTIA PK0-003 Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from: PK0-003 Q&As Project+ (2009) Pass CompTIA PK0-003 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance Following Questions

More information

Proxim Wireless. All rights reserved.

Proxim Wireless. All rights reserved. Wireless Network Design Best Practices Regardless of the application, today wireless broadband is the order of the day, providing fiber like connectivity and reliability in a matter of hours. However,

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

Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide

Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 MESH NETWORK ARCHITECTURE... 6 Terminology... 6 Mesh Network Architecture Models...

More information

Orphek Atlantik V2 Wireless

Orphek Atlantik V2 Wireless Orphek Atlantik V2 Wireless Connecting your unit (s) to router Orphek LED Lighting Thank you for purchasing Orphek Atlantik V2 Wireless! In this manual you will find all the information needed to install,

More information

Can I Cost-Effectively Monitor Critical Remote Locations?

Can I Cost-Effectively Monitor Critical Remote Locations? WHITE PAPER Can I Cost-Effectively Monitor Critical Remote Locations? The Technical and Business Cases for Solar-Powered, Wireless Remote Video Surveillance 2015 MicroPower Technologies, Inc. Introduction

More information

Acute Node Failure Detection in Wireless Sensor Networks

Acute Node Failure Detection in Wireless Sensor Networks Acute Node Failure Detection in Wireless Sensor Networks Final Proposal 10/11/13 Sponsor: Air Force Research Laboratory Facilitator: Dr. Tongtong Li David Rogers Stu Andrzejewski Brad Garrod Kelly Desmond

More information

Introduction. See page #6 for device requirements.

Introduction. See page #6 for device requirements. W-FI CAMERA USER MANUAL Contents Introduction 4 Camera LED Indicators 5 Wi-Fi Requirements 6 Mobile Device Requirements 6 Download the Momentum App 7 Create an Account 8 Setup 10 Pairing 10 Connecting

More information

DOWNLOAD PDF INFRASTRUCTURE AND AD HOC MODES

DOWNLOAD PDF INFRASTRUCTURE AND AD HOC MODES Chapter 1 : Ansible Ad hoc Commands Infrastructure and Ad-Hoc Modes Explained. Most Wi-Fi networks function in infrastructure mode. Devices on the network all communicate through a single access point,

More information

Location Awareness in Ad Hoc Wireless Mobile Neworks

Location Awareness in Ad Hoc Wireless Mobile Neworks Location Awareness in Ad Hoc Wireless Mobile Neworks Lijuan Ai Wenyu Wang Yi Zhou 11/14/2001 Mobile Computing, Fall 2001 1 PART I INTRODUCTION TO MANET & LOCATION-AWARE COMPONENTS 11/14/2001 Mobile Computing,

More information

Video Surveillance Linear Architecture

Video Surveillance Linear Architecture Video Surveillance Linear Architecture SECURITY FAST, RELIABLE, AND COST EFFECTIVE Violent crime, burglary and theft threaten the safety of our citizens. Public Safety organizations are charged with leading

More information

Procedia Computer Science

Procedia Computer Science Procedia Computer Science 3 (2011) 949 953 Procedia Computer Science 00 (2010) 000 000 Procedia Computer Science www.elsevier.com/locate/procedia www.elsevier.com/locate/procedia WCIT 2010 An Implementation

More information

How are you able to get unlimited range?

How are you able to get unlimited range? User Guide 1 System Overview: Tell me about the New Quick Track Omni. The Quick Track OMNI system takes tracking to the next generation with unlimited range capability and an interactive app designed for

More information

CLOSING IN FEDERAL ENDPOINT SECURITY

CLOSING IN FEDERAL ENDPOINT SECURITY CLOSING IN FEDERAL ENDPOINT SECURITY More than half of agency IT officials worry about cyberattacks involving endpoint devices as a means of accessing agency networks. Yet many aren t taking advantage

More information

EPAF User Guide. Your guide for navigating the EPAF System

EPAF User Guide. Your guide for navigating the EPAF System EPAF User Guide Your guide for navigating the EPAF System This booklet outlines the use of Electronic Personnel Action Forms in the Banner Web for Employees. Office of Human Resources 02/08/2013 Frequently

More information

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College Zoom User Manual developed by Gary P. Davis and David J. Ayersman for Students and Employees of Zoom manual.docx Page 1 of 35 Last Updated: August 13, 2018 PREFACE AND OVERVIEW For the fall 2018 term,

More information

POLICY 8200 NETWORK SECURITY

POLICY 8200 NETWORK SECURITY POLICY 8200 NETWORK SECURITY Policy Category: Information Technology Area of Administrative Responsibility: Information Technology Services Board of Trustees Approval Date: April 17, 2018 Effective Date:

More information

Automated Medical Patient Evaluation System - Phase 2 Design Report

Automated Medical Patient Evaluation System - Phase 2 Design Report Automated Medical Patient Evaluation System - Phase 2 Design Report Team Number Dec02-01 Date Submitted 4/23/2002 Client Dr. David Carlyle Family Practice East McFarland Clinic Ames, IA Faculty Advisors

More information

Chapter 3: AIS Enhancements Through Information Technology and Networks

Chapter 3: AIS Enhancements Through Information Technology and Networks Accounting Information Systems: Essential Concepts and Applications Fourth Edition by Wilkinson, Cerullo, Raval, and Wong-On-Wing Chapter 3: AIS Enhancements Through Information Technology and Networks

More information

Frequently asked questions

Frequently asked questions Frequently asked questions Overview frequently asked questions 1 QUESTIONS ABOUT THE CAMERA & HARDWARE... 4 1.1 Which Wi-Fi networks are supported for... 4 1.2 Which wireless (Wi-Fi) encryption does Panasonic

More information

Thread in Commercial Backgrounder

Thread in Commercial Backgrounder Thread in Commercial Backgrounder September 2018 An introduction to Thread, its Network Topology and Application Support 1 What is Thread Thread is an open standard for wireless communication providing

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter One Analyzing Business Goals and Constraints Original slides by Cisco Press & Priscilla Oppenheimer Top-Down Network Design Network design should be a complete and iterative

More information

Page i. Project Plan of DSS Database Suite. Project Plan. for. DSS Database Suite. Version 1.0 Draft. Prepared by Iain Smith and Austyn Krutsinger

Page i. Project Plan of DSS Database Suite. Project Plan. for. DSS Database Suite. Version 1.0 Draft. Prepared by Iain Smith and Austyn Krutsinger Page i Project Plan for DSS Database Suite Version 1.0 Draft Prepared by Iain Smith and Austyn Krutsinger November 10, 2008 Page ii Table of Contents 1. Introduction... 1 2. Statement of Work... 1 3. Roles...

More information

One of the primary features of 5-Star Students is the ability to capture and store attendance data during school events.

One of the primary features of 5-Star Students is the ability to capture and store attendance data during school events. Conducting Events This guide will assist you with planning and conducting events using 5-Star Students Determine which events you ll track using 5-Star Students Understand requirements and options for

More information

irobo: Smartphone Control of an Unmanned Robotic Vehicle

irobo: Smartphone Control of an Unmanned Robotic Vehicle York University Faculty of Science and Engineering irobo: Smartphone Control of an Unmanned Robotic Vehicle PRELIMINARY DESIGN Team irobo: Thaslim Ghani 207243405 Sowmiya Rajagopalan 209073305 Tamara Tanurdzic

More information

High Speed Optical Interconnect

High Speed Optical Interconnect High Speed Optical Interconnect May08-06 Draft Design Client Lockheed Martin Advisor Dr. Ahmed Kamal Team Members Bader Al-Sabah Dave Feely Adam Jackson Richard Jones Nick Ryan DISCLAIMER NOTICE! DISCLAIMER:

More information

Planning a Wireless Network. Marco Zennaro Ermanno Pietrosemoli

Planning a Wireless Network. Marco Zennaro Ermanno Pietrosemoli Planning a Wireless Network Marco Zennaro Ermanno Pietrosemoli Goals To understand why there is a need for planning a wireless network (or link) and how it can be performed effectively To know what kind

More information

802.11ac FREQUENTLY ASKED QUESTIONS. May 2012

802.11ac FREQUENTLY ASKED QUESTIONS. May 2012 802.11ac FREQUENTLY ASKED QUESTIONS May 2012 Table of Contents General Questions:... 3 1. What is 802.11ac?... 3 2. When will 802.11ac be ratified into a standard?... 3 5. Will 802.11ac come out before

More information

IT EQUIPMENT POLICY REPLACEMENT CYCLE

IT EQUIPMENT POLICY REPLACEMENT CYCLE IT EQUIPMENT POLICY REPLACEMENT CYCLE It is an objective of the Hibbing Community College (HCC) Information Technology department to regularly replace aging computer equipment with more modern items as

More information

Media Services Online Mohammed Abukhiran. Report 13 on the work of Week 13

Media Services Online Mohammed Abukhiran. Report 13 on the work of Week 13 Media Services Online Mohammed Abukhiran Report 13 on the work of Week 13 Berea College Nov 30, 2010 Application Development Project Concept Proposal Media Services at Berea College uses Voyger (Database

More information

System Chief Business Officer - B. J. Crain The Texas A&M University System Position Description--January 13, 2010

System Chief Business Officer - B. J. Crain The Texas A&M University System Position Description--January 13, 2010 System Chief Business Officer - B. J. Crain Position Description--January 13, 2010 Dual reporting to the Chancellor and President of Texas A&M University with consideration to an executive oversight committee*

More information

Wireless Sensor Network Simulator

Wireless Sensor Network Simulator Wireless Sensor Network Simulator Project Proposal by Ben Stroud As Part of the Requirements for the Degree of Master of Science in Computer Science University of Colorado at Colorado Springs Committee

More information

Communications Management Plan Template

Communications Management Plan Template Communications Management Plan Template Project Name: U.S. Department of Housing and Urban Development October, 2010 Communications Management Plan Template (V1.0) VERSION HISTORY [Provide information

More information

Wireless Network Standard

Wireless Network Standard Last Modified: 10/20/15 Wireless Network Standard Purpose The standard and guidelines described in this document will ensure the uniformity of wireless network access points at the University of Georgia.

More information

The Web Service Sample

The Web Service Sample The Web Service Sample Catapulse Pacitic Bank The Rational Unified Process is a roadmap for engineering a piece of software. It is flexible and scalable enough to be applied to projects of varying sizes.

More information

Introduction to Mobile Ad hoc Networks (MANETs)

Introduction to Mobile Ad hoc Networks (MANETs) Introduction to Mobile Ad hoc Networks (MANETs) 1 Overview of Ad hoc Network Communication between various devices makes it possible to provide unique and innovative services. Although this inter-device

More information

DR CONTROL. Contents. Trademarks

DR CONTROL. Contents. Trademarks Contents Trademarks...1 Software License Agreement...2 Connecting a DR-22WL/DR-44WL with a smartphone or tablet by Wi-Fi...3 Installing the DR CONTROL app...3 When using a DR-44WL...3 Selecting the Wi-Fi

More information

Synergy Distributed Meeting Scheduler. Project Plan. Revision 2.0. CS 6361 Advance Requirements Engineering Fall 2008

Synergy Distributed Meeting Scheduler. Project Plan. Revision 2.0. CS 6361 Advance Requirements Engineering Fall 2008 Synergy Distributed Meeting Scheduler Project Plan Revision 2.0 CS 6361 Advance Requirements Engineering Fall 2008 Team Members: Name Email Phone Student ID Animesh Roy animesh.roy@student.utdallas.edu

More information

Smart Wi-Fi for Even Smarter Cities

Smart Wi-Fi for Even Smarter Cities Smart Wi-Fi for Even Smarter Cities It all starts with a Connected City Smart cities are no longer a dream. Urbanization, demographic shifts, environmental changes, and new technologies are reshaping the

More information

Minutes. Action items Person responsible Deadline Develop LabView code to our liking. N/A Keep adjusting Matlab. Ben

Minutes. Action items Person responsible Deadline Develop LabView code to our liking. N/A Keep adjusting Matlab. Ben January 12, 2017 3:30pm ThinkTank Kelie, Craig, Gretchen, Ben, Dev Winter Break Progress Code needed to be developed and understood to the point where it can track a dot on the tendon and plot it. Ben

More information

User Interfaces for Web Sites and Mobile Devices. System and Networks

User Interfaces for Web Sites and Mobile Devices. System and Networks User Interfaces for Web Sites and Mobile Devices System and Networks Computer Systems and Networks: Device-Aware Interfaces Interfaces must take into account physical constraints of computers and networks:

More information

SOLUTION BRIEF. Video Changes the Future of Policing

SOLUTION BRIEF. Video Changes the Future of Policing SOLUTION BRIEF Video Changes the Future of Policing Abstract Public safety organizations continuously look for new tools to help them better serve and protect the citizens of the community as well as to

More information

Assignment 5. Georgia Koloniari

Assignment 5. Georgia Koloniari Assignment 5 Georgia Koloniari 2. "Peer-to-Peer Computing" 1. What is the definition of a p2p system given by the authors in sec 1? Compare it with at least one of the definitions surveyed in the last

More information

Wireless Field Data Backhaul

Wireless Field Data Backhaul Service Data Sheet Wireless Field Data Backhaul Scalable Reduced cost Safer deployment Secure and reliable communications Full support service An Emerson Smart Wireless Field Data Backhaul Solution integrates

More information

Freedom Transit Real-Time GPS Feed

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

More information

EE/CprE/SE 491 Senior Design I and Professionalism. Design Document

EE/CprE/SE 491 Senior Design I and Professionalism. Design Document EE/CprE/SE 491 Senior Design I and Professionalism Design Document Joseph Zambreno Electrical and Computer Engineering Iowa State University www.ece.iastate.edu/~zambreno rcl.ece.iastate.edu Always design

More information

Software Requirements Specification for Peer Tutoring Record Keeping

Software Requirements Specification for Peer Tutoring Record Keeping 1 Software Requirements Specification For Peer Tutoring Record Keeping Version 1.0 approved Prepared by Robert Jarvis, Mario Lopez and Edward Martinez CPSC 430 Group 4 September 16 2013 2 Table of Contents

More information

Good Morning. ELAN Technologies Profile

Good Morning. ELAN Technologies Profile Good Morning Today s Presentation by: Tom Kirkland President ELAN Technologies Credits: Dave Weakley, City of Palos Hills, IL Ben Kinney, City of Palos Hills, IL ELAN Technologies Profile ELAN Technologies

More information

Ad hoc and Sensor Networks Chapter 1: Motivation & Applications. Holger Karl

Ad hoc and Sensor Networks Chapter 1: Motivation & Applications. Holger Karl Ad hoc and Sensor Networks Chapter 1: Motivation & Applications Holger Karl Goals of this chapter ad hoc & sensor networks are good What their intended application areas are Commonalities and differences

More information

WHITE PAPER ON TEKGARD S HEATING, VENTILATION AND AIR-CONDITIONING CAPABILITIES

WHITE PAPER ON TEKGARD S HEATING, VENTILATION AND AIR-CONDITIONING CAPABILITIES Innovative Solutions for Extreme Conditions WHITE PAPER ON TEKGARD S HEATING, VENTILATION AND AIR-CONDITIONING CAPABILITIES We Work Everywhere So You Can Work Anywhere Prepared By: Joshua M. Carson Tekgard,

More information

Fast Location-based Association of Wi-Fi Direct for Distributed Wireless Docking Services

Fast Location-based Association of Wi-Fi Direct for Distributed Wireless Docking Services Fast Location-based Association of Wi-Fi Direct for Distributed Wireless Docking Services Jina Han Department of Information and Computer Engineering Ajou University Suwon, South Korea hangn0808@ajou.ac.kr

More information

BYOD. Years Coombabah State High School

BYOD. Years Coombabah State High School BYOD Years 10-12 Coombabah State High School 1 Contents Introduction: What is BYOD? Pg 3 Software Pg 5 BYOx Charter Pg 7 Suitable Devices Pg 8 Warranty & Technical Advice Pg 11 Where to Purchase? Pg 12

More information

Simulation Analysis of Tree and Mesh Topologies in Zigbee Network

Simulation Analysis of Tree and Mesh Topologies in Zigbee Network Vol.8, No.1 (2015), pp.81-92 http://dx.doi.org/10.14257/ijgdc.2015.8.1.08 Simulation Analysis of Tree and Mesh Topologies in Zigbee Network Manpreet, Jyoteesh Malhotra CSE Department Guru Nanak Dev University

More information

Designing a Reliable Industrial Ethernet Network

Designing a Reliable Industrial Ethernet Network N-TRON Corp. 820 S. University Blvd. Suite 4E Mobile, Al. 36609 Phone: 251-342-2164 Fax: 251-342-6353 Designing a Reliable Industrial Ethernet Network Most of the major manufacturing automation end users

More information

ISM 324: Information Systems Security Spring 2014

ISM 324: Information Systems Security Spring 2014 ISM 324: Information Systems Security Spring 2014 Instructor: Co-Instructor: Office: E-Mail: Phone: Office Hours: Jeffrey Wall Hamid Nemati 392 Bryan Building jdwall2@uncg.edu (email is the preferred method

More information

Matthew Morris Lalit Tanwar

Matthew Morris Lalit Tanwar Adviser: Dr. Becker-Gomez Tim Southerton Brian Grosso Matthew Morris Lalit Tanwar Kevin Meehan Alex Reid 10/01/13 RC Camera Car SDR 1 Background Information Problem Definition Stakeholders RIT Customer

More information

Gigabit Ethernet Wireless Backhaul and Mobile Solution for. The City of Temple, Texas. Alan DeLoera, Director of Technology City of Temple, Texas

Gigabit Ethernet Wireless Backhaul and Mobile Solution for. The City of Temple, Texas. Alan DeLoera, Director of Technology City of Temple, Texas Gigabit Ethernet Wireless Backhaul and Mobile Solution for The City of Temple, Texas Alan DeLoera, Director of Technology City of Temple, Texas Located in Central Texas 60,000 residents Area of 70 square

More information

REQUEST FOR PROPOSALS Mobile Application for Public Health Surveillance

REQUEST FOR PROPOSALS Mobile Application for Public Health Surveillance TABLE OF CONTENTS: REQUEST FOR PROPOSALS Mobile Application for Public Health Surveillance Part I. Overview Information Part II. Full Text of Announcement Section I. Funding Opportunity Description 1.

More information

Group Members: Jamison Bradley, Lance Staley, Charles Litfin

Group Members: Jamison Bradley, Lance Staley, Charles Litfin Project Plan for News Stream Group May13-31 Advisor: Srikanta Tirthupura Client: IBM Rochester Client Contact: Paul Bye Problem Statement In today's world there is a plethora of information that is available

More information

Hurricane Florence Response and Recovery. October 18, 2018 Miles Lackey, Vice Chancellor of Business Affairs & CFO

Hurricane Florence Response and Recovery. October 18, 2018 Miles Lackey, Vice Chancellor of Business Affairs & CFO Hurricane Florence Response and Recovery October 18, 2018 Miles Lackey, Vice Chancellor of Business Affairs & CFO Event Impact Campus Grounds Approximately 400 downed trees Light poles Power lines Page

More information

CSE 5306 Distributed Systems. Course Introduction

CSE 5306 Distributed Systems. Course Introduction CSE 5306 Distributed Systems Course Introduction 1 Instructor and TA Dr. Donggang Liu @ CSE Web: http://ranger.uta.edu/~dliu Email: dliu@uta.edu Phone: 817-2720741 Office: ERB 555 Office hours: Tus/Ths

More information

Designing a Reliable Industrial Ethernet Network

Designing a Reliable Industrial Ethernet Network N-TRON Corp. 820 S. University Blvd. Suite 4E Mobile, Al. 36609 Phone: 251-342-2164 Fax: 251-342-6353 Designing a Reliable Industrial Ethernet Network Most of the major manufacturing automation end users

More information

WZRDnet. A Low-Power Wireless Ad-Hoc Mesh Network for Austere Tactical Environments. February 14, 2018

WZRDnet. A Low-Power Wireless Ad-Hoc Mesh Network for Austere Tactical Environments. February 14, 2018 White Paper TELEGRID Technologies, Inc. WZRDnet A Low-Power Wireless Ad-Hoc Mesh Network for Austere Tactical Environments February 14, 2018 23 Vreeland Road Suite 290 Florham Park, NJ 07932 www.telegrid.com

More information

Smart Phone Control and Data Acquisition of Resource Effective Bio- Identification System. Battelle. Phillip Horny. Jake Sawicki.

Smart Phone Control and Data Acquisition of Resource Effective Bio- Identification System. Battelle. Phillip Horny. Jake Sawicki. 1 Smart Phone Control and Data Acquisition of Resource Effective Bio- Identification System Battelle Phillip Horny Jake Sawicki Kevin Gleason Thamer Alajlan Andreas Dixon Michigan State University ECE

More information

Introduction. Built-in speaker. Infrared lights. Camera lens. Reset button. Indicator light. Micro- USB port for power supply.

Introduction. Built-in speaker. Infrared lights. Camera lens. Reset button. Indicator light. Micro- USB port for power supply. Axel USER MANUAL Contents Introduction 4 LED Indicators 5 What s Included 6 Wi-Fi Requirements 7 Mobile Device Requirements 7 Download the Momentum App 8 Pairing 9 Pairing additional Momentum Devices 11

More information

Information Technology Paul Kronberger, Chief Information Officer

Information Technology Paul Kronberger, Chief Information Officer Paul Kronberger, Chief Information Officer City-County Building, Room 500 210 Martin Luther King, Jr. Boulevard Madison, Wisconsin 53703-3349 May 11, 2016 David Schmiedicke Finance Director City of Madison

More information

KSU Policy Category: Information Technology Page 1 of 5

KSU Policy Category: Information Technology Page 1 of 5 KSU Policy Category: Information Technology Page 1 of 5 Policy Title Cellular, Wireless Communications Devices, and Services Policy Issue Date January 1, 2017 Effective Date January 17, 2019 Last Updated

More information

Utilizing a Test Lab For Wireless Medical Devices

Utilizing a Test Lab For Wireless Medical Devices Utilizing a Test Lab For Wireless Medical Devices Allie Paquette Changes in healthcare suggest that more and more medical devices will begin to utilize the information technology (IT) network infrastructure

More information

SECURITY & PRIVACY DOCUMENTATION

SECURITY & PRIVACY DOCUMENTATION Okta s Commitment to Security & Privacy SECURITY & PRIVACY DOCUMENTATION (last updated September 15, 2017) Okta is committed to achieving and preserving the trust of our customers, by providing a comprehensive

More information

GENERIC HUMAN INTERFACE DEVICE (GHID)

GENERIC HUMAN INTERFACE DEVICE (GHID) Carleton University GENERIC HUMAN INTERFACE DEVICE (GHID) CUSEF Budget Proposal To: CUSEF Boards Allocators Office of the Dean of Engineering Room 3010 Minto Centre Carleton University Date: October 16

More information

Implementing Wireless around the Plant Phillip Ng - Honeywell

Implementing Wireless around the Plant Phillip Ng - Honeywell Implementing Wireless around the Plant Phillip Ng - Honeywell Standards Certification Education & Training Publishing Conferences & Exhibits Phillip Ng Phil is a Senior, Global Product Manager in Honeywell

More information

Kansas City s Metropolitan Emergency Information System (MEIS)

Kansas City s Metropolitan Emergency Information System (MEIS) Information- Sharing Interagency Cooperation Resources Management Law Enforcement Fire Emergency Medical Services Public Health Private Sector Kansas City s Metropolitan Emergency Information System (MEIS)

More information