Final Progress Report B93902070 羅家偉, B93902018 李冠毅, B93902005 石致豪.

Slides:



Advertisements
Similar presentations
CIMCO Integration Software Products
Advertisements

Decentralized Reactive Clustering in Sensor Networks Yingyue Xu April 26, 2015.
Company name KUAS HPDS Using Remote Memory Paging for Handheld Devices in a Pervasive Computing Environment Arjuna Sathiaseelan.
Kyung Tae Kim, Hee Yong Youn (Sungkyunkwan University)
TOPOLOGIES FOR POWER EFFICIENT WIRELESS SENSOR NETWORKS ---KRISHNA JETTI.
LYU0002 Wireless Cyber Campus Supervisor: Prof. Michael R. Lyu Student:Jang Kim Fung Tang Ho Man.
SDN and Openflow.
PROJECT IN DISTRIBUTED SYSTEMS IPERF FOR ANDROID Developers: Shir Degani, Yuval Degani Supervisors: Prof. Roy Friedman, Alex Kogan.
Prepared By: Kopila Sharma  Enables communication between two or more system.  Uses standard network protocols for communication.  Do.
Cougar (Mica Mote) A platform for testing query processing techniques over ad-hoc sensor networks Three tier system: – Running TinyOS, an embedded operating.
A CHAT CLIENT-SERVER MODULE IN JAVA BY MAHTAB M HUSSAIN MAYANK MOHAN ISE 582 FALL 2003 PROJECT.
A New Household Security Robot System Based on Wireless Sensor Network Reporter :Wei-Qin Du.
Climate Monitoring WEB Interface Using 1_Wire™ Sensors Imad Hoteit Hassan Wehbe.
Definitions, Definitions, Definitions Lead to Understanding.
Project Proposal Implementing library support for the Virgil programming language Ryan Hall Advisor: Jens Palsberg January 23, 2007.
Remote Surveillance Vehicle Design Review By: Bill Burgdorf Tom Fisher Eleni Binopolus-Rumayor.
Cross Strait Quad-Regional Radio Science and Wireless Technology Conference, Vol. 2, p.p. 980 – 984, July 2011 Cross Strait Quad-Regional Radio Science.
Building an Application Server for Home Network based on Android Platform Yi-hsien Liao Supervised by : Dr. Chao-huang Wei Department of Electrical Engineering.
Network Topologies.
DAN ISASTERREAETWORK. DAN Goal: Goal: To be able to monitor, track the progress and guide Aid workers and casualties in a Disaster Area site. To be able.
Socket Lab Info. Computer Network. Requirement Use TCP socket to implement a pair of programs, containing a server and a client. The server program shall.
1 Semester 2 Module 10 Intermediate TCP/IP Yuda college of business James Chen
Dynatest LWD Program - Sections
Ruslan Masinjila Aida Militaru.  Nature of the Problem  Our Solution: The Roaming Security Robot  Functionalities  General System View  System Design.
Wireless Sensor Networks MOTE-KITS TinyOS Crossbow UC Berkeley.
Software Engineering Quality What is Quality? Quality software is software that satisfies a user’s requirements, whether that is explicit or implicit.
Robot Swarm Work group : Ibrahem Batta. Emad Shakhshir. Supervisor: Dr. Ashraf Armoush.
Report of Internship Summer 2007 Boivineau Samuel Antonio Ruzzelli – Raja Jurdak Gregory O'Hare.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
Mission Science By Team Team 07 Members Jiashuo Li Chen Li Sergey Mukhin Hanadi Mardah Yun Shao Farica Mascarenhas 2.
3.01 Networks-Travel Back in Time Unit 3 Internet Basics.
Background Real-time environmental monitoring is a field garnering an ever-increasing amount of attention. The ability for sensors to make and publish.
Using Mica Motes for Platform Management A Telecommunications Application.
Firewalls A brief introduction to firewalls. What does a Firewall do? Firewalls are essential tools in managing and controlling network traffic Firewalls.
Adaptive energy-efficient registration and online scheduling for asymmetric wireless sensor networks Authors : Saravanan Balasubramanian, Demet Aksoy Published.
Third International Workshop on Networked Appliance 2001 SONA: Applying Mobile Agent to Networked Appliance Control S.Aoki, S.Makino, T.Okoshi J.Nakazawa.
GCRC Informatics Project Sponsor: Dr. Paul Harris, GCRC Informatics Director Members: Chris Heath, BME/EE Adam Nagel, CompE Chris Nash, EE Brendan Soar,
Cooperative Caching in Wireless P2P Networks: Design, Implementation And Evaluation.
Wireless Sensors Networks - Network Address Allocation Presented by: Assaf Goren Supervisor: Dr. Yehuda Ben-Shimol.
Wireless Sensor Networks by Craig Young and Chris Theodoridis
Smart Parking Application
Wireless Sensor Networks
Design and realization of Payload Operation and Application system of China’s Space Station Wang HongFei 首页.
CHAPTER OVERVIEW SECTION 5.1 – MIS INFRASTRUCTURE
Tarneeb Game.
FAR: A Fault-avoidance Routing Method for Data Center Networks with Regular Topology Please send.
Wireless Sensor Networks
Web Development & Design Chapter 1, Sections 4, 5 & 6
SECURITY IN DISTRIBUTED FILE SYSTEMS
Meng Cao, Xiangqing Sun, Ziyue Chen May 28th, 2014
CS222 Web Programming Course Outline
Distributed Systems Bina Ramamurthy 11/12/2018 From the CDK text.
Bluetooth Based Smart Sensor Network
CSCI {4,6}900: Ubiquitous Computing
Mission Science By Team 07.
HOME AUTOMATION: WEB BASED CONTROL
Mobile P2P Data Retrieval and Caching
Bond-Jini Interoperability
Part of Chapter 1 Key Concepts Networks
Chapter 2: Operating-System Structures
Design and Implementation of SUPnP Networks
ONLINE SECURE DATA SERVICE
Outline Review of Quiz #1 Distributed File Systems 4/20/2019 COP5611.
Network and the internet
Distributed Edge Computing
Chapter 2: Operating-System Structures
Computer Networks Protocols
Research on edge computing system based on Linux EdgeX Foundry
Exceptions and networking
Control-Data Plane Separation
Presentation transcript:

Final Progress Report B93902070 羅家偉, B93902018 李冠毅, B93902005 石致豪

Outline Brief Introduction Design Issues System Structure Present Progress Problems Future Schedule Q&A

Introduction Construct a system that helps people flee from burning buildings. What is the fire environment? What are our prior design issues?

Design Issues Correctness Robustness Ability to Represent the Outcome Easily Immediateness Power Consumption

Design Issues (Cont’) Correctness We now use temperature to indicate whether a spot is safe. Drawbacks?

Design Issues (Cont’) Robustness Distributed system -- no center server. Compute at the client ends.

Design Issues (Cont’) Ability to Represent the Outcome Easily Show on hand held device like PDA. Or show the indicator along passage. (hardware limitation)

Design Issues (Cont’) Immediateness Motes collect data previously. Plug and play to save time.

Design Issues (Cont’) Power Consumption Use AC to support motes in peacetime. Batteries are used when fire. A mote transmits data only when the temperature state changes.

System Structure Distributed System. State Table 3-Ways Hand Shake

System Structure (Cont’) We divide the system into 3 parts. Client Device Run Java code to compute the best route. Sensor Motes Collect and maintain temperature data. When being requested, transmit data to the Client BaseStation. Client BaseStation Run nesC code on a mote to request data and forward it to the Client Device.

Present Progress We have been developing the communication framework. We modified an original application Dissemination which uses reliable data transmission. The sensor motes now can collect, flood and maintain data correctly.

Present Progress (Cont’) The basestation now can receive data and forward it to the serial port. We are now working on the three-way hand shake protocol.

Problems Since there is only LED output device on mote, dealing with nesC bug is annoying. We need a wide space to test the sensor network.

Future Schedule Finish communication framework before this semester. Design the algorism to compute best route. Design the GUI on client device to show the outcome.

Q&A Any question?

Thank you!