summaryrefslogtreecommitdiffhomepage
path: root/protocol.txt
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.txt')
-rw-r--r--protocol.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocol.txt b/protocol.txt
index c71a84f..687c085 100644
--- a/protocol.txt
+++ b/protocol.txt
@@ -3,7 +3,9 @@ the two participants, known as the user and the developer.
(The exact composition of the JSON objects is not described here; see
Types.hs for the data types that JSON serialization instances are derived
-from.)
+from. Also, debug-me uses a binary format instead of sending JSON
+over the wire. The wire format is currently implemented using the
+Haskell cereal library, and is not specified.)
The Activity type is the main message type. The user sends Activity
Seen messages, and the developer responds with Activity Entered.