modem-info 1.0.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

modeminfo 1.0.0

modem-info






Collect and plot detailed information and statistics from your modem.
Installation
Install Python, then install pipx and use it to install modem-info:
pipx install modem-info

Usage
To collect statistics from a supported modem, use the get command with at least one of --csv or --json:
modem-info get [--csv] [--json] <ADDRESS>

To plot statistics that were saved in CSV format, use the plot command:
modem-info plot <FILE>

For all options, run modem-info <COMMAND> --help
Supported Modems



Vendor
Model
Driver Package




Hitron
CODA-45
modem_info.drivers.hitron.coda45



Development Environment
Installation
git clone https://github.com/ReK42/modem-info.git
cd modem-info
python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip pre-commit
pre-commit install
pip install -e .[test]

Manual Testing
mypy src
ruff check src
black --check src

Manual Building
pip install -e .[build]
python -m build

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.