updates
[phd-thesis.git] / top / green.tex
index f2cc1f6..2f7ed25 100644 (file)
@@ -47,7 +47,7 @@ As a rule of thumb, derived from experimentation, it is only worthwhile to switc
        \begin{tabular}{ccccccccc}
                \toprule
                                  & \multicolumn{4}{c}{\Gls{WEMOS} D1 mini}
-                                 & \multicolumn{4}{c}{Adafruit Feather M0 Wifi} \\
+                                 & \multicolumn{4}{c}{Adafruit Feather M0 \gls{WIFI}} \\
                \midrule
                          & active   & modem & light & deep  & active & modem & light & deep\\
                          &          & sleep & sleep & sleep &        & sleep & sleep & sleep\\
@@ -595,7 +595,17 @@ The task emits the status of the pin as a stable value if the information in the
 Otherwise, no value is emitted.
 
 \section{Conclusion}
-\todo[inline]{Conclusion}
+This chapter show how we can automatically associate execution intervals to tasks.
+Based on these intervals, we can delay the executions of those tasks.
+When all task executions can be delayed, the microprocessor executing those tasks can go to sleep mode to reduce its energy consumption.
+This is a rather difficult problem that must be solved dynamically, since we make no assumptions on the number and nature of the tasks that will be allocated to an IoT node.
+Furthermore, the execution intervals offer an elegant and efficient way to add interrupts to the language.
+Those interrupts offer a more elegant and energy efficient implementation of watching an input than polling this input.
+
+The actual reduction of the energy is of course highly dependent on the number and nature of the task shipped to the edge device.
+Our examples show a reduction in energy consumption of two orders of magnitude.
+Those reductions are a necessity for edge devices running of battery power.
+Given the exploding number of \gls{IOT} edge devices, such savings are also mandatory for other nodes to limit the total power consumption of the \gls{IOT}.
 
 \input{subfilepostamble}
 \end{document}