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.
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.
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
Contributions are welcome! Please feel free to submit a pull request.