+++ /dev/null
-The log files analysis takes into consideration two open-source implementations of the BitTorrent protocol.
-The experiments prior to our research evaluated the performances of several BitTorrent clients,
-as described in \cite{rdeval}. Based on these results we have chosen \textbf{rasterbar libtorrent},
-which in the comparison proved to be the fastest solution, and \textbf{Tribler}.
-While libtorrent provided large amounts of output that could be directly used as an example for our parsing system,
-Tribler did not offer any logging information. Therefore, we dedicated part of our research time to
-modifing Tribler source code in order to obtain the necessary logs.
-
-
-
\subsection{BitTorrent Messages}
\subsection{BitTorrent Clients Instrumentation}
-\input{clients.tex}
+\input{logarch/clients.tex}
\subsection{Parser}
\subsection{Database}
\subsection{GUI}
\ No newline at end of file
--- /dev/null
+The log files analysis takes into consideration two open-source implementations of the BitTorrent protocol.
+The experiments prior to our research evaluated the performances of several BitTorrent clients that offered a command line interface (CLI), as described in \cite{rdeval}. Based on these results we have chosen \textbf{rasterbar libtorrent},
+which in the comparison proved to be the fastest solution, and \textbf{Tribler}.
+
+Libtorrent, developed by Rasterbar \cite{libt2} \cite{libt1}, is a C++ library that implements BitTorrent protocol and
+its extensions. It aims to be cpu and memory efficient, easy to use and suitable for many enivornments and platforms.
+Due to its high performance it is used by many BitTorrent applications, like FireTorrent, Deluge, qBitTorrent, SharkTorrent,
+Miro and Hrktorrent \cite{hrk}, the one we chosed to work with. Hrktorrent is a lightweight torrent client written in C++ and it was appropriate for our testing infrastructure because it offered a command line interface.
+
+%[todo : ce versiuni de libtorrent si hrktorrent folosim?]
+%[todo : sa spun ca folosim CLI interface]
+
+While libtorrent provided large amounts of output that could be directly used as an example for our parsing system,
+Tribler did not offer any logging information. Therefore, we dedicated part of our research time to
+modifing Tribler source code in order to obtain the necessary logs.
\ No newline at end of file
author = {Razvan Deaconescu and Razvan Rughinis and Nicolae Tapus},
year = {2009}
}
-
+@misc{libt1,
+ title = {http://www.rasterbar.com/products/libtorrent/}
+ }
+@misc{libt2,
+ title = {http://libtorrent.rakshasa.no/}
+}
+@misc{hrk,
+ title = {http://50hz.ws/hrktorrent/}
+}