Update README.md

This commit is contained in:
tripathyr 2020-05-16 09:30:31 +05:30 committed by GitHub
parent aae73da57f
commit 3d9c763bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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