go-starlink

module
v0.0.0-...-8a15153 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: Apache-2.0

README

license commit go.dev goreportcard issues sourcegraph

Simple Golang client to interact with SpaceX Starlink dish, based on Proto files acquired from Dishy itself using GRPC Server Reflection and grpcurl tool.

For a code generation procedure, see included Makefile.

install

go get github.com/b0ch3nski/go-starlink

example

ctx := context.Background()

starlinkClient, _ := client.NewClient(ctx, client.DefaultDishyAddr)
starlinkStatus, _ := starlinkClient.Status(ctx)

fmt.Println(starlinkStatus)

Directories

Path Synopsis
model

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL