SmartCars and SmartRoads full report
#1



[attachment=8364]

SmartCars and SmartRoads:
Applying technology of Wireless Sensor Networks to public transportation.


Thesis Proposal

By

Ricardo Joseph Estevez

As part of the requirements for the degree of

Master of Science in Computer Science

University of Colorado at Colorado Springs



1 Introduction

Human beings live in a world of advancing computing technology. Just as computers have entered every nook-and-cranny of our homes and workplace, so has the network. Today, a computer without a network is similar to a car without a road. We can drive around and use the functions provided in our car but without the road, how would we connect? Similarly without the network, our computers would be isolated and the dissemination of information limited. Overcoming this island of computing has led to the continuous linkage of computers to networks and the network’s ubiquitous integration into our daily lives.

The most famous network, which is actually a collection of interconnected networks or internetwork, is the Internet. The Internet, which is the backbone of the most popular distributed system known as the World Wide Web, has closed the geographic gap among people and businesses. It serves as a medium for researching, entertainment, business transactions, and communication .

A computer network provides a computational need with a large number of separate but interconnected computers . To be interconnected means to be able to exchange information over some connection such as copper wire, fiber optics, microwave, infrared, and communication satellites. The observation is that the connection medium is both wired and wireless.

A specialized networking technology known as wireless sensor networks (WSN) is providing researchers with remote monitoring capabilities. The application area of wireless sensor networks is virtually the world around us. Wireless sensors can monitor the environment and gather measurements such as temperature, light, and seismic readings. These sensing devices, called motes, can self-organize to form a wireless network enabling the transmission of their measurements to a central processing unit for aggregation, analysis, and decision-making. For example, WSN have been used to perform habitat monitoring at Great Duck Island in Maine. In another example, implementing WSN allows first responders to perform risk analysis on a building structure and to track personnel once deployed into a distressed building.

The domain of public transportation can benefit from wireless sensor networks. This is a popular topic in the automotive industry. For the government, the data acquired from the wireless sensor networks could pinpoint hazards in the road related to road decay or weather conditions. For insurance companies, the data could be used to determine the cause of an accident. And for the consumer, automobile manufacturers could use the data to create safety or convenience systems. In this research, the focus is the consumer.

This thesis provides analysis, simulation, and feasibility of algorithms for passive and active safety systems that are built upon an architecture that is founded heavily on the application of wireless sensor networks to automobiles and the roads they travel.

The rest of this paper is organized as follows. Section 2 formally states the details of the thesis. Section 3 provides background information of wireless sensor information including its constraints, hardware, and software architecture. Section 4 examines the application of wireless sensor networks to public transportation. This examination is important because it will be shown that there is a lack of focus in the area of safety systems for the consumer. Section 5 presents a high-level object-oriented design to identify actors, objects, and system boundaries. Section 6 outlines the thesis project plan and schedule. Section 7 lists the thesis project deliverables. Section 8 cites the references.

2 Thesis

The technology of wireless sensor networks can be integrated into automobiles and roadways to provide the following safety systems:
1. Forward-looking traffic detection algorithm.
2. Emergency braking alert with tailgating awareness algorithm.

2.1 Thesis Objectives

• Identify the safety systems that can be created when wireless sensor networks enter the automobile and roadways.

• Identify algorithms that will use data provided by the wireless sensor network in order to make decisions that are used in the safety systems.

• Investigate existing hardware platforms provided by wireless sensor technology vendors such as Crossbow for compatibility with the safety systems presented in this paper.

• Investigate how to best deploy motes such that the radio signal obstruction, propagation, and attenuation factors are addressed.

• Investigate the safety system’s performance and scalability in varying bandwidth, which directly affects the transportation of data. Increased data flow in high traffic situations could possibly hinder bandwidth and thus the propagation of data. Identify networking algorithms to ensure the dissemination of current traffic data. Packets will likely need a priority and maturity algorithm.

2.2 Proof-of-Concept and Simulation

The TinyOS, or TOSSIM, simulator will be used to test the mote system programming, deployment strategies, and safety-decision algorithms. Empirical data on traffic patterns will be incorporated as well.

3 Wireless Sensor Networks

A wireless sensor network is composed of the sensing devices called motes. Motes will receive and send data to a base station for aggregation so that observations and decisions can be made. Characteristics of a wireless sensor networks include the ability to make autonomous actions based on environmental observations. Motes need to be self-organizing, self-regulated, self-repairing, and programmable. The mote technology is somewhat constrained in order to provide a low-cost, reusable deployment into varying environments. For example, a mote has limitations on physical memory, computation power, bandwidth, and energy. Another constraint is size. Some motes only the size of a coin will be able to be deployed into an environment by the millions thus creating a “digital skin…with each sensor capable of capturing physical information about its immediate space.” The raw data can then be aggregated to provide data points that can be analyzed to derive a meaningful observation.

4 Public Transportation

Public transportation is a domain area that many researchers are examining for the full-scale integration with wireless sensor networks. Here we examine the existing studies at research laboratories and academic institutions.

One researcher, Teresa Lunt, who is the manager of the Palo Alto Research Center’s computer science lab envisions a sensor network where “cars can communicate with one another on the highway…the Transportation Department has been interested in reducing the number of accidents by putting sensor on vehicles that could pre-deploy your airbag [or] a merge assistant that could tell you if someone’s in your blind spot or around the corner, or if you’re driving over the road. All these things could be enabled through sensors.”

The CarTel project at the Massachusetts Institute of Technology believes that with hundreds of millions of vehicles on the road and over a billion people using cellular phones, “cars and humans may turn out to be the carriers of the world’s largest and most dynamic sensor networks in the coming years.” This project has designed and deployed a mobile distributed sensor computing system. The system has a three-tier architecture, thus creating a layer for the database, business logic, and client. Conceptually, the system works as follows: the client layer presents a thin-client portal where asynchronous queries can be sent to the mobile sensor nodes deployed on a vehicle. The network on which these queries travel is designed to be delay-tolerant since the sensor nodes create the mobile network. When the query reaches the mobile sensor node, it provides the query along with the parameters, such as response priority, so the data collected can travel back through the network with assigned priority and destination. Finally, the data returns and is inserted into a relational database where another client application can view statistics visually with map data. As innovative as the CarTel project is, it still lacks the investigation of safety systems that will benefit the automotive industry. Instead, the project focused usage for their system is traffic monitoring and route planning; preventive maintenance; road condition monitoring; or a proxy monitoring service for other wireless networks.

This thesis builds on the ideas similar to the studies at Palo Alto and MIT. Note that these areas of research have focused on efforts similar to environmental monitoring. However, this thesis focuses exclusively on the application of the wireless sensor networks and provides innovative algorithms to create new safety systems for the driver and cars. In Japan, Honda is already testing the integration of advanced safety systems into cars and roads . Their prototype safety system features the capability to allow a car to send and receive signals from other cars and the road. Such signals could warn of road hazards; a red-light runner at a traffic light intersection; school zone warnings; and traffic data.

The research conducted in this thesis has led to the creation of several algorithms and architecture to provide passive and active systems that will enable automobiles and drivers with traffic data. The concepts in this study are different than similar studies because of the following constraints:
• Build a non-proprietary system.
• Build an affordable system using inexpensive but reliable computing devices.
• Build a system that is wireless sensor network centric.
• Build a system that can leverage existing technologies such as GPS.

In order to formally analyze the problem domain of public transportation, object-oriented analysis will be used to identify and define the objects and data.
5 High-level system design

The safety systems presented in this study depends on the SmartCar and SmartRoad subsystems.

SmartCar – an automobile that has the capability to interpret traffic data aggregated by the WSN to make life-saving safety decisions such as accident detection and accident avoidance. A SmartCar will also be a source of data for other SmartCars to interpret.

SmartRoad – a city street, state highway, or national interstate that has motes deployed at mile markers, lane striping, and other static road artifacts.

Both subsystems will employ a packet-relaying algorithm that will degrade old traffic data and promote for removal so that network will contain current traffic data.

The figure shown below is a visual description of the high level design. Conceptually, the SmartCars will communicate to each other over the wireless sensor network passing data that will allow another SmartCar to make a decision supporting the on-board active and/or passive safety systems. The SmartRoads will relay data downstream.

6 Thesis Plan & Schedule

(see attached file)

7 Deliverables

At the end of the Fall Semester 2006, I will successfully complete my thesis research and deliver the following artifacts to my graduate committee:
1. Thesis report.
2. A simulator that demonstrates the concepts and algorithms of the smart car/road system.

8 References

1. A. Ricadela. The Emerging World Of Wireless Sensor Networks. http://informationweekstory/showArticle.jhtml?articleID=57702293&tid=5978. Information Week, January 20, 2005.

2. Wireless Ad Hoc Sensor Networks. http://antd.nist.gov/wahn_ssn.shtml. Advanced Network Technologies Division, National Institute of Standards and Technologies.

3. H. Balakrishnan, S. Madden, V. Bychkovsky, K. Chen, W. Daher, M. Goraczko, H. Hu, B. Hull, A. Miu, E. Shih. CarTel: A Mobile Sensor Computing System. Massachusetts Institute of Technology, Cambridge, Massachusetts, USA.

4. Energy Efficient Sensor Networks (EYES). http://tkn.tu-berlin.de/research/eyes/. Telecommunications Networks Group, Technical University of Berlin, Germany.

5. Wireless Senor Networks: a Fragmented Market with Great Potential. http://morerfiddetails.php?subdetail=Report&action=details&report_id=1576&display=RFID. MoreRFID.com, April 14, 2006.

6. OMNeT++ Discrete Event Simulation System. http://omnetppindex.php.

7. G. Smit, P Havinga. Collaborative Sensor Networks. http://wwwhome.cs.utwente.nl/~havinga/sensor.html. Department of Computer Science, University of Twente, Netherlands.

8. A. Mainwaring, J. Polastre, R Szewczyk, D. Culler, J. Anderson. Wireless Sensor Networks for Habitat Monitoring. In WSNA ’02, Atlanta, Georgia, USA, September 2002.

9. D. M. Doolin, N. Sitar. Wireless sensors for wildfire monitoring. Civil and Environmental Engineering, University of California, Berkeley, CA, USA.

10. C. E. Chow, G. Godavari. First Responders Sensor Network. Department of Computer Science, University of Colorado at Colorado Springs, Colorado Springs, CO, USA, Fall 2003.

11. Crossbow MoteWorks™ Platform. http://xbowProducts/productsdetails.aspx?sid=64. Crossbow Technology Inc.

12. MSP410 Wireless Security System Specification Sheet. Document Part Number: 6020-0064-01 Rev B. Crossbow Technology Inc.

13. MSP-SYS MSP Mote Developer’s System Specification Sheet. Document Part Number: 6020-0084-02 Rev A. Crossbow Technology Inc.

14. B. Leiner, V. G. Cerf, D. D. Clark, R. E. Kahn, L. Kleinrock, D. C. Lynch, J. Postel, L. G. Roberts, S. S. Wolff. The past and future history of the Internet. In Communications of the ACM, February 1997.

15. A. Tanenbaum. Computer Networks. Prentice Hall PTR, Upper Saddle River, New Jersey 07458, 2003.

16. C. Woodyard. Cars soon may ‘talk’ to roads, each other. http://usatodaytech/news/techinnovations/2005-11-09-intelligent-cars_x.htm USA Today, November 2005.



Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Tagged Pages: https wwwhome grendshed com light here,
Popular Searches: denver seminary colorado, anglican seminary usa, curso academico usa, udk berlin, colorado league of, schoolspring massachusetts, usa triathlon,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
SmartCars and SmartRoads full report - by seminar surveyer - 22-01-2011, 04:15 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  SAMBA SERVER ADMINISTRATION full report project report tiger 3 4,780 17-01-2018, 05:40 PM
Last Post: AustinnuAke
  air ticket reservation system full report project report tiger 16 46,939 08-01-2018, 02:33 PM
Last Post: RaymondGom
  Service-Oriented Architecture for Weaponry and Battle Command and Control Systems in 1 1,082 15-02-2017, 03:40 PM
Last Post: jaseela123d
  An Efficient Algorithm for Mining Frequent Patterns full report project topics 3 4,805 01-10-2016, 10:02 AM
Last Post: Guest
  online examination full report project report tiger 14 42,959 03-09-2016, 11:20 AM
Last Post: jaseela123d
  Employee Cubicle Management System full report computer science technology 4 5,147 07-04-2016, 11:37 AM
Last Post: dhanabhagya
  e-Post Office System full report computer science technology 27 26,133 30-03-2016, 02:56 PM
Last Post: dhanabhagya
  college website project full report project report tiger 28 67,282 29-11-2015, 02:37 PM
Last Post: Guest
  steganography full report project report tiger 31 34,062 07-07-2015, 02:57 PM
Last Post: seminar report asees
  ENQUIRY INFORMATION ON INSTITUTE full report seminar topics 1 2,230 10-11-2014, 09:15 PM
Last Post: Guest

Forum Jump: