summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report/test.tex.backup
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/Report/test.tex.backup')
-rw-r--r--notFinishedCode/Report/test.tex.backup5
1 files changed, 4 insertions, 1 deletions
diff --git a/notFinishedCode/Report/test.tex.backup b/notFinishedCode/Report/test.tex.backup
index 8cecd2c..dfcc87f 100644
--- a/notFinishedCode/Report/test.tex.backup
+++ b/notFinishedCode/Report/test.tex.backup
@@ -318,7 +318,10 @@ that physically handles the call (e.g. the BeagleBoard) whereas the controller (
controlling the handler side and assigning the task to it.
\subsection{Handler side}
-The handler side is always in the waiting mode, by waiting we denote the mode where it is waiting for a connection to accept at the defined port.
+The handler side is always in the waiting mode, by waiting we denote the mode where the socket is already created and it is waiting
+for a connection to be accepted at the defined port. Subsequently, after the connection has been established, it is waiting for a
+message to be received. The first message has to be 13 characters long and include the following content \emph{HELLO HANDLER}.
+Thereupon, after the message has been validated the handler side sends the controller side a response, \emph{HELLO CONTROLLER}.
\begin{figure}[ht!]
\centering
\includegraphics[width=130mm]{protocolCommunicationHandler.png}