b8bb97fa37862e58727abf0ef9b267ab4d57c4c7
[phd-thesis.git] / back / samenvatting.tex
1 \documentclass[../thesis.tex]{subfiles}
2
3 \input{subfilepreamble}
4
5 \begin{document}
6 \input{subfileprefixsmall}
7 \chapter{Samenvatting}%
8 \label{chp:samenvatting}
9 \selectlanguage{dutch}
10 %\begin{center}
11 \noindent%
12 \todo{lang\-uage de\-pen\-dent ac\-ro\-nyms?}
13 We zien een exponentiële groei in het aantal computers om ons heen.
14 De systemen waarvan ze onderdeel zijn worden alras complexer.
15 Veel van deze computers zijn zogeheten \emph{rand apparaten} die een onderdeel uitmaken van \gls{IOT} systemen.
16 Deze rand apparaten in het orkest van computers zijn de oren en ogen van het systeem, ze hebben interactie met de wereld.
17 Meestal worden deze gespecialiseerde computers door microcontrollers en hebben ze slechts weinig geheugen, kleine processoren en langzame communicatie.
18 Daarentegen zijn ze speciaal ontworpen voor ingebedde systemen waardoor ze goedkoop zijn, weinig energie verbruiken en veel mogelijk hebben tot het verbinden van allerhande sensoren en actuatoren.
19 \Gls{IOT} systemen opereren dikwijls dynamisch, interactief en gedistribueerd.
20 Verder zijn ze ondersteunen ze de samenwerking van meerdere gebruikers en en voeren ze meerdere taken tegelijkertijd uit.
21 In dit orkest van computers hebben alle instrumenten grote onderlinge verschillen als het gaat om de eigenschappen van de hard- en software resulterende in zogeheten \emph{semantische wrijving}.
22 Dit maakt dat het programmeren van deze systemen een klassiek moeilijk probleem is.
23
24 \Gls{TOP} is a declarative programming paradigm with roots in functional programming that allows high-level interactive collaborative workflows to be specified for the work that needs to be done.
25 From this specification, a ready-for-work computer program is generated supporting the user in actually performing the work.
26 The main building blocks of \gls{TOP} programs are tasks, an abstract representation of work that needs to be done.
27 During execution, the current value of a task is observable and other tasks can act upon it.
28 Furthermore, tasks can be combined and transformed to create compound tasks, allowing the modelling of many collaboration patterns.
29 Tasks running on edge devices can intuitively be built from the same \gls{TOP} concepts as the interactive collaborative applications \gls{TOP} was originally designed for, albeit with domain-specific primitives such as sensor and actuator access.
30
31 This dissertation shows how to orchestrate complete \gls{IOT} systems using \gls{TOP}.
32 First I present advanced \gls{DSL} embedding techniques that make the creation of a \gls{DSL} such as \gls{MTASK} possible.
33 Then I show \gls{MTASK}, a \gls{TOP} \gls{DSL} for \gls{IOT} edge devices.
34 \Gls{MTASK} is embedded in \gls{ITASK}, a general-purpose \gls{TOP} language mostly used to program interactive web applications.
35 All aspects of the \gls{MTASK} system are show: the design, implementation, integration with \gls{ITASK}, and a detailed overview of the green computing facilities.
36 Using \gls{MTASK} in conjunction with \gls{ITASK}, entire \gls{IOT} systems can be programmed from a single source, in a single paradigm, and using a single high abstraction level.
37 Finally, this tierless approach to \gls{IOT} systems is qualitatively and quantitatively compared to traditional tiered approaches.
38 Dit is een samenvatting van 350--400 woorden.
39
40 %\end{center}
41 \selectlanguage{british}
42 \end{document}