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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T12:38:26.000Z (over 3 years ago)
- Last Synced: 2024-12-30T19:47:25.947Z (about 1 year 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
[](https://travis-ci.org/hardwario/cpctl)
[](https://github.com/hardwario/cpctl/releases)
[](https://github.com/hardwario/cpctl/blob/master/LICENSE)
[](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.