lab5e.com/docs/gateways/protocol
Preview meta tags from the lab5e.com website.
Linked Hostnames
3Search Engine Appearance
The Gateway Protocol
Gateway protocol The gateway protocol is relatively simple and consists of a single RPC call to establish a bidirectional stream of messages: service UserGatewayService { rpc ControlStream(stream ControlStreamRequest) returns (stream ControlStreamResponse); }; The control stream consists of a ControlStreamRequest message that the gateway sends to Span: message ControlStreamRequest { oneof msg { ConfigRequest config = 1; UpstreamMessage upstream_message = 2; Keepalive keepalive = 3; GatewayMetadataUpdate gateway_metadata = 4; DeviceUpdate device_update = 5; }; }; Span will then respond with a ControlStreamResponse message:
Bing
The Gateway Protocol
Gateway protocol The gateway protocol is relatively simple and consists of a single RPC call to establish a bidirectional stream of messages: service UserGatewayService { rpc ControlStream(stream ControlStreamRequest) returns (stream ControlStreamResponse); }; The control stream consists of a ControlStreamRequest message that the gateway sends to Span: message ControlStreamRequest { oneof msg { ConfigRequest config = 1; UpstreamMessage upstream_message = 2; Keepalive keepalive = 3; GatewayMetadataUpdate gateway_metadata = 4; DeviceUpdate device_update = 5; }; }; Span will then respond with a ControlStreamResponse message:
DuckDuckGo
The Gateway Protocol
Gateway protocol The gateway protocol is relatively simple and consists of a single RPC call to establish a bidirectional stream of messages: service UserGatewayService { rpc ControlStream(stream ControlStreamRequest) returns (stream ControlStreamResponse); }; The control stream consists of a ControlStreamRequest message that the gateway sends to Span: message ControlStreamRequest { oneof msg { ConfigRequest config = 1; UpstreamMessage upstream_message = 2; Keepalive keepalive = 3; GatewayMetadataUpdate gateway_metadata = 4; DeviceUpdate device_update = 5; }; }; Span will then respond with a ControlStreamResponse message:
General Meta Tags
2- titleLab5e AS
- charsetutf-8
Open Graph Meta Tags
4- og:titleThe Gateway Protocol
- og:urlhttps://www.lab5e.com/docs/gateways/protocol/
- og:typearticle
- og:descriptionGateway protocol The gateway protocol is relatively simple and consists of a single RPC call to establish a bidirectional stream of messages: service UserGatewayService { rpc ControlStream(stream ControlStreamRequest) returns (stream ControlStreamResponse); }; The control stream consists of a ControlStreamRequest message that the gateway sends to Span: message ControlStreamRequest { oneof msg { ConfigRequest config = 1; UpstreamMessage upstream_message = 2; Keepalive keepalive = 3; GatewayMetadataUpdate gateway_metadata = 4; DeviceUpdate device_update = 5; }; }; Span will then respond with a ControlStreamResponse message:
Link Tags
2- iconfavicon.ico
- stylesheethttps://www.lab5e.com/lab5e.min.css
Emails
1Links
58- https://lab5e.com
- https://lab5e.com/tags/api
- https://lab5e.com/tags/gateway
- https://lab5e.com/tags/grpc
- https://span.lab5e.com