Skip to content

A small CLI tool to interact with your Starlink dish using starlink-rs.

Notifications You must be signed in to change notification settings

lukebrichey/starlink-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starlink CLI

A command line interface (CLI) tool to interact with your Starlink dish. This tool allows you to get device info, obstruction stats, device state, and speeds, as well as device alerts. This tool makes use of starlink-rs.

Installation

Clone the repo:

git clone https://github.com/yourusername/starlink-cli.git
cd starlink-cli

To build the project:

cargo build --release

The executable will be located in target/release/starlink-cli.

Usage

After building the project, you can run the tool with the following command:

./target/release/starlink-cli [SUBCOMMAND]

The available subcommands are:

* alerts: Get alerts.
* info: Get device info.
* obstruction: Get obstruction stats.
* state: Get device state.
* speed: Get speed.

For example, to get device info, you would run:

./target/release/starlink-cli info

Contributing

Contributions are welcome! Please feel free to submit a pull request.

About

A small CLI tool to interact with your Starlink dish using starlink-rs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages