Changes between Version 40 and Version 41 of WikiStart


Ignore:
Timestamp:
Oct 8, 2010, 8:00:47 AM (14 years ago)
Author:
zach
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v40 v41  
    44= SENSEI Cookbook =
    55
    6 The SENSEI Cookbook provides a set of guides for using the SENSEI Pan-European Testbed, deploying your own testbed or using the individual components available from SENSEI. The SENSEI architecture involves different roles, with three technical roles being particularly important for a testbed: Resource Provider, System Provider and Resource User. This Cookbook is organized by these three roles, with a guide for participating in a SENSEI system in each role. Before digging into the technical details, it is best to start with the [wiki:TestbedOverview overview of the Pan-European Testbed]
     6The SENSEI Cookbook provides a set of guides for using the SENSEI Pan-European Testbed, deploying your own testbed or using the individual components available from SENSEI. The SENSEI architecture involves different roles, with three technical roles being particularly important for a testbed: Resource Provider, System Provider and Resource User. This Cookbook is organized by these three roles, with a guide for participating in a SENSEI system in each role. Before digging into the technical details, it is best to start with the [wiki:TestbedOverview overview] of the Pan-European Testbed
    77
    88This Cookbook is aimed at several different audiences. It can be used by consortium members to disseminate information about and exploit the components developed in the project internally. It is critical documentation for third parties to participate in the Pan-European Testbed or deploy their own testbed. Finally, this Cookbook serves as documentation for potential users of this SENSEI system implementation when available to the public. The Cookbook is not meant to be a general tutorial of the SENSEI architecture or its components, nor is it meant to be a specification of the system design or implementations.
    99
    10 After starting with the [wiki:TestbedOverview overview], it is best to start with the Resource Provider Guide. This gives a good way to get started by registering resources into the SENSEI system from a standard PC with the Java REP. The System Provider Guide is for more advanced users, and explains how to use the deployed Pan-European Testbed or how to deploy your own testbed server components. Finally, the Resource User Guide describes how to use the Management GUI of the testbed to access resources and management the system. This guide also includes information on how to create you own application acting as a Resource User.   
     10After reading the testbed overview, it is best to start with the Resource Provider Guide. This gives a good way to get started by registering resources into the SENSEI system from a standard PC with the Java REP. The System Provider Guide is for more advanced users, and explains how to use the deployed Pan-European Testbed or how to deploy your own testbed server components. Finally, the Resource User Guide describes how to use the Management GUI of the testbed to access resources and management the system. This guide also includes information on how to create you own application acting as a Resource User.   
    1111
    1212
     
    1717  2. '''Resource Provider Guide'''
    1818
    19 Making resources available to the SENSEI system, i.e. being a Resource Provider, is both the most imporatnt role to play in SENSEI and the easiest way to get started. This section introduces the data formats used by a Resource Provider, namely the Resource Descriptions that are registered with a Resource Directory and the Observation & Measurement format used in the payloads of the Resource Access Interface. Several different realizations of Resource End Point frameworks are included in the guide, including the Java REP for getting started on a standard PC, and more specialized 6LoWPAN and ZigBee sensor network hardware implementations. Finally two realizations of advanced SENSEI functionality are described: for the creation of dynamic resources, and the manipulation of actuation resources.
     19Making resources available to the SENSEI system, i.e. being a Resource Provider, is both the most imporatnt role to play in SENSEI and the easiest way to get started. This section introduces the data formats used by a Resource Provider, namely the [wiki:RpResDescription Resource Descriptions] that are registered with a Resource Directory and the [wiki:RpObservationMeasurement Observation & Measurement] format used in the payloads of the Resource Access Interface. Several different realizations of Resource End Point frameworks are included in the guide, including the [wiki:RpRepDeployment Java REP] for getting started on a standard PC, and more specialized 6LoWPAN and ZigBee sensor network hardware implementations. Finally two realizations of advanced SENSEI functionality are described: for the creation of [wiki:RpDynamicCreation dynamic resources], and the manipulation of [wiki:RpactuationSpaceResource actuation resources].
    2020
    2121     2.1. [wiki:RpOverview Overview] (Stefan) [[BR]]