Golang GRPC bindings for communicating with the Starlink Dish and Wifi Router.
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.