From 8bdcd37ac44fe96d2c59424a24752f87f0444e36 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 22 May 2019 11:24:17 +0200 Subject: Update paper --- .../plots/NBSENSORS-sensorsNumber_totalEnergy.png | Bin 0 -> 65442 bytes ...SENDINTERVAL-sensorsSendInterval_energyWifi.png | Bin 0 -> 4404 bytes ...DINTERVAL-sensorsSendInterval_networkEnergy.png | Bin 0 -> 122332 bytes ...DINTERVAL-sensorsSendInterval_sensorsEnergy.png | Bin 0 -> 93050 bytes ...ENDINTERVAL-sensorsSendInterval_totalEnergy.png | Bin 0 -> 74349 bytes src/ns3/plots/SENSORSPOS-positionSeed_avgDelay.png | Bin 0 -> 118331 bytes .../plots/SENSORSPOS-positionSeed_totalEnergy.png | Bin 0 -> 72071 bytes src/ns3/plots/plots.org | 25 ++++++++++ src/ns3/plots/plots.pdf | Bin 0 -> 598786 bytes src/ns3/plots/plots.tex~ | 52 +++++++++++++++++++++ src/ns3/plots/sensorsSendInterval-net.png | Bin 0 -> 10015 bytes src/ns3/plots/sensorsSendInterval-wifi.png | Bin 0 -> 9906 bytes 12 files changed, 77 insertions(+) create mode 100644 src/ns3/plots/NBSENSORS-sensorsNumber_totalEnergy.png create mode 100644 src/ns3/plots/SENDINTERVAL-sensorsSendInterval_energyWifi.png create mode 100644 src/ns3/plots/SENDINTERVAL-sensorsSendInterval_networkEnergy.png create mode 100644 src/ns3/plots/SENDINTERVAL-sensorsSendInterval_sensorsEnergy.png create mode 100644 src/ns3/plots/SENDINTERVAL-sensorsSendInterval_totalEnergy.png create mode 100644 src/ns3/plots/SENSORSPOS-positionSeed_avgDelay.png create mode 100644 src/ns3/plots/SENSORSPOS-positionSeed_totalEnergy.png create mode 100644 src/ns3/plots/plots.org create mode 100644 src/ns3/plots/plots.pdf create mode 100644 src/ns3/plots/plots.tex~ create mode 100644 src/ns3/plots/sensorsSendInterval-net.png create mode 100644 src/ns3/plots/sensorsSendInterval-wifi.png (limited to 'src/ns3/plots') diff --git a/src/ns3/plots/NBSENSORS-sensorsNumber_totalEnergy.png b/src/ns3/plots/NBSENSORS-sensorsNumber_totalEnergy.png new file mode 100644 index 0000000..6e4c8c6 Binary files /dev/null and b/src/ns3/plots/NBSENSORS-sensorsNumber_totalEnergy.png differ diff --git a/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_energyWifi.png b/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_energyWifi.png new file mode 100644 index 0000000..6b4060d Binary files /dev/null and b/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_energyWifi.png differ diff --git a/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_networkEnergy.png b/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_networkEnergy.png new file mode 100644 index 0000000..f96d640 Binary files /dev/null and b/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_networkEnergy.png differ diff --git a/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_sensorsEnergy.png b/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_sensorsEnergy.png new file mode 100644 index 0000000..06e7228 Binary files /dev/null and b/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_sensorsEnergy.png differ diff --git a/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_totalEnergy.png b/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_totalEnergy.png new file mode 100644 index 0000000..04c9da0 Binary files /dev/null and b/src/ns3/plots/SENDINTERVAL-sensorsSendInterval_totalEnergy.png differ diff --git a/src/ns3/plots/SENSORSPOS-positionSeed_avgDelay.png b/src/ns3/plots/SENSORSPOS-positionSeed_avgDelay.png new file mode 100644 index 0000000..70d4d90 Binary files /dev/null and b/src/ns3/plots/SENSORSPOS-positionSeed_avgDelay.png differ diff --git a/src/ns3/plots/SENSORSPOS-positionSeed_totalEnergy.png b/src/ns3/plots/SENSORSPOS-positionSeed_totalEnergy.png new file mode 100644 index 0000000..fb131a1 Binary files /dev/null and b/src/ns3/plots/SENSORSPOS-positionSeed_totalEnergy.png differ diff --git a/src/ns3/plots/plots.org b/src/ns3/plots/plots.org new file mode 100644 index 0000000..05debb3 --- /dev/null +++ b/src/ns3/plots/plots.org @@ -0,0 +1,25 @@ +#+TITLE: Analysis +#+LATEX_HEADER: \usepackage{fullpage} +#+OPTIONS: toc:nil +\begin{center} +\begin{tabular}{lr} +Parameters & Values\\ +\hline +sensorsPktSize & 5 bytes\\ +sensorsSendInterval & 10s\\ +sensorsNumber & 10\\ +nbHop & 10\\ +linksBandwidth & 10Mbps\\ +linksLatency & 2ms\\ +\end{tabular} +\newline +\end{center} +\includegraphics[width=0.5\linewidth]{SENDINTERVAL-sensorsSendInterval_networkEnergy.png} +\includegraphics[width=0.5\linewidth]{SENDINTERVAL-sensorsSendInterval_sensorsEnergy.png} +\includegraphics[width=0.5\linewidth]{SENSORSPOS-positionSeed_avgDelay.png} +\includegraphics[width=0.5\linewidth]{NBSENSORS-sensorsNumber_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{SENDINTERVAL-sensorsSendInterval_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{SENDINTERVAL-sensorsSendInterval_energyWifi.png} +\includegraphics[width=0.5\linewidth]{sensorsSendInterval-net.png} +\includegraphics[width=0.5\linewidth]{SENSORSPOS-positionSeed_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{sensorsSendInterval-wifi.png} diff --git a/src/ns3/plots/plots.pdf b/src/ns3/plots/plots.pdf new file mode 100644 index 0000000..054173a Binary files /dev/null and b/src/ns3/plots/plots.pdf differ diff --git a/src/ns3/plots/plots.tex~ b/src/ns3/plots/plots.tex~ new file mode 100644 index 0000000..5ea850d --- /dev/null +++ b/src/ns3/plots/plots.tex~ @@ -0,0 +1,52 @@ +% Created 2019-05-15 mer. 15:23 +% Intended LaTeX compiler: pdflatex +\documentclass[11pt]{article} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{graphicx} +\usepackage{grffile} +\usepackage{longtable} +\usepackage{wrapfig} +\usepackage{rotating} +\usepackage[normalem]{ulem} +\usepackage{amsmath} +\usepackage{textcomp} +\usepackage{amssymb} +\usepackage{capt-of} +\usepackage{hyperref} +\usepackage{fullpage} +\date{\today} +\title{Analysis} +\hypersetup{ + pdfauthor={}, + pdftitle={Analysis}, + pdfkeywords={}, + pdfsubject={}, + pdfcreator={Emacs 26.2 (Org mode 9.1.9)}, + pdflang={English}} +\begin{document} + +\maketitle +\begin{center} +\begin{tabular}{lr} +Parameters & Values\\ +\hline +sensorsPktSize & 5 bytes\\ +sensorsSendInterval & 10s\\ +sensorsNumber & 10\\ +nbHop & 10\\ +linksBandwidth & 10Mbps\\ +linksLatency & 2ms\\ +\end{tabular} +\newline +\end{center} +\includegraphics[width=0.5\linewidth]{SENDINTERVAL-sensorsSendInterval_networkEnergy.png} +\includegraphics[width=0.5\linewidth]{SENDINTERVAL-sensorsSendInterval_sensorsEnergy.png} +\includegraphics[width=0.5\linewidth]{SENSORSPOS-positionSeed_avgDelay.png} +\includegraphics[width=0.5\linewidth]{NBSENSORS-sensorsNumber_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{SENDINTERVAL-sensorsSendInterval_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{SENDINTERVAL-sensorsSendInterval_energyWifi.png} +\includegraphics[width=0.5\linewidth]{sensorsSendInterval-net.png} +\includegraphics[width=0.5\linewidth]{SENSORSPOS-positionSeed_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{sensorsSendInterval-wifi.png} +\end{document} diff --git a/src/ns3/plots/sensorsSendInterval-net.png b/src/ns3/plots/sensorsSendInterval-net.png new file mode 100644 index 0000000..f3ed7e6 Binary files /dev/null and b/src/ns3/plots/sensorsSendInterval-net.png differ diff --git a/src/ns3/plots/sensorsSendInterval-wifi.png b/src/ns3/plots/sensorsSendInterval-wifi.png new file mode 100644 index 0000000..7dc3508 Binary files /dev/null and b/src/ns3/plots/sensorsSendInterval-wifi.png differ -- cgit v1.2.3