From 222dc7162616bd90548534c86569cb44d188dad1 Mon Sep 17 00:00:00 2001
From: bt
1.2. User to user communication
@@ -1364,7 +1364,7 @@ SOLEC system.¶Current implementation works on top of TCP/IP stack. In future, SOLEC will be adapted to work over LoRa.¶
-Recurring problem with modern day instant messaging is its centralization. -SOLEC solves is it in similair fashion to XMPP or SMTP. SOLEC servers exchange +
Recurring problem with modern day instant messaging is its centralisation. +SOLEC solves is it in similar fashion to XMPP or SMTP. SOLEC servers exchange messages between each other so the users using server A can reach out users using server B.¶
Type (8): -Payload type is indicated by 1 octed which gives 256 types that can be +Payload type is indicated by 1 octet which gives 256 types that can be represented.¶
Length (16): -Payload length is 2 octets. It indicates lenght of the payload field. +Payload length is 2 octets. It indicates length of the payload field. The length does not include type and length fields.¶
Data typres are basic types that are used in construction of more comples +
Data types are basic types that are used in construction of more complex payload types.¶
Payload type attributes describes following characteristics:¶
Some perations require multiple rounds of communication. +
Some operations require multiple rounds of communication. In this case payloads are send in a sequence. Payload that is not part of this -specific operation (for example incomming message) cannot interrupt this process.¶
-