starlink-community / starlink-grpc-go

Pre-generated golang grpc bindings for Starlink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang GRPC bindings for communicating with the Starlink Dish and Wifi Router.

Rebuilding

There should not be much of a need to do this, as this library has pregenerated bindings. However, for documenation purposes:

To get the protoset:

./build/get-protoc.sh 

To rebuild the generated go bindings:

./build/regen.sh

See starlink-cli for a basic client.

See technical documentation over on the knowledge base repo.

About

Pre-generated golang grpc bindings for Starlink

License:MIT License


Languages

Language:Shell 100.0%