From 7f0c6bea20eab1e089621e465dbc176299fdcc8e Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 27 Nov 2022 15:20:34 +0100 Subject: [PATCH] Work a bit on the documentation Signed-off-by: Severin Kaderli --- .../thesis/content/01_introduction.tex | 2 +- documentation/thesis/content/06_testing.tex | 26 +++++++++++++++++++ documentation/thesis/thesis.bib | 16 ++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/documentation/thesis/content/01_introduction.tex b/documentation/thesis/content/01_introduction.tex index f97ec2e..59f4f91 100644 --- a/documentation/thesis/content/01_introduction.tex +++ b/documentation/thesis/content/01_introduction.tex @@ -6,4 +6,4 @@ What many of those technologies have in common is that they work on top of radio Other reseach projects in this area exists and some have covered the use of the magnetic fields emitted from CPUs as a communication channel \cite{MagneComm} and other cover the general use of magnetic induction communication in body area networks \cite{magneticInductionBAN}. -This thesis will research the concept of communication using the magnetic induction and will create a prototype implementation of a protocol that works through manipulation of magnetic fields using simple components such as a coil from a speaker or even a CPU in a computer. +This thesis will research the concept of communication using magnetic induction and will create a prototype implementation of a protocol that works through attempted manipulation of magnetic fields using a CPU in a Laptop. A simple user interface in the form of a website is created that allows an user to send text over the protocol and an Android application is used for receiving the text over the protocol. diff --git a/documentation/thesis/content/06_testing.tex b/documentation/thesis/content/06_testing.tex index d8d07d5..372c289 100644 --- a/documentation/thesis/content/06_testing.tex +++ b/documentation/thesis/content/06_testing.tex @@ -1 +1,27 @@ \chapter{Testing} +\section{Devices} +The following devices were used the development and testing of MagSend. While theoretically MagSend should work on other Laptops and Smartphones I have only tested in on specified devices. For each device the most important specifications are listed. + +\subsection{Laptop} +\begin{table}[H] + \begin{reqTblr}{l p{11.8cm}} + Device & Lenovo Thinkpad T470P \\ + Operating System & Arch Linux \\ + CPU & Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz \\ + Core Count & 4\\ + Memory & 16GB + \end{reqTblr} + \caption{Testing Device - Laptop\cite{ThinkpadT470p}} +\end{table} + +\subsection{Smartphone} +\begin{table}[H] + \begin{reqTblr}{l p{11.8cm}} + Device & Samsung Galaxy S9+ \\ + Operating System & Android 10 with One UI 2.5 \\ + SoC & Samsung Exynos 9810 \\ + Memory & 6GB + \end{reqTblr} + \caption{Testing Device - Smartphone\cite{GalaxyS9+}} +\end{table} + diff --git a/documentation/thesis/thesis.bib b/documentation/thesis/thesis.bib index 375dba3..d595a99 100644 --- a/documentation/thesis/thesis.bib +++ b/documentation/thesis/thesis.bib @@ -76,3 +76,19 @@ year = 2020, urldate = "2022-11-03" } + +@online {GalaxyS9+, + author = "GSMArena", + title = "Samsung Galaxy S9+", + url = "https://www.gsmarena.com/samsung_galaxy_s9+-8967.php", + year = 2018, + urldate = "2022-11-24" +} + +@online {ThinkpadT470p, + author = "Lenovo", + title = "ThinkPad T470p Platform Specifications", + url = "https://psref.lenovo.com/syspool/Sys/PDF/ThinkPad/ThinkPad_T470p/ThinkPad_T470p_Spec.PDF", + year = 2018, + urldate = "2022-11-24" +}