8
Urban Sensing Jonathan Yang UCLA CS194 Fall 2007

Urban Sensing

  • Upload
    yvonne

  • View
    40

  • Download
    0

Embed Size (px)

DESCRIPTION

Urban Sensing. Jonathan Yang UCLA CS194 Fall 2007. What Is Urban sensing. Utilize mobile devices such as cell phones to participate in sensor networks that gather, analyze, and share sensor data. - PowerPoint PPT Presentation

Citation preview

Page 1: Urban Sensing

Urban SensingJonathan Yang

UCLA CS194 Fall 2007

Page 2: Urban Sensing

What Is Urban sensingUtilize mobile devices such as cell phones to participate in sensor networks that gather, analyze, and share sensor data.

Create a network that enhances sensor data credibility and quality while maintaining a level of privacy that users may desire.

Depending on the application of the sensor, urban sensing can help in areas such as public health, urban planning, and many more.

Page 3: Urban Sensing

Project goalTo create a network service that can attest to the GPS position of a cell phone’s location.

A network access point is able to detect the location of a device based on the signal strength between the two.

This data would be sent to our network server for analysis and processing. Ultimately, it would be sent to a client server.

Page 4: Urban Sensing

Project challengesLearning how networking and routing work.

Accessing network packet data at different nodes in the network.

Possibly having to write software running on our network servers to process sensor data.

Sending processed data from our servers to end-client.

Page 5: Urban Sensing

past approachesNetwork attested data can be used for security purposes. There have already been different implementations implemented by network architecture to improve security.

However, our network architecture not only can be used for the sake of adding credibility to sensor data, but also can allow the client to collect and access the data for other purposes.

Page 6: Urban Sensing

Initial checkpointsUnderstand the network structure

Understand how routing operates on the network

Begin monitoring traffic on the network

Perform background research on urban sensing

Page 7: Urban Sensing

quarter GoalsBy the end the fall quarter:

Send sensor data from mobile devices through the access point and router to UCLA server.

Write software for the server so that the sensor data can be extracted from network packets.

Page 8: Urban Sensing

Quarter GoalsBy the end of winter quarter:

Establish a method for our network servers to add relevant sensor information onto the network packet.

The packet is sent through the router finally to the client where the sensor data can be assessed and utilized for whatever purpose.