Changes between Version 26 and Version 27 of Letibee


Ignore:
Timestamp:
Nov 5, 2010, 1:06:48 PM (14 years ago)
Author:
Sensei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Letibee

    v26 v27  
    99== Objectives ==
    1010
    11 The network at CEA-Leti provides information to an end-user located at a gateway or through the Sensei platform (Cf. Figure 1).
     11The network at CEA-Leti provides information to an end-user located at a gateway or through the Sensei platform as shown in the figure below.
    1212
    1313These information are:
     
    1818[[Image(cea_wsan.png, 40%,center)]]
    1919
    20                                                                Figure 1 : CEA WSAN + Gateway for Sensei 
    2120
    2221== Letibee WSAN ==
     
    2423The WSAN does not use standardized communication protocols. Due to this constraint the communication with a node is not direct but through a virtual connection managed by a gateway (ie : a more powerful node included in the network).
    2524
     25
     26
    2627[[Image(network.png, 60%, center)]]
     28
     29
    2730
    2831LETIBEE network comprises nodes spatially distributed in a 2D area, including anchors with known locations and blind nodes to be positioned.
     
    4144It has been decided to port the RIME stack for Contiki v2.4 from SICS onto the LETIBEE node (CEA-Leti based on the Letibee chip, both of them using a 8051 uC).
    4245The RIME stack includes the functions for mesh networking including '''neighbour discovery''' (and neighbour table construction), '''route discovery''' (and routing tables construction) and '''multi-hop forwarding''' using the discovered routes.
    43 A view of the stack is shown on Figure 2.
     46A view of the stack is shown in the figure below.
    4447
    4548[[Image(rime.png, 70%, center)]]
    46 
    47                                                  Figure 2 : RIME network stack
    4849
    4950Modules, used in the application, are described below:
     
    7677[[Image(frame_format.png, 60%, center)]]
    7778
    78                                        Figure 3 : Frame format over the air on the different protocol layers
    79 
    8079==== Gateway frame format ====
    8180
     
    8382
    8483[[Image(frame_usb.png, 50%, center)]]
    85 
    86                                               Figure 4 : Frame format over the USB port.
    8784
    8885* To sink from gateway, the source address is added at its beginning of the APDU.
     
    201198== Datamanager ==
    202199
    203 [[Image(datamanager.png, 60%, center)]]
    204 
    205 The datamanager is a standalone software which have the following objectives:
     200The datamanager is a standalone server which have the following roles:
    206201
    207202* Gather frames received on the usb port from the Letibee WSN
     
    209204* Remove older data if a time limit is specified
    210205
    211 
    212 == Database ==
     206[[Image(datamanager.png, 40%, center)]]
     207
     208This approach allows to decouple the data acquisition from the data treatment and in addition provides a tunable persistent storage of the sensed data.
     209It is too very easy to simulate sensor networks by populating the database with an external script.
     210
     211=== Database ===
    213212
    214213The database is a MySQL database. The script below create the tables and the rows useful for the datamanager and the gateway.
    215 
    216214
    217215{{{