From: Adriana Draghici Date: Fri, 5 Feb 2010 15:10:14 +0000 (+0200) Subject: report: added client-server diagram X-Git-Tag: getopt_long~179 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=9d7d0e1ac9182fad393ba3547d69b6c5804c8e0a;p=cs-p2p-next.git report: added client-server diagram --- diff --git a/report/img/Diagram1.png b/report/img/Diagram1.png new file mode 100644 index 0000000..d438729 Binary files /dev/null and b/report/img/Diagram1.png differ diff --git a/report/report.aux b/report/report.aux index 92acba2..d727e81 100644 --- a/report/report.aux +++ b/report/report.aux @@ -5,6 +5,7 @@ \@writefile{toc}{\contentsline {paragraph}{Outline}{1}} \bibstyle{abbrv} \bibdata{report} +\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Client-Server architecture for interaction with BitTorrent clients.}}{2}} \@writefile{toc}{\contentsline {section}{\numberline {2}Bittorent Loging Architecture}{2}} \newlabel{logging}{{2}{2}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.1}BitTorrent Messages}{2}} diff --git a/report/report.log b/report/report.log index e7940e9..7548d1c 100644 --- a/report/report.log +++ b/report/report.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2009.6.21) 5 FEB 2010 16:07 +This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2009.6.21) 5 FEB 2010 17:08 entering extended mode **report.tex (./report.tex @@ -132,29 +132,32 @@ LaTeX Font Info: External font `cmex10' loaded for size (Font) <7> on input line 21. (./intro.tex) (./logarch.tex) (./test.tex [1 -{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]) (./results.tex) (./conclu -sions.tex) (./report.bbl +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] +File: img/Diagram1.png Graphic file (type png) + +) (./results.tex) (./conclusions.tex) (./report.bbl LaTeX Warning: Empty `thebibliography' environment on input line 3. -) [2] (./report.aux) ) +) [2 <./img/Diagram1.png (PNG copy)>] (./report.aux) ) Here is how much of TeX's memory you used: - 1030 strings out of 94086 - 13060 string characters out of 1167700 + 1038 strings out of 94086 + 13169 string characters out of 1167700 67905 words of memory out of 3500000 - 4332 multiletter control sequences out of 10000+50000 + 4337 multiletter control sequences out of 10000+50000 10420 words of font info for 35 fonts, out of 1200000 for 2000 645 hyphenation exceptions out of 8191 - 25i,10n,21p,204b,236s stack positions out of 5000i,500n,6000p,200000b,5000s -{/usr/share/texmf/fonts/enc/dvips/ai/aicmtext.enc}{/usr/s -hare/texmf/fonts/enc/dvips/ai/aicmitext.enc} -Output written on report.pdf (2 pages, 46728 bytes). + 25i,10n,21p,204b,255s stack positions out of 5000i,500n,6000p,200000b,5000s +{/usr/share/texmf/fonts/e +nc/dvips/ai/aicmtext.enc}{/usr/share/texmf/fonts/enc/dvips/ai/aicmitext.enc} +Output written on report.pdf (2 pages, 72721 bytes). PDF statistics: - 35 PDF objects out of 1000 (max. 8388607) + 36 PDF objects out of 1000 (max. 8388607) 0 named destinations out of 1000 (max. 131072) - 1 words of extra memory for PDF output out of 10000 (max. 10000000) + 6 words of extra memory for PDF output out of 10000 (max. 10000000) diff --git a/report/test.tex b/report/test.tex index e13250b..8d52cd6 100644 --- a/report/test.tex +++ b/report/test.tex @@ -1,3 +1,9 @@ \subsection{The old infrastructure} We emphasize the disadvantages (not scalable) \subsection{The new infrastructure} +\begin{figure} +\begin{center} +\includegraphics[width = 4.5in, height = 2.2in]{img/Diagram1.png} +\end{center} +\caption{Client-Server architecture for interaction with BitTorrent clients.} +\end{figure} \ No newline at end of file