Add complete testing section

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2023-01-04 23:55:30 +01:00
parent 1a221761b8
commit d2b5520cdd
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
25 changed files with 442 additions and 15 deletions

View file

@ -3,6 +3,6 @@
In this thesis, I research an alternative short-range wireless communication method that uses
magnetic induction instead of conventional radio waves for transmission of data, and point out the advantages and disadvantages of magnetic induction as a communication channel.
For demonstrating the communication method, I create a prototype implementation of a simple communication protocol that utilizes magnetic induction and that can be run using components in everyday devices such as a smartphone and a laptop.
For demonstrating the communication method, I create a prototype implementation of a simple communication protocol that utilizes magnetic induction and that can be run using components found in everyday devices such as a smartphone and a laptop.
At the end, I benchmark the prototype implementation under multiple conditions and configurations to illustrate how feasible and robust the communication is and if it is viable as an alternative to radio wave communication.