MCPcopy Create free account
hub / github.com/facebook/time / Client

Struct Client

ntrip/client.go:95–101  ·  view source on GitHub ↗

Client is an NTRIP v1 SOURCE client that pushes RTCM data to a caster.

Source from the content-addressed store, hash-verified

93
94// Client is an NTRIP v1 SOURCE client that pushes RTCM data to a caster.
95type Client struct {
96 proxy *ProxyConfig
97 logger *slog.Logger
98 conn net.Conn
99 dump io.Writer
100 config Config
101}
102
103// NewClient creates a new NTRIP client with the given configuration.
104func NewClient(cfg Config, opts ...Option) *Client {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected