Changes between Version 4 and Version 5 of Letibee


Ignore:
Timestamp:
Nov 5, 2010, 12:29:17 AM (14 years ago)
Author:
Sensei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Letibee

    v4 v5  
    2222
    2323
     24[[Image(network.png, 40%, center)]]
    2425
    2526
    26 = Datamanager =
     27== Datamanager ==
    2728
    2829
     
    3738
    3839
    39 = Database =
     40== Database ==
    4041
    4142The database is a MySQL database. The script below create the tables and the rows useful for the datamanager and the gateway.
     
    8687
    8788
    88 = Gateway =
     89== Gateway ==
    8990
    9091The Gateway task is to read on demand the information saved in DB tables and send these results by using the appropriate format to the end-user through the Sensei framework.
     
    9495The LetiBee plugin is based on a skeleton plugin and its HandleRequest method. Most of datas are reachable using GET methods, each making a request to the database to get the up-to-date datas. Published datas are listed below.
    9596
    96 = Published datas: =
     97== Published datas: ==
    9798
    9899
    99100The communication from the gateway to the end-user will be done using a text file. The Letibee WSAN is thinked like a geographic information database. This database contains nodes identities, positions (§Erreur : source de la référence non trouvée), measures and their histories (§Erreur : source de la référence non trouvée), estimate of others positions values using any kind of algorithms (§Erreur : source de la référence non trouvée). All these information will be send through the Sensei framework using the appropriate protocol and xml format.
    100101
    101 == WSAN description ==
     102=== WSAN description ===
    102103
    103104Resource description
     
    107108This resource returns the number of nodes in the letibee network and their identities.
    108109
    109 == Nodes position ==
     110=== Nodes position ===
    110111
    111112Resource description
     
    117118This resource returns the position of the identified node
    118119
    119 == Nodes measurements ==
     120=== Nodes measurements ===
    120121
    121122Resource description
     
    127128This resource returns the measured value of the sensor and time reference for the considered node.
    128129
    129 == Regularized map ==
     130=== Regularized map ===
    130131
    131132Resources description