1 / 14

Zero-programming Sensor Network Deployment

Zero-programming Sensor Network Deployment. 學生:張中禹  指導教授:溫志煜老師  日期: 5/7. Outline. Abstract 1. The design of GSN 2. A Simple Application Example 3. Global Sensor Network Model 4. Virtual Sensors and Data Stream Processing 5. System Architecture 6. Conclusions. Abstract.

olathe
Télécharger la présentation

Zero-programming Sensor Network Deployment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Zero-programming Sensor Network Deployment 學生:張中禹  指導教授:溫志煜老師  日期:5/7

  2. Outline • Abstract • 1. The design of GSN • 2. A Simple Application Example • 3. Global Sensor Network Model • 4. Virtual Sensors and Data Stream Processing • 5. System Architecture • 6. Conclusions

  3. Abstract • Global Sensor Networks (GSN) is a platform which provides a scalable infrastructure for integrating heterogeneous sensor network technologies using a small set of powerful abstractions. • GSN supports the integration and discovery of sensor networks and sensor data , provides distributed querying , filtering , and combination of sensor data,offers dynamic adaption of the system configuration during operation through a declarative XML-based language,and enables zero-programming deployment and management.

  4. 1. The design of GSN The design of GSN follows four basic goals: • Simplicity Sensor networks and data streams are defined in a declarative way using SQL as data manipulation language. XML is used as the syntactic framework for system configuration. • Adaptivity We use a container-based implementation facilitating dynamic reconfiguration. • Scalability Design of GSN is based on a peer-to-peer architecture. • Light-weight implementation

  5. 2. A Simple Application Example Figure 1. A simple scenario

  6. 3. Global Sensor Network Model(1) • Ad-hoc routing protocols route data to selected sensors (sinks) that communicate with an access point which is connected to the Internet and which can process and make available the data received from the sensors. • Applications wanting to use sensor data need to first identify the access points, possibly through multiple layers, and then follow the specific acc-ess protocols defined. • A major problem of this model is the dependency of the access to sensor data on the specific implementation.

  7. 3. Global Sensor Network Model(2) • Since sensors can be considered as data sources GSN adopts the principle of data independence as a fundamental idea. • It allows the users of GSN to abstract from the highly heterogeneous physical infrastructures of current sensor network platforms , just as in a database system where the user abstracts from the specific imp- lementation of physical data storage and access. • GSN provides a logical view on sensor networks based on the virtual sensor abstraction. Virtual sensors abstract from the implementat- ion details to access sensor data and model sensor data as temporal streams of relational data. Virtual sensors can also represent derived views on sensor data stre-ams , resulting from post-processing and combination of sensor data from different sources.

  8. 3. Global Sensor Network Model(3) Figure 2. Conceptual data flow in a GSN node

  9. 4. Virtual Sensors and Data Stream Processing(1) • A virtual sensor can have any number of input streams and produces one output stream. • To support rapid deployment, these properties of virtual sensors are provided in a declarative deployment descriptor. Figure 3 shows a fragment of a virtual sensor definition which defines a sensor returning an averaged temperature from a rem- ote virtual sensor (wrapper="remote") which is accessed via the Internet through another GSN instance (GSN instances cooperate in a peer-to-peer fashion).

  10. 4. Virtual Sensors and Data Stream Processing(2) Figure 3. Virtual sensor definition (fragment)

  11. 4. Virtual Sensors and Data Stream Processing(3) • In GSN a data stream is a sequence of timestamped tuples. • The order of the data stream is derived from the ordering of the tim- estamps and the GSN container provides basic support to manage and manipulate the timestamps. • These services essentially consist of the following components: (1) a local clock at each GSN container (2) implicit management of a timestamp attribute (3) implicit timestamping of tuples upon arrival at the GSN container (4) Multiple time attributes can be associated with data streams and can be manipulated through SQL queries.

  12. 5. System Architecture Figure 4. GSN container architecture

  13. 6. Conclusions • Global information technologies such as the Web, whose success is based • on sharing a few simple logical abstractions and basic communication pr- • otocols that provide universal access and linking among autonomously pu • blished data sources. • GSN follows this model by making publication of sensor data and access • to sensor networks and sensor data as simple, powerful, and flexible as • accessing Web documents.

  14. Thank You

More Related