MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / LinkGateway

Method LinkGateway

pkg/ttnpb/gatewayserver_grpc.pb.go:48–48  ·  view source on GitHub ↗

Link a gateway to the Gateway Server for streaming upstream messages and downstream messages.

(ctx context.Context, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

46type GtwGsClient interface {
47 // Link a gateway to the Gateway Server for streaming upstream messages and downstream messages.
48 LinkGateway(ctx context.Context, opts ...grpc.CallOption) (GtwGs_LinkGatewayClient, error)
49 // Get configuration for the concentrator.
50 GetConcentratorConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ConcentratorConfig, error)
51 // Get connection information to connect an MQTT gateway.

Callers 5

TestAuthenticationFunction · 0.95
TestFrontendFunction · 0.95
FrontendFunction · 0.65
startSimulationFunction · 0.65

Implementers 3

implpkg/gatewayserver/io/grpc/grpc.go
gtwGsClientpkg/ttnpb/gatewayserver_grpc.pb.go
UnimplementedGtwGsServerpkg/ttnpb/gatewayserver_grpc.pb.go

Calls

no outgoing calls

Tested by 2

TestAuthenticationFunction · 0.76
TestFrontendFunction · 0.76