X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=introduction.tex;h=9243d2ad19e615b5b17a8cf6f3d361f71f7ceaac;hb=62adc41f28fb8baaa8e1a40d8806b06069d641ed;hp=f2dae81701d561037a016873a45e634a200c8c89;hpb=9eea8cc171594ce55c6b36135482df9cd5027627;p=msc-thesis1617.git diff --git a/introduction.tex b/introduction.tex index f2dae81..9243d2a 100644 --- a/introduction.tex +++ b/introduction.tex @@ -39,7 +39,7 @@ such as time are available in the current \gls{iTasks} implementation.}. However, this requires a very specific adapter to be written for every device and function. This forces a fixed logic in the device that is set at compile time. Many small \gls{IoT} devices have limited processing power but are still -powerfull enough for decision making. Recompiling the code for a small +powerful enough for decision making. Recompiling the code for a small \gls{IoT} device is expensive and therefore it is difficult to use a device dynamically for multiple purposes. Oortgiese et al.\ lifted \gls{iTasks} from a single server model to a distributed server architecture that is also runnable @@ -74,8 +74,8 @@ Chapter~\ref{chp:dsl} discusses the pros and cons of different embedding methods to create \gls{EDSL}. Chapter~\ref{chp:mtask} shows the existing \gls{mTask}-\gls{EDSL} on which is extended upon in this dissertation. -Chapter~\ref{chp:mtaskcont} shows the extension added to the -\gls{mTask}-\gls{EDSL} that were needed to make the system function. +Chapter~\ref{chp:mtaskcont} describes the view and functionality for +the \gls{mTask}-\gls{EDSL} that were added and used in the system. Chapter~\ref{chp:arch} shows the architecture used for \gls{IoT}-devices that are a part of the new \gls{mTask}-system. It covers the client software running on the device and the server written in \gls{iTasks}.