Socket
Book a DemoInstallSign in
Socket

olowe.co/dishy

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

olowe.co/dishy

Go Modules
Version
v0.1.0
Version published
Created
Source

dishy

Go Documentation

Package dishy provides an interface to manage a Starlink Dishy device over the network.

dishy command

The dishy command controls a dishy device over the network. See the command documentation.

To install using the go tools:

go install olowe.co/dishy/cmd/dishy@latest

gRPC Code Generation

A starlink device supports gRPC server reflection. This is used to eventually generate code to interact with its gRPC service. Regenerating the code requires:

  • grpcurl
  • protoc
  • connectivity to a Starlink Dishy's gRPC service listening on the default address (192.168.100.1:9200).

To regenerate the code:

go generate

This calls protoc.sh. For more information on protoc.sh, see the inline documentation in the script.

FAQs

Package last updated on 20 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts