From 1af5577dff5f1e284a97e5e93df96ae3ba1eddbd Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Thu, 23 Jun 2016 22:37:20 +0200 Subject: [PATCH] Updated Communication (markdown) --- Communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Communication.md b/Communication.md index c1208c1..40d2d83 100644 --- a/Communication.md +++ b/Communication.md @@ -182,7 +182,7 @@ There are no plans yet to support deleting files from this API. This may change ## Monitor - Browser communication -Monitor interacts with browser through WebSocket connection. Monitor acts as server and browsers are connecting to it. IP address and port are also configurable. When client connects to the monitor, it sends a message with string representation of channel id (which messages are interested in, usually id of evaluating job). There can be at most one listener per channel, latter connection replaces previous one. After establishing the connection, the message "Connection established" is sent from monitor to browser. +Monitor interacts with browser through WebSocket connection. Monitor acts as server and browsers are connecting to it. IP address and port are also configurable. When client connects to the monitor, it sends a message with string representation of channel id (which messages are interested in, usually id of evaluating job). There can be at most one listener per channel, latter connection replaces previous one. When monitor receives "progress" message from broker there are two options: