Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardwario/cpctl
COOPER Control Tool
https://github.com/hardwario/cpctl
cli iot multisensor python zeromq
Last synced: 6 days ago
JSON representation
COOPER Control Tool
- Host: GitHub
- URL: https://github.com/hardwario/cpctl
- Owner: hardwario
- License: mit
- Created: 2018-09-18T13:13:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T12:38:26.000Z (over 2 years ago)
- Last Synced: 2024-08-08T17:16:24.016Z (3 months ago)
- Topics: cli, iot, multisensor, python, zeromq
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cooper Control Tool
[![Travis](https://img.shields.io/travis/hardwario/cpctl/master.svg)](https://travis-ci.org/hardwario/cpctl)
[![Release](https://img.shields.io/github/release/hardwario/cpctl.svg)](https://github.com/hardwario/cpctl/releases)
[![License](https://img.shields.io/github/license/hardwario/cpctl.svg)](https://github.com/hardwario/cpctl/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/cpctl.svg)](https://pypi.org/project/cpctl/)This is the CLI tool to control cooper
## Installing
You can install **cpctl** directly from PyPI:
```sh
sudo pip3 install -U cpctl
```> Note: You may need to use `sudo` before the command - it depends on the operating system used...
## Usage
This tool has built-in help system. Just run:
```sh
>> cpctl --help
Usage: cpctl [OPTIONS] COMMAND [ARGS]...Cooper Control Tool.
Options:
-d, --device DEVICE Device path.
--zmq HOST:PORT ZMQ
--version Show the version and exit.
--help Show this message and exit.Commands:
config Config
devices Print available devices.
info Info
node Manage the nodes
reset Reset
status Print status```
## License
This project is licensed under the [**MIT License**](https://opensource.org/licenses/MIT/) - see the [**LICENSE**](LICENSE) file for details.