Changes between Version 6 and Version 7 of EMR


Ignore:
Timestamp:
Oct 7, 2010, 5:43:18 PM (14 years ago)
Author:
Sensei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EMR

    v6 v7  
    3131There are two type of nodes in the network, the normal sensor nodes and the sink, where data packets from the normal nodes are periodically collected by the sink after some basic processing at the CH, e.g. data aggregation. This is the structure of the content of the EMR software package:
    3232* Node \\
    33  * {{EMRAPPc.nc}}\\ Contains the configuration files and includes wiring between interfaces
    34  * {{EMRCHC.nc\\}} Contains all relevant actions and behavior of the Cluster Head (CH), e.g. collecting the informaiton of the member nodes, receiving the data packets from the member nodes, and forwarding the summary packet of the cluster towards the sink
    35  * {{EMRClusteringC.nc}}\\ Contains the procedure about how the clusters are formed
    36  * {{EMRInitC.nc}}\\ Contains all initializations of each round across the network operation, and how to process the received message
    37  * {{EMRLib.nc}}\\ Contains general functionalities that could be used by other modules, e.g. the energy consumption model
    38  * {{EMRMemberC.nc}}\\Contains all recelvant actions and behavior of the member nodes, e.g. to determine which CH it belongs to, and to send data to the CH
    39  * {{EMRRouting.nc}}\\ Contains the process about how to determine the routing towards the sink in multi-hop scenario
     33 * {{{EMRAPPc.nc}}}\\ Contains the configuration files and includes wiring between interfaces
     34 * {{{EMRCHC.nc}}}\\ Contains all relevant actions and behavior of the Cluster Head (CH), e.g. collecting the informaiton of the member nodes, receiving the data packets from the member nodes, and forwarding the summary packet of the cluster towards the sink
     35 * {{{EMRClusteringC.nc}}}\\ Contains the procedure about how the clusters are formed
     36 * {{{EMRInitC.nc}}}\\ Contains all initializations of each round across the network operation, and how to process the received message
     37 * {{{EMRLib.nc}}}\\ Contains general functionalities that could be used by other modules, e.g. the energy consumption model
     38 * {{{EMRMemberC.nc}}}\\Contains all recelvant actions and behavior of the member nodes, e.g. to determine which CH it belongs to, and to send data to the CH
     39 * {{{EMRRouting.nc}}}\\ Contains the process about how to determine the routing towards the sink in multi-hop scenario
    4040 * Interface\\ Contains the defination of all involved interfaces
    4141 * include\\ Contains all header files
    4242
    4343* Sink \\
    44  * {{EMRSinkAppc.nc}}\\ Contains the configuration files and includes wiring between interfaces
    45  * {{EMRSinkC.nc}}\\ Contains the actions and behavior of the sink
    46  * {{EMRSink.h}} \\ Header file
     44 * {{{EMRSinkAppc.nc}}}\\ Contains the configuration files and includes wiring between interfaces
     45 * {{{EMRSinkC.nc}}}\\ Contains the actions and behavior of the sink
     46 * {{{EMRSink.h}}} \\ Header file
    4747
    4848