2019-06-19 10:20:42 +03:00
..
2019-06-16 12:57:23 -04:00
2019-06-18 09:37:48 +02:00
2019-06-14 22:25:02 +02:00
2019-06-14 22:25:02 +02:00
2019-06-14 22:25:02 +02:00
2019-06-14 22:25:02 +02:00

protocol

It contains the Status protocol implementation in Go.

It is divided into three packages:

  • adapter contains a code that ties together the Status protocol and transport protocol like Whisper. It allows to inject another layers between decoding user messages and the transport as well.
  • client contains high-level abstraction over the protocol which includes handling contacts and messages.
  • v1 is the current protocol low-level implementation of the message format as well as decoding and encoding functions.