Commit Graph

6 Commits

Author SHA1 Message Date
Ravin Perera
61b38bb0a0 Implemented socket message templates. (#40)
Implemented socket message templates to support broadcast (shared_ptr) and to achieve buffer zero-copy.
2019-10-23 13:04:57 +05:30
Asanka Indrajith
7ed1466ad9 p2p connection, message handling, validation and serialization (#38)
Implement basic peer to peer connection establishment and maintenance.
Message serialization and parsing using FlatBuffer(Including defining message schema).
Validating incoming proposal messages.
2019-10-21 08:32:25 -04:00
Ravin Perera
ebf13209e1 Code consistency improvements (#21)
Fully-qualified namespace accessors
Updated function out param order
reinterpret_cast
2019-10-11 20:08:53 +05:30
asanka-indrajith
79e70a9891 Formatting changes and code optimations. 2019-10-09 08:57:55 -04:00
asanka-indrajith
8eed642277 Add comments to protobuf helper methods and add protobuf to cmakelist. 2019-10-09 03:09:55 -04:00
asanka-indrajith
91319abc2d Protobuf helper methods and fixed makefile issue. 2019-10-07 23:18:36 -04:00