Command Line Interface for Cradlepoint ECM
Project description
ecmcli - CLI for Cradlepoint ECM
===========
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](http://share.gifyoutube.com/y7nLaZ.gif)](http://www.youtube.com/watch?v=fv4dWL03zPk)
Requirements
--------
* Syndicate Python Library
* humanize Python Library
* ECM Login
Installation
--------
python3 ./setup.py build
python3 ./setup.py install
Compatibility
--------
* Python 3.4+
Mac OSX Notes
--------
I feel compelled to make a note about OSX as I've decided to only support
Python 3.4+ for this tool. In my experience, using Python 3 as installed by
Homebrew and setuptools as installed by pip, a usable PATH is not provided
and/or symlinking behavior for python3 setuptools scripts is not handled.
To work around this I'm simply adding the 'bin' directory used for the Python
3 framework to my PATH variable, a la..
```shell
PATH=$PATH:/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/bin
```
I welcome someone explaining to me a better solution.
Example Usage
--------
**Viewing Device Logs**
```shell
$ ecm logs
```
**Monitoring WAN Rates**
```shell
$ 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**
```shell
$ ecm reboot --routers 669
Rebooting:
Home 1400 (669)
```
===========
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](http://share.gifyoutube.com/y7nLaZ.gif)](http://www.youtube.com/watch?v=fv4dWL03zPk)
Requirements
--------
* Syndicate Python Library
* humanize Python Library
* ECM Login
Installation
--------
python3 ./setup.py build
python3 ./setup.py install
Compatibility
--------
* Python 3.4+
Mac OSX Notes
--------
I feel compelled to make a note about OSX as I've decided to only support
Python 3.4+ for this tool. In my experience, using Python 3 as installed by
Homebrew and setuptools as installed by pip, a usable PATH is not provided
and/or symlinking behavior for python3 setuptools scripts is not handled.
To work around this I'm simply adding the 'bin' directory used for the Python
3 framework to my PATH variable, a la..
```shell
PATH=$PATH:/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/bin
```
I welcome someone explaining to me a better solution.
Example Usage
--------
**Viewing Device Logs**
```shell
$ ecm logs
```
**Monitoring WAN Rates**
```shell
$ 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**
```shell
$ ecm reboot --routers 669
Rebooting:
Home 1400 (669)
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ecmcli-0.5.0.tar.gz
(17.2 kB
view details)
File details
Details for the file ecmcli-0.5.0.tar.gz
.
File metadata
- Download URL: ecmcli-0.5.0.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2ebce7e463881bab8d8bd53581133222415c6cda6a463a86c83d7d79a7ca73a |
|
MD5 | 9cfcac99bbd2bd4edac04a5a354f4f5e |
|
BLAKE2b-256 | 67633501e6344c7133a5d3e2e5a78d4da4ece132d5d7b5747d9b642f4ba9cc57 |