Explain line endings and naming in raw doc.

This commit is contained in:
Ian Gulliver
2016-02-18 17:07:48 -08:00
parent ec4ac3df3a
commit fe5fa29abf

View File

@@ -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