Skip to content
forked from mayfield/ecmcli

Cradlepoint ECM Command Line Interface

License

Notifications You must be signed in to change notification settings

DforDooM/ecmcli

 
 

Repository files navigation

ecmcli

CLI for Cradlepoint ECM

Maturity License Change Log Build Status Version Chat

About

Installation provides a command line utility (ecm) which can be used to interact with Cradlepoint's ECM service. Commands are subtasks of the ECM utility. The full list of subtasks are visible by running 'ecm --help'.

Walkthrough Video

Walkthrough Video

Installation

python3 ./setup.py build
python3 ./setup.py install

Compatibility

  • Python 3.5+

Example Usage

Viewing Device Logs

$ ecm logs

Monitoring WAN Rates

$ ecm wanrate
 Home 2100(24400): [device is offline],          Home Router(138927): 68.1 KiB,                Home 1400(669): 0 Bytes
 Home 2100(24400): [device is offline],          Home Router(138927): 43.6 KiB,                Home 1400(669): 0 Bytes
 Home 2100(24400): [device is offline],          Home Router(138927): 40.6 KiB,                Home 1400(669): 0 Bytes
 Home 2100(24400): [device is offline],          Home Router(138927): 49.7 KiB,                Home 1400(669): 0 Bytes

Rebooting a specific router

$ ecm reboot --routers 669
Rebooting:
    Home 1400 (669)

About

Cradlepoint ECM Command Line Interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%