From cf4cc6807bccfaaf6cb81cb01a597e1239753ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 13 Sep 2017 16:13:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ec3018..0cea476 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ communication, as a protocol for FTDI-based PC applications or for messaging thr UDP packets. If you find a good use for it, please let me know so I can add it here! Frames can be protected by a checksum (~XOR, CRC16 or CRC32) and contain -a unique ID field which is be used for chaining related messages. The highest bit +a unique ID field which can be used for chaining related messages. The highest bit of the generated IDs is different for each peer to avoid collisions. Peers are functionally equivalent and can send messages to each other (the names "master" and "slave" are used only for convenience).