Finalize thesis report and fix grammar mistakes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2023-01-15 21:51:11 +01:00
parent 77fbdd194f
commit 10bf9ebf44
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
21 changed files with 2716 additions and 211 deletions

View file

@ -1,11 +1,25 @@
\chapter{Introduction}
In our lifes we use many communication technologies that work over a short range: for connecting our mice and keyboards to our computers, listening to music wirelessly and to pay contactlessly. Those technologies include but are not limited to: Bluetooth, \gls{rfid}, \gls{nfc} and many others.
In our lives we use many communication technologies that work over a short
range: for connecting our mice and keyboards to our computers, listening to
music wirelessly and to pay contactlessly. Those technologies include, but are
not limited to: Bluetooth, \gls{rfid}, \gls{nfc} and many others.
What many of those technologies have in common is that they work on top of radio waves that utilize electromagnetic induction. Some problems of radio waves are the difficulty of passing through conductive materials such as water or metals \cite{RadioWaves} and they are susceptible to interference \cite{RadioInterference} and jamming \cite{RadioJamming}.
What many of those technologies have in common is that they work on top of
radio waves that utilize electromagnetic induction. Some problems of radio
waves are the difficulty of passing through conductive materials such as water
or metals \cite{RadioWaves} and they are susceptible to interference
\cite{RadioInterference} and jamming \cite{RadioJamming}. An alternative to
those technologies would be communication over magnetic induction.
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}.
Other research projects in this area already exist 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 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.
// TODO: Reword the introduction
This thesis researched the concept of communication using magnetic induction
and created a prototype implementation of a protocol that works through
attempted manipulation of magnetic fields using a CPU in a laptop called
MagSend. A simple user interface in the form of a website is created that
allows a user to send messages over the protocol and an Android application
is used to receive messages using the protocol.