Skip to content

Command-line interface for communicating with the Iridium network.

License

Notifications You must be signed in to change notification settings

TJREVERB/iridium-cli

Repository files navigation

Iridium CLI

A command-line interface for communicating with the Iridium network.

Usage

iridium-cli [OPTIONS] COMMAND [ARGS]...

Options

--help  Show this message and exit.

Commands

send
    -m  [MESSAGE]
    -f  [FILENAME]

Structure

  • main.py: Primary file that contains the methods for the CLI.
  • credentials.json.gpg: GPG decrypt this file to credentials.json. Contains secrets for the Gmail API and the Iridium IMEI.

Installation

Install all dependencies and the CLI using pipenv:

pipenv install

Alternatively, install system-wide using pip3:

pip3 install -r requirements.txt

About

Command-line interface for communicating with the Iridium network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages