Adding relaxed matching for UNB and UNSW negative experiments.
[pingpong.git] / papers / SIGCOMM2018_IoT-SP / results.tex
1 \section{Results}
2 \label{sect:results}
3 {\color{red}[TODO: perhaps heading should be ``Data Analysis'' -- or perhaps two sections?]}
4
5 {\color{red}
6 Presentation of analysis methods in an incremental/progressive manner:
7 \begin{enumerate}
8 \item Timeseries plots of traffic volume reveals that \emph{some} event occurred, but does not allow for differentiation between specific events. In addition, this approach does not work for all devices.
9 \item Observing for phone to cloud, cloud to plug traffic allows us to determine if plug is toggled from home or afar (assuming phone has wifi enabled) for some plugs (those which are exclusively controlled by the cloud server).
10 \item Observing lengths of packets exchanged between phone, cloud, and plug (coupled with DNS request+response+subsequent connection to IP) reveals the occurrence of specific events for some devices.
11 \end{enumerate}
12 }
13
14 \begin{figure}
15   \caption{SmartThings Plug toggled ON using a phone connected to the local network.}
16   \label{fig:st-plug-on-local-phone}
17   \centering
18     \includegraphics[width=0.5\linewidth]{figures/ST-plug-ON-local-phone.png}
19 \end{figure}
20
21 \begin{figure}
22   \caption{SmartThings Plug toggled OFF using a phone connected to the local network.}
23   \label{fig:st-plug-off-local-phone}
24   \centering
25     \includegraphics[width=0.5\linewidth]{figures/ST-plug-OFF-local-phone.png}
26 \end{figure}
27
28
29 % below subfigure style should be possible once we figure out how to include subcaption package.
30 %\begin{figure}
31 %\begin{minipage}[b]{0.5\textwidth}
32 %\includegraphics{figures/ST-plug-ON-local-phone.png}\\
33 %\subcaption{A subfigure}
34 %\end{minipage}%
35 %\begin{minipage}[b]{0.5\textwidth}
36 %\includegraphics{figures/ST-plug-OFF-local-phone.png}\\
37 %\subcaption{Another subfigure}
38 %\end{minipage}%
39 %\caption{Several figures}
40 %\end{figure}