Update paper

This commit is contained in:
Loic Guegan 2019-05-20 16:48:17 +02:00
parent 04b79f058e
commit 4045a41e02
24 changed files with 195153 additions and 1164 deletions

View file

@ -1,8 +0,0 @@
nodeId,energy
-1,8.9274
-2,8.9274
0,18.932
1,20
2,20
3,20
4,10

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@ NS_LOG_COMPONENT_DEFINE ("WIFISensorsSimulator");
int main(int argc, char* argv[]){
uint32_t sensorsFrequency=1;
uint32_t sensorsPktSize=150;
uint32_t sensorsPktSize=192; // 128 bits for sensors id and 32 bit for the temperature (an arbitrary Integer) and a timestamp (32bits)
uint32_t sensorsNumber=2;
uint32_t nbHop=5;
uint32_t linksBandwidth=5;

View file

@ -32,8 +32,8 @@
#include <utility> // To use std::pair
#include <iomanip> // To use std::setw
#define SIM_TIME 60 // 30mins simulations
#define RECT_SIZE 10 // Sensors random rectangle position size
#define SIM_TIME 1800 // 30mins simulations
#define RECT_SIZE 30 // Sensors random rectangle position size
#define MAX_PACKET_BY_SENSOR 900000 // Reasonable big number (in order that simulation end before sensors stop sending packets)
// ECOFEN

Binary file not shown.