summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report
diff options
context:
space:
mode:
authorRefik Hadzialic2011-10-21 14:37:28 +0200
committerRefik Hadzialic2011-10-21 14:37:28 +0200
commitab5fd8b612d2d2780f266e98032f5e5f15590b42 (patch)
tree625a5f44c5c58ba8cf1beff9858dad8822522bdd /notFinishedCode/Report
parentMerge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftest (diff)
downloadgsm-selftest-ab5fd8b612d2d2780f266e98032f5e5f15590b42.tar.gz
gsm-selftest-ab5fd8b612d2d2780f266e98032f5e5f15590b42.tar.xz
gsm-selftest-ab5fd8b612d2d2780f266e98032f5e5f15590b42.zip
Report writing!
Diffstat (limited to 'notFinishedCode/Report')
-rw-r--r--notFinishedCode/Report/test.log16
-rw-r--r--notFinishedCode/Report/test.pdfbin1463678 -> 1463908 bytes
-rw-r--r--notFinishedCode/Report/test.tex8
-rw-r--r--notFinishedCode/Report/test.tex~7
4 files changed, 16 insertions, 15 deletions
diff --git a/notFinishedCode/Report/test.log b/notFinishedCode/Report/test.log
index 8f27ecc..6931d01 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) 21 OCT 2011 13:49
+This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.9.27) 21 OCT 2011 14:36
entering extended mode
%&-line parsing enabled.
**test.tex
@@ -338,9 +338,9 @@ File: serialPort.png Graphic file (type png)
<use serialPort.png>
[10 <./dbClass.png (PNG copy)>]
LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <9> on input line 200.
+(Font) <9> on input line 202.
LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <5> on input line 200.
+(Font) <5> on input line 202.
<serverClass.png, id=55, 302.12875pt x 181.67876pt>
File: serverClass.png Graphic file (type png)
@@ -381,23 +381,23 @@ File: sshTunnel.png Graphic file (type png)
<use sshTunnel.png> [18
<./sshTunnel.png (PNG copy)>] [19] [20]
-LaTeX Font Info: Try loading font information for OMS+cmr on input line 482.
+LaTeX Font Info: Try loading font information for OMS+cmr on input line 484.
(/usr/share/texmf-texlive/tex/latex/base/omscmr.fd
File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
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 482.
+(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 484.
[21] [22] [23]
LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10.95> not available
-(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 554.
+(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 556.
<resultsImage.png, id=110, 702.625pt x 431.6125pt>
File: resultsImage.png Graphic file (type png)
<use resultsImage.png>
[24 <./resultsImage.png (PNG copy)>] [25] [26]
-LaTeX Font Info: Try loading font information for T1+cmtt on input line 584.
+LaTeX Font Info: Try loading font information for T1+cmtt on input line 586.
(/usr/share/texmf-texlive/tex/latex/base/t1cmtt.fd
@@ -426,7 +426,7 @@ ur/jknappen/ec/ecsx1440.600pk> </home/refik/.texmf-var/fonts/pk/ljfour/jknappen
sr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/te
xmf-texlive/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-texlive
/fonts/type1/public/amsfonts/cm/cmsy9.pfb>
-Output written on test.pdf (27 pages, 1463678 bytes).
+Output written on test.pdf (27 pages, 1463908 bytes).
PDF statistics:
676 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 53d3f5e..39b42dd 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 adfcf9f..bec85c1 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -148,13 +148,15 @@ It was important to find old and cheap cell phones that could support \emph{AT M
\par A problem we had to face at the start was that the base stations are located at different geographical points which were not near to each other.
No one should go everyday to the rooms where our cell phones are located only to change or charge the batteries.
In the cable subsection we describe our approach to the charging battery problem. As we defined our requirements we continued with the process of developing the test software.
-In the meantime we refined our requirements. In the next chapters we will explain our database, software and hardware design ideas.
+During the development time we refined our requirements. In the next chapters we will explain our database, software and hardware design ideas.
\newpage
\section{Database design}
-As we mentined in the software requirements section, we decided to use MySQL
+As we mentined in the software requirements section, we decided to use MySQL as our database system for storing the test information and results.
+It was not difficult to decide what database to use, since MySQL is one of the most supported database and one can find a library to use it with major programming languages.
+
\begin{figure}[ht!]
\centering
- \includegraphics[width=130mm]{DBRelationship.png}
+ \includegraphics[width=140mm]{DBRelationship.png}
\caption[]{Database relationship diagram}
\end{figure}
diff --git a/notFinishedCode/Report/test.tex~ b/notFinishedCode/Report/test.tex~
index 1a4cdce..eeefb21 100644
--- a/notFinishedCode/Report/test.tex~
+++ b/notFinishedCode/Report/test.tex~
@@ -148,14 +148,13 @@ It was important to find old and cheap cell phones that could support \emph{AT M
\par A problem we had to face at the start was that the base stations are located at different geographical points which were not near to each other.
No one should go everyday to the rooms where our cell phones are located only to change or charge the batteries.
In the cable subsection we describe our approach to the charging battery problem. As we defined our requirements we continued with the process of developing the test software.
-In the meantime we refined our requirements. In the next chapters we will explain our database, software and hardware design ideas.
+During the development time we refined our requirements. In the next chapters we will explain our database, software and hardware design ideas.
\newpage
\section{Database design}
-At the start our database of choice was MySQL.
-When the
+As we mentined in the software requirements section, we decided to use MySQL
\begin{figure}[ht!]
\centering
- \includegraphics[width=130mm]{DBRelationship.png}
+ \includegraphics[width=140mm]{DBRelationship.png}
\caption[]{Database relationship diagram}
\end{figure}