summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRefik Hadzialic2011-10-25 20:04:48 +0200
committerRefik Hadzialic2011-10-25 20:04:48 +0200
commit03c1268d4c00fcae785e42e47c39619d019f1850 (patch)
treebb306e9611f9f912714c6fd42425478410c96dc3
parentReport writing (diff)
downloadgsm-selftest-03c1268d4c00fcae785e42e47c39619d019f1850.tar.gz
gsm-selftest-03c1268d4c00fcae785e42e47c39619d019f1850.tar.xz
gsm-selftest-03c1268d4c00fcae785e42e47c39619d019f1850.zip
Report writing
-rw-r--r--notFinishedCode/Report/test.aux11
-rw-r--r--notFinishedCode/Report/test.log6
-rw-r--r--notFinishedCode/Report/test.pdfbin1458470 -> 1458961 bytes
-rw-r--r--notFinishedCode/Report/test.tex8
-rw-r--r--notFinishedCode/Report/test.tex~5
-rw-r--r--notFinishedCode/Report/test.toc11
6 files changed, 28 insertions, 13 deletions
diff --git a/notFinishedCode/Report/test.aux b/notFinishedCode/Report/test.aux
index cf2c849..8e95aa5 100644
--- a/notFinishedCode/Report/test.aux
+++ b/notFinishedCode/Report/test.aux
@@ -78,13 +78,14 @@
\@writefile{toc}{\contentsline {subsection}{\numberline {9.1}Required software and libraries}{31}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.1}Python installation}{31}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.2}Apache Web server installation}{31}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.3}MySQL database and MySQLdb library}{31}}
+\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.3}SSH}{31}}
\citation{pChart}
\citation{proctitle}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.4}Serial port library}{32}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.5}PJSUA library}{32}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.6}pChart library}{32}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.7}proctitle library}{32}}
+\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.4}MySQL database and MySQLdb library}{32}}
+\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.5}Serial port library}{32}}
+\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.6}PJSUA library}{32}}
+\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.7}pChart library}{32}}
+\@writefile{toc}{\contentsline {subsubsection}{\numberline {9.1.8}proctitle library}{32}}
\@writefile{toc}{\contentsline {subsection}{\numberline {9.2}Configuring hardware}{33}}
\@writefile{toc}{\contentsline {section}{\numberline {10}Conclusion}{34}}
\bibcite{network}{1}
diff --git a/notFinishedCode/Report/test.log b/notFinishedCode/Report/test.log
index f9b021b..f86d1cd 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) 25 OCT 2011 19:56
+This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.9.27) 25 OCT 2011 20:04
entering extended mode
%&-line parsing enabled.
**test.tex
@@ -297,7 +297,7 @@ Class scrartcl Info: You've told me to use the font selection of the element
[2]
Class scrartcl Info: You've told me to use the font selection of the element
(scrartcl) `sectioning' that is an alias of element `disposition'
-(scrartcl) on input line 43.
+(scrartcl) on input line 44.
)
\tf@toc=\write4
\openout4 = `test.toc'.
@@ -427,7 +427,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 (35 pages, 1458470 bytes).
+Output written on test.pdf (35 pages, 1458961 bytes).
PDF statistics:
741 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 2232be1..f053113 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 14a0821..fb17a36 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -751,6 +751,14 @@ After the installation has completed successfully, one can test if it works by g
to the following web address: \emph{http://localhost}. For configuring the \emph{https}
please go to the section 7.2.
+\subsubsection{SSH}
+Secure Shell (SSH) is a network protocol for secure data communication between two
+computers inside of a network. All computers are required to have SSH installed on it.
+You can easily install it by typing the following command:
+\begin{lstlisting}
+sudo apt-get install ssh
+\end{lstlisting}
+
\subsubsection{MySQL database and MySQLdb library}
The MySQLdb library is required to perform various operations on the MySQL database within
Python. We used the MySQLdb library instead of the native MySQL C API \emph{\_mysql} library
diff --git a/notFinishedCode/Report/test.tex~ b/notFinishedCode/Report/test.tex~
index 9c21e80..b7abb7c 100644
--- a/notFinishedCode/Report/test.tex~
+++ b/notFinishedCode/Report/test.tex~
@@ -719,6 +719,7 @@ Our goal was to make a multiplatform test software, however we tested it only un
test software performed well, both on PC and MAC computers.
One should keep in mind that some of the libraries we had used do not work
under the 64 bit version of Linux OS.
+
\subsection{Required software and libraries}
In the next subsections, we will guide you how to install all the required software and
libraries to flawlessly run our test software on your employed server.
@@ -750,6 +751,10 @@ After the installation has completed successfully, one can test if it works by g
to the following web address: \emph{http://localhost}. For configuring the \emph{https}
please go to the section 7.2.
+\subsubsection{SSH}
+\begin{lstlisting}
+sudo apt-get install ssh
+\end{lstlisting}
\subsubsection{MySQL database and MySQLdb library}
diff --git a/notFinishedCode/Report/test.toc b/notFinishedCode/Report/test.toc
index 3585b69..2eab00d 100644
--- a/notFinishedCode/Report/test.toc
+++ b/notFinishedCode/Report/test.toc
@@ -34,10 +34,11 @@
\contentsline {subsection}{\numberline {9.1}Required software and libraries}{31}
\contentsline {subsubsection}{\numberline {9.1.1}Python installation}{31}
\contentsline {subsubsection}{\numberline {9.1.2}Apache Web server installation}{31}
-\contentsline {subsubsection}{\numberline {9.1.3}MySQL database and MySQLdb library}{31}
-\contentsline {subsubsection}{\numberline {9.1.4}Serial port library}{32}
-\contentsline {subsubsection}{\numberline {9.1.5}PJSUA library}{32}
-\contentsline {subsubsection}{\numberline {9.1.6}pChart library}{32}
-\contentsline {subsubsection}{\numberline {9.1.7}proctitle library}{32}
+\contentsline {subsubsection}{\numberline {9.1.3}SSH}{31}
+\contentsline {subsubsection}{\numberline {9.1.4}MySQL database and MySQLdb library}{32}
+\contentsline {subsubsection}{\numberline {9.1.5}Serial port library}{32}
+\contentsline {subsubsection}{\numberline {9.1.6}PJSUA library}{32}
+\contentsline {subsubsection}{\numberline {9.1.7}pChart library}{32}
+\contentsline {subsubsection}{\numberline {9.1.8}proctitle library}{32}
\contentsline {subsection}{\numberline {9.2}Configuring hardware}{33}
\contentsline {section}{\numberline {10}Conclusion}{34}