summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report
diff options
context:
space:
mode:
authorRefik Hadzialic2011-10-23 15:30:16 +0200
committerRefik Hadzialic2011-10-23 15:30:16 +0200
commit2194818ce90895a46b53118d32fb022b0a2326bf (patch)
tree9560484f9533b5e4fa9320603b6ff122ba3fe18a /notFinishedCode/Report
parentMerge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftest (diff)
downloadgsm-selftest-2194818ce90895a46b53118d32fb022b0a2326bf.tar.gz
gsm-selftest-2194818ce90895a46b53118d32fb022b0a2326bf.tar.xz
gsm-selftest-2194818ce90895a46b53118d32fb022b0a2326bf.zip
Report writing
Diffstat (limited to 'notFinishedCode/Report')
-rw-r--r--notFinishedCode/Report/test.log6
-rw-r--r--notFinishedCode/Report/test.pdfbin1486249 -> 1486472 bytes
-rw-r--r--notFinishedCode/Report/test.tex3
-rw-r--r--notFinishedCode/Report/test.tex~3
4 files changed, 7 insertions, 5 deletions
diff --git a/notFinishedCode/Report/test.log b/notFinishedCode/Report/test.log
index 6ebe4b4..ed7c623 100644
--- a/notFinishedCode/Report/test.log
+++ b/notFinishedCode/Report/test.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.9.27) 23 OCT 2011 15:25
+This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.9.27) 23 OCT 2011 15:30
entering extended mode
%&-line parsing enabled.
**test.tex
@@ -395,7 +395,7 @@ File: sshTunnel.png Graphic file (type png)
<./sshTunnel.png (PNG copy)>] [23] [24]
LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <9> not available
-(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 594.
+(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 595.
[25] [26] [27]
<resultsImage.png, id=125, 702.625pt x 431.6125pt>
File: resultsImage.png Graphic file (type png)
@@ -424,7 +424,7 @@ r/fonts/pk/ljfour/jknappen/ec/ecrm1728.600pk></usr/share/texmf-texlive/fonts/ty
pe1/public/amsfonts/cm/cmmi10.pfb></usr/share/texmf-texlive/fonts/type1/public/
amsfonts/cm/cmsy10.pfb></usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm
/cmsy9.pfb>
-Output written on test.pdf (31 pages, 1486249 bytes).
+Output written on test.pdf (31 pages, 1486472 bytes).
PDF statistics:
711 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 500000)
diff --git a/notFinishedCode/Report/test.pdf b/notFinishedCode/Report/test.pdf
index cf763a5..99070fb 100644
--- a/notFinishedCode/Report/test.pdf
+++ b/notFinishedCode/Report/test.pdf
Binary files differ
diff --git a/notFinishedCode/Report/test.tex b/notFinishedCode/Report/test.tex
index 1a58a79..a0b7df3 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -303,7 +303,8 @@ How the class works and what kind of outputs it produces can be found on our pro
\caption[]{Logging class}
\end{figure}
\subsection{SSH Class}
-
+Since security played an important role in our team project. We decided to encrypt all our data that was not handled on our server.
+The simplest solution to this problem was to build an SSH Class that could open and close a local virtual port.
\clearpage
\section{Hardware design}
In our team project we had the option to choose all the required hardware ourself beside the two BeagleBoards, which we were supplied by Konrad and Dennis.
diff --git a/notFinishedCode/Report/test.tex~ b/notFinishedCode/Report/test.tex~
index aee1a2c..1a58a79 100644
--- a/notFinishedCode/Report/test.tex~
+++ b/notFinishedCode/Report/test.tex~
@@ -293,7 +293,8 @@ A ping timeout response was set up to 2 seconds. For more details and insights,
\caption[]{Ping class, used by test software}
\end{figure}
\subsection{Data logging}
-If bugs appear it is important to reconstruct the events that led to the misbehaviour of the software. One of the best ways to reconstruct the case was to log every single step part of code gets executed.
+If errors appear it is important to reconstruct the events that led to the misbehaviour of the software. One of the best ways to reconstruct the events was to log
+events for different blocks of programming code.
We had used the logging class to follow our handler code run on the BeagleBoard. In case there is an error we could look inside of the log files and track the error.
How the class works and what kind of outputs it produces can be found on our project wiki page \cite{wiki}.
\begin{figure}[ht!]