X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=system.overview.tex;h=b4e534dd79c35520c668476db4b50762fb588ed9;hb=d87a4fd64d0bb48c3b42f46f7ea8806627b65c4d;hp=08b037f976718bf1f203327293e72ac22779e710;hpb=bb33f56ac032b65a9ed06d21d7907270cf2c2a25;p=msc-thesis1617.git diff --git a/system.overview.tex b/system.overview.tex index 08b037f..b4e534d 100644 --- a/system.overview.tex +++ b/system.overview.tex @@ -1,12 +1,13 @@ -The original \gls{C}-backend for the \gls{mTask}-\gls{EDSL} generated a -self-contained \gls{iTasks} like \gls{TOP} system for a microcontroller. The -proposed backend for the \gls{mTask}-\gls{EDSL} does not result in a -self-contained system but requires a server to run. The device and the server -communicate using the Leader/Follower principle\footnote{Also known as -Master/Slave}. Only the server can initiate a connection with a device and only -the server can produce and send \glspl{Task} to the device. Concepts such as -\glspl{SDS} are available on the device and are the main use of communication -between the client and the server. +The existing \gls{C}-backend for the \gls{mTask}-\gls{EDSL} generates a +self-contained \gls{iTasks} like \gls{TOP} system for microcontrollers. The +added view for the \gls{mTask}-\gls{EDSL} does not result in a +self-contained system but compiles the expressions to bytecode representing a +single \gls{Task}. The device and the server communicate using the +Leader/Follower principle\footnote{Also known as Master/Slave}. Only the server +can initiate a connection with a device and only the server can produce and +send \glspl{Task} to the device. Concepts such as \glspl{SDS} are available on +the device and are the main use of communication between the client and the +server. Chapter~\ref{chp:arch} elaborates on the considerations and implementation of the system.