File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ Protocol consists of three parts:
2020
2121## Communication protocol
2222
23- The [ ProtoBuf] (see [ Protobuf version] ) is used to serialize and deserialize messages. The message format
23+ [ ProtoBuf] (see [ Protobuf version] ) is used to serialize and deserialize messages. The message format
2424specification can be found in the protobuf folder.
2525
2626Each message must be prefixed with a four bytes long (uint32_t data type) header, which holds
27- information about the size of the ProtoBuf message.
27+ information about the size of the Protobuf message.
2828
29- Check the Fleet Protocol v2 documentation tolearn more about the system architecture:
29+ Check the Fleet Protocol v2 documentation to learn more about the system architecture:
3030
3131- [ Summary] - overall high-level summary
3232- [ Fleet Protocol Requirements]
@@ -78,7 +78,7 @@ Optional fields have defaults as described in the [ProtoBuf] v3 doc.
7878
7979## Repo structure
8080
81- This repository contains base C API and CMake project to easy
81+ This repository contains a basic C API and CMake project to easily
8282implement Fleet Protocol Modules.
8383
8484### Examples
You can’t perform that action at this time.
0 commit comments