Transport OverviewΒΆ
File listing
For historical prototyping reasons, the transport and RPC of writing and receiving objects to and from a Relay is still Protobuf based. The protocol is built in blocks:
authentication.proto defines how to use a KeyCard to gain access to the stream.
subscription.proto defines how to receive patches, optionally filtered by some criteria.
transport.proto defines how events are sent and received.
shop_requests.proto defines a few requests specific to the shops.