X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=system.tex;h=5800a40b6f762a87cf106c9bb1c10362b60f7c39;hb=9b3d5ac89173801dffb60470b86a61390c4ab68d;hp=78ac752f838124d65e75989ccb00e5e3ac2804fa;hpb=c834757dc528c9a5fb595db36b30f0bc2c731428;p=msc-thesis1617.git diff --git a/system.tex b/system.tex index 78ac752..5800a40 100644 --- a/system.tex +++ b/system.tex @@ -1,21 +1,24 @@ -The proposed system provides a bridge between the gap present in the current -system. It provides a framework to offer functionality for an \gls{iTasks} -server to outsource \glspl{Task} to \gls{IoT}-devices without needing to -recompile the code. The \glspl{Task} targeted at \gls{IoT} devices are compiled -at runtime to bytecode which is sent to the device for interpretation. +A system has been researched and built and will be described in the following +chapters. This novel system provides a bridge between to gap present in the +current system explained in the introduction. It provides a framework to offer +functionality for an \gls{iTasks} server to outsource \glspl{Task} to +\gls{IoT}-devices without needing to recompile the code. The \glspl{Task} +targeted at \gls{IoT} devices are compiled at runtime to bytecode which is sent +to the device for interpretation. The following terms will be used throughout the following chapters: \begin{itemize} \item Device, Client - These terms denotes the actual device connected to the system. This can - be a real device such as a microcontroller but it can also just be a - program on the same machine as the server functioning as a client. + These terms are used interchangeably and denote the actual device + connected to the system. This can be a real device such as a + microcontroller but it can also just be a program on the same machine + as the server functioning as a client. \item Server, \gls{iTasks}-System This is the actual executable serving the \gls{iTasks} application. The system contains \glspl{Task} taking care of the communication with the - clients. + clients and infrastructure to manage the clients. \item System The system describes the complete ecosystem, containing both the server