Core functions for Starlink gRPC communication
Project description
starlink-grpc-tools Core Module
This project packages up the starlink_grpc
module from the starlink-grpc-tools project and exports it as an installable package for use by other projects. It is not needed to install this project in order to use the scripts in starlink-grpc-tools, as those have their own copy of starlink_grpc.py
.
starlink_grpc.py
is the only part of the scripts in starlink-grpc-tools that is designed to have a stable enough interface to be directly callable from other projects without having to go through a clunky command line interface. It provides the low(er) level core functionality available via the gRPC service implemented on the Starlink user terminal.
Installation
The most recently published version of this project can be installed by itself using pip:
pip install starlink-grpc-core
However, it is really meant to be installed as a dependency by other projects.
Usage
The installation process places the starlink_grpc.py
module in the top-level of your Python lib directory or virtual environment, so it can be used simply by doing:
import starlink_grpc
and then calling whatever functions you need. For details, see the doc strings in starlink_grpc.py
.
Examples
For example usage, see calling scripts in the starlink-grpc-tools project, most of which are hopelessly convoluted, but some of which show simple usage of the starlink_grpc
functions.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for starlink_grpc_core-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6b121625d8c9554579a0a986d9ce81c50e4a0f01ad4e333ceb3599c154faccc |
|
MD5 | a4f2f5b99fb6f20e6267bc7580b5d1d4 |
|
BLAKE2b-256 | 2f2e9d6a024ac1e162c38f7388ea35ce297e9dbafeaed3a3192042aa738b0f9d |