Update README.md
This commit is contained in:
parent
aae73da57f
commit
3d9c763bee
18
README.md
18
README.md
@ -422,15 +422,15 @@ Sample startup is defined in onLoadStartUp function
|
|||||||
|
|
||||||
vectorClock, senderID, receiverID, pubKey, message, sign, application, type, comment
|
vectorClock, senderID, receiverID, pubKey, message, sign, application, type, comment
|
||||||
|
|
||||||
`vectorClock`: Unique time stamp and sender FLO ID attached to every message
|
1. `vectorClock`: Unique time stamp and sender FLO ID attached to every message
|
||||||
`senderID`: FLO ID of the sender
|
2. * `senderID`: FLO ID of the sender
|
||||||
`receiverID`: FLO ID of the receiver
|
3. `receiverID`: FLO ID of the receiver
|
||||||
`pubKey`: Public Key of the sender
|
4. `pubKey`: Public Key of the sender
|
||||||
`message`: The actual user data
|
5. `message`: The actual user data
|
||||||
`sign`: Digital signature of the entire data
|
6. `sign`: Digital signature of the entire data
|
||||||
`application`: The name of the application sending the data
|
7. `application`: The name of the application sending the data
|
||||||
`type`: What internal type of data the application is sending
|
8. `type`: What internal type of data the application is sending
|
||||||
`comment`: A free field for additional data
|
9. `comment`: A free field for additional data
|
||||||
|
|
||||||
## 2. Concept of Vector Clock
|
## 2. Concept of Vector Clock
|
||||||
Decentralized cloud servers attach a unique time based ID to every message sent to the cloud, and store it alongside the message fields.
|
Decentralized cloud servers attach a unique time based ID to every message sent to the cloud, and store it alongside the message fields.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user