We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd5da4 commit 229c775Copy full SHA for 229c775
README.md
@@ -47,19 +47,19 @@ IOT PROTOCOL uses middlewares and router's filtering features based on [express
47
> ----------------
48
> + 1016 Bytes : [PATH + ETX]_SIZE + [HEADER + ETX]_SIZE
49
>
50
-> |-----------------------------------------IOT_PROTOCOL_BUFFER_SIZE(1024)-----------------------------------|
+> |--------------------------------IOT_PROTOCOL_BUFFER_SIZE(1024)-----------------------------|
51
52
> |--MSCB(1)--|
53
54
> |--LSCB(1)--|
55
56
> |--ID_SIZE(2)--|
57
58
-> |--[PATH + ETX]--|
+> |--PATH--|
59
60
-> |--[HEADER + ETX]--|
+> |--HEADER--|
61
62
-> |--BODY_LENGTH_MAXIMUM_SIZE(4)--|
+> |--BODY_LENGTH_MAXIMUM_SIZE(4)--|
63
64
65
0 commit comments