From 89d815f81ec2d928feab2296bb29dc085b4d2d69 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 26 Apr 2019 11:13:36 +0200 Subject: Debug+Do Simulations --- .../plots/BW-linksBandwidth_totalEnergy.png | Bin 0 -> 57201 bytes .../plots/LATENCY-linksLatency_totalEnergy.png | Bin 0 -> 51647 bytes ns3-simulations/plots/NBHOP-nbHop_totalEnergy.png | Bin 0 -> 64418 bytes .../plots/NBSENSORS-sensorsNumber_totalEnergy.png | Bin 0 -> 61434 bytes ns3-simulations/plots/plots.org | 20 +++++++++ ns3-simulations/plots/plots.pdf | Bin 0 -> 227872 bytes ns3-simulations/plots/plots.tex | 47 +++++++++++++++++++++ ns3-simulations/plots/plots.tex~ | 47 +++++++++++++++++++++ 8 files changed, 114 insertions(+) create mode 100644 ns3-simulations/plots/BW-linksBandwidth_totalEnergy.png create mode 100644 ns3-simulations/plots/LATENCY-linksLatency_totalEnergy.png create mode 100644 ns3-simulations/plots/NBHOP-nbHop_totalEnergy.png create mode 100644 ns3-simulations/plots/NBSENSORS-sensorsNumber_totalEnergy.png create mode 100644 ns3-simulations/plots/plots.org create mode 100644 ns3-simulations/plots/plots.pdf create mode 100644 ns3-simulations/plots/plots.tex create mode 100644 ns3-simulations/plots/plots.tex~ (limited to 'ns3-simulations/plots') diff --git a/ns3-simulations/plots/BW-linksBandwidth_totalEnergy.png b/ns3-simulations/plots/BW-linksBandwidth_totalEnergy.png new file mode 100644 index 0000000..d3fcb81 Binary files /dev/null and b/ns3-simulations/plots/BW-linksBandwidth_totalEnergy.png differ diff --git a/ns3-simulations/plots/LATENCY-linksLatency_totalEnergy.png b/ns3-simulations/plots/LATENCY-linksLatency_totalEnergy.png new file mode 100644 index 0000000..acbf21f Binary files /dev/null and b/ns3-simulations/plots/LATENCY-linksLatency_totalEnergy.png differ diff --git a/ns3-simulations/plots/NBHOP-nbHop_totalEnergy.png b/ns3-simulations/plots/NBHOP-nbHop_totalEnergy.png new file mode 100644 index 0000000..9c12de8 Binary files /dev/null and b/ns3-simulations/plots/NBHOP-nbHop_totalEnergy.png differ diff --git a/ns3-simulations/plots/NBSENSORS-sensorsNumber_totalEnergy.png b/ns3-simulations/plots/NBSENSORS-sensorsNumber_totalEnergy.png new file mode 100644 index 0000000..807b46c Binary files /dev/null and b/ns3-simulations/plots/NBSENSORS-sensorsNumber_totalEnergy.png differ diff --git a/ns3-simulations/plots/plots.org b/ns3-simulations/plots/plots.org new file mode 100644 index 0000000..9ebc7ad --- /dev/null +++ b/ns3-simulations/plots/plots.org @@ -0,0 +1,20 @@ +#+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]{BW-linksBandwidth_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{NBSENSORS-sensorsNumber_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{LATENCY-linksLatency_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{NBHOP-nbHop_totalEnergy.png} diff --git a/ns3-simulations/plots/plots.pdf b/ns3-simulations/plots/plots.pdf new file mode 100644 index 0000000..b4e241e Binary files /dev/null and b/ns3-simulations/plots/plots.pdf differ diff --git a/ns3-simulations/plots/plots.tex b/ns3-simulations/plots/plots.tex new file mode 100644 index 0000000..e7bb4f2 --- /dev/null +++ b/ns3-simulations/plots/plots.tex @@ -0,0 +1,47 @@ +% Created 2019-04-26 ven. 11:12 +% 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]{BW-linksBandwidth_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{NBSENSORS-sensorsNumber_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{LATENCY-linksLatency_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{NBHOP-nbHop_totalEnergy.png} +\end{document} diff --git a/ns3-simulations/plots/plots.tex~ b/ns3-simulations/plots/plots.tex~ new file mode 100644 index 0000000..d4894a3 --- /dev/null +++ b/ns3-simulations/plots/plots.tex~ @@ -0,0 +1,47 @@ +% Created 2019-04-26 ven. 11:10 +% 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]{BW-linksBandwidth_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{NBSENSORS-sensorsNumber_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{LATENCY-linksLatency_totalEnergy.png} +\includegraphics[width=0.5\linewidth]{NBHOP-nbHop_totalEnergy.png} +\end{document} -- cgit v1.2.3