Skip to main content

Crate gbp_proto

Crate gbp_proto 

Source
Expand description

Protobuf codec for the Group Protocol Stack (GBP/GTP/GAP/GSP).

Alternative wire format to CBOR per gbp_rfc §12.2. All message types derive prost::Message so they can be encoded/decoded without protoc.

§Modules

  • gbp — GbpFrame, ControlMessage, ErrorObject
  • gtp — GtpMessage, AttachmentManifest, AttachmentChunk
  • gap — GapPayload
  • gsp — GspSignal

Modules§

gap
GAP (Group Audio Protocol) messages.
gbp
GBP (Group Base Protocol) messages.
gsp
GSP (Group Signaling Protocol) messages.
gtp
GTP (Group Text Protocol) messages.