From fe5fa29abf733bbb5b4d62c24de99980c4859cb8 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 18 Feb 2016 17:07:48 -0800 Subject: [PATCH] Explain line endings and naming in raw doc. --- protocols/raw.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protocols/raw.md b/protocols/raw.md index e10084b..dd89f8e 100644 --- a/protocols/raw.md +++ b/protocols/raw.md @@ -1,5 +1,7 @@ # Raw protocol +Sometimes known as "AVR". + ## Ports * 30001: client -> server feed @@ -13,7 +15,8 @@ Simple textual format. ## Frame structure * `*` (`0x2a`) * 7 or 14 byte frame -* `;\n` (`0x3b 0x0a`) +* `;` (`0x3b`) +* `\n` (`0x0a`) **OR** `\r\n` (`0x0d 0x0a`) ## Examples